Searched refs:txctl2 (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/wireless/ath/ath5k/
H A Ddesc.c260 u32 txctl0 = 0, txctl1 = 0, txctl2 = 0, txctl3 = 0; local
315 txctl2 = AR5K_REG_SM(tx_tries0, AR5K_4W_TX_DESC_CTL2_XMIT_TRIES0);
348 txctl2 |= rtscts_duration & AR5K_4W_TX_DESC_CTL2_RTS_DURATION;
355 tx_ctl->tx_control_2 = txctl2;
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Dphy.c1038 if (phy->txctl2 == 0xFFFF)
1044 phy->txctl2);
1053 & 0x0FFF) | (phy->txctl2 << 12));
1330 u16 txctl2 = 0; local
1344 txctl2 = i;
1347 phy->txctl2 = txctl2;
1581 b43legacy_radio_write16(dev, 0x52, phy->txctl2);
1631 phy->txctl2
H A Db43legacy.h478 u16 txctl2; member in struct:b43legacy_phy::__anon2209
H A Dmain.c3219 phy->txctl2 = 0xFFFF;

Completed in 135 milliseconds