Searched refs:txctl1 (Results 1 - 6 of 6) sorted by relevance

/drivers/net/wireless/ath/ath5k/
H A Ddesc.c260 u32 txctl0 = 0, txctl1 = 0, txctl2 = 0, txctl3 = 0; local
310 txctl1 = pkt_len & AR5K_4W_TX_DESC_CTL1_BUF_LEN;
314 txctl1 |= AR5K_REG_SM(type, AR5K_4W_TX_DESC_CTL1_FRAME_TYPE);
337 txctl1 |= AR5K_REG_SM(key_index,
354 tx_ctl->tx_control_1 = txctl1;
/drivers/net/wireless/b43legacy/
H A Dphy.c197 saved_txctl1 = phy->txctl1;
1068 (phy->txctl1 << 4) |
1074 phy->txctl1);
1336 phy->rfatt, phy->txctl1);
1653 /* FIXME: shouldn't txctl1 be zero in the next line
1657 | (3/*txctl1*/ << 4));
1916 txpower = phy->txctl1;
1941 phy->txctl1 = txpower;
H A Db43legacy.h476 u16 txctl1; member in struct:b43legacy_phy::__anon4341
H A Dradio.c1945 txpower = phy->txctl1;
1948 phy->txctl1 = txpower;
H A Dmain.c3141 phy->txctl1 = b43legacy_default_txctl1(dev);
3253 phy->txctl1 = b43legacy_default_txctl1(dev);
/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_int.h672 u16 txctl1; member in struct:brcms_phy

Completed in 119 milliseconds