Searched refs:txctl2 (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/ |
H A D | desc.c | 260 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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/ |
H A D | desc.c | 260 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()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/ |
H A D | phy.c | 1038 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()
|
H A D | b43legacy.h | 478 u16 txctl2; member
|
H A D | main.c | 3218 phy->txctl2 = 0xFFFF; in prepare_phy_data_for_init()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/ |
H A D | phy.c | 1038 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()
|
H A D | b43legacy.h | 478 u16 txctl2; member
|
H A D | main.c | 3219 phy->txctl2 = 0xFFFF; in prepare_phy_data_for_init()
|
Completed in 22 milliseconds