Home
last modified time | relevance | path

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

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