Home
last modified time | relevance | path

Searched refs:txctl (Results 1 – 13 of 13) sorted by relevance

/freebsd-9-stable/sys/dev/ath/ath_hal/ar9002/
Dar9287.c89 uint32_t txctl; in ar9287SetChannel() local
109 txctl = OS_REG_READ(ah, AR_PHY_CCK_TX_CTRL); in ar9287SetChannel()
113 txctl | AR_PHY_CCK_TX_CTRL_JAPAN); in ar9287SetChannel()
116 txctl &~ AR_PHY_CCK_TX_CTRL_JAPAN); in ar9287SetChannel()
Dar9280.c93 uint32_t txctl; in ar9280SetChannel() local
100 txctl = OS_REG_READ(ah, AR_PHY_CCK_TX_CTRL); in ar9280SetChannel()
104 txctl | AR_PHY_CCK_TX_CTRL_JAPAN); in ar9280SetChannel()
107 txctl &~ AR_PHY_CCK_TX_CTRL_JAPAN); in ar9280SetChannel()
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5416/
Dar2133.c140 uint32_t txctl; in ar2133SetChannel() local
157 txctl = OS_REG_READ(ah, AR_PHY_CCK_TX_CTRL); in ar2133SetChannel()
161 txctl | AR_PHY_CCK_TX_CTRL_JAPAN); in ar2133SetChannel()
164 txctl &~ AR_PHY_CCK_TX_CTRL_JAPAN); in ar2133SetChannel()
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5212/
Dar5111.c150 uint32_t txctl; in ar5111SetChannel() local
156 txctl = OS_REG_READ(ah, AR_PHY_CCK_TX_CTRL); in ar5111SetChannel()
160 txctl | AR_PHY_CCK_TX_CTRL_JAPAN); in ar5111SetChannel()
163 txctl &~ AR_PHY_CCK_TX_CTRL_JAPAN); in ar5111SetChannel()
Dar2413.c89 uint32_t txctl; in ar2413SetChannel() local
107 txctl = OS_REG_READ(ah, AR_PHY_CCK_TX_CTRL); in ar2413SetChannel()
111 txctl | AR_PHY_CCK_TX_CTRL_JAPAN); in ar2413SetChannel()
114 txctl &~ AR_PHY_CCK_TX_CTRL_JAPAN); in ar2413SetChannel()
Dar2317.c93 uint32_t txctl; in ar2317SetChannel() local
97 txctl = OS_REG_READ(ah, AR_PHY_CCK_TX_CTRL); in ar2317SetChannel()
101 txctl | AR_PHY_CCK_TX_CTRL_JAPAN); in ar2317SetChannel()
104 txctl &~ AR_PHY_CCK_TX_CTRL_JAPAN); in ar2317SetChannel()
Dar2425.c96 uint32_t txctl; in ar2425SetChannel() local
101 txctl = OS_REG_READ(ah, AR_PHY_CCK_TX_CTRL); in ar2425SetChannel()
105 txctl | AR_PHY_CCK_TX_CTRL_JAPAN); in ar2425SetChannel()
108 txctl &~ AR_PHY_CCK_TX_CTRL_JAPAN); in ar2425SetChannel()
Dar2316.c102 uint32_t txctl; in ar2316SetChannel() local
120 txctl = OS_REG_READ(ah, AR_PHY_CCK_TX_CTRL); in ar2316SetChannel()
124 txctl | AR_PHY_CCK_TX_CTRL_JAPAN); in ar2316SetChannel()
127 txctl &~ AR_PHY_CCK_TX_CTRL_JAPAN); in ar2316SetChannel()
Dar5413.c89 uint32_t txctl; in ar5413SetChannel() local
107 txctl = OS_REG_READ(ah, AR_PHY_CCK_TX_CTRL); in ar5413SetChannel()
111 txctl | AR_PHY_CCK_TX_CTRL_JAPAN); in ar5413SetChannel()
114 txctl &~ AR_PHY_CCK_TX_CTRL_JAPAN); in ar5413SetChannel()
Dar5112.c89 uint32_t txctl; in ar5112SetChannel() local
107 txctl = OS_REG_READ(ah, AR_PHY_CCK_TX_CTRL); in ar5112SetChannel()
111 txctl | AR_PHY_CCK_TX_CTRL_JAPAN); in ar5112SetChannel()
114 txctl &~ AR_PHY_CCK_TX_CTRL_JAPAN); in ar5112SetChannel()
/freebsd-9-stable/sys/dev/vr/
Dif_vr.c1429 uint32_t txctl, txstat; in vr_txeof() local
1450 txctl = le32toh(cur_tx->vr_ctl); in vr_txeof()
1458 if ((txctl & VR_TXCTL_FIRSTFRAG) == 0) in vr_txeof()
1769 uint32_t csum_flags, txctl; in vr_encap() local
1889 txctl = txsegs[i].ds_len | VR_TXCTL_TLINK | csum_flags; in vr_encap()
1891 txctl |= VR_TXCTL_FIRSTFRAG; in vr_encap()
1892 desc->vr_ctl = htole32(txctl); in vr_encap()
/freebsd-9-stable/sys/dev/nfe/
Dif_nfe.c896 uint32_t rxctl, txctl; in nfe_miibus_statchg() local
918 txctl = NFE_READ(sc, NFE_TX_CTL); in nfe_miibus_statchg()
921 txctl |= NFE_TX_START; in nfe_miibus_statchg()
924 txctl &= ~NFE_TX_START; in nfe_miibus_statchg()
927 NFE_WRITE(sc, NFE_TX_CTL, txctl); in nfe_miibus_statchg()
/freebsd-9-stable/sys/dev/bwn/
Dif_bwn.c2594 uint8_t txctl; in bwn_phy_g_set_txpwr() local
2606 txctl = pg->pg_txctl; in bwn_phy_g_set_txpwr()
2609 if (txctl == 0) { in bwn_phy_g_set_txpwr()
2610 txctl = BWN_TXCTL_PA2DB | BWN_TXCTL_TXMIX; in bwn_phy_g_set_txpwr()
2618 } else if (rfatt > 4 && txctl) { in bwn_phy_g_set_txpwr()
2619 txctl = 0; in bwn_phy_g_set_txpwr()
2629 pg->pg_txctl = txctl; in bwn_phy_g_set_txpwr()
7359 const struct bwn_rfatt *rfatt, uint8_t txctl) in bwn_phy_g_set_txpwr_sub() argument
7374 pg->pg_txctl = txctl; in bwn_phy_g_set_txpwr_sub()
7376 pg->pg_rfatt.padmix = (txctl & BWN_TXCTL_TXMIX) ? 1 : 0; in bwn_phy_g_set_txpwr_sub()
[all …]