Searched refs:radio_gain (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | phy_n.c | 3744 u16 tmp, radio_gain, dac_gain; in b43_nphy_tx_power_fix() local 3798 radio_gain = (txgain >> 16) & 0x1FFFF; in b43_nphy_tx_power_fix() 3800 radio_gain = (txgain >> 16) & 0x1FFF; in b43_nphy_tx_power_fix() 3822 b43_ntab_write(dev, B43_NTAB16(0x7, 0x110 + i), radio_gain); in b43_nphy_tx_power_fix()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/ |
H A D | phy_n.c | 3740 u16 tmp, radio_gain, dac_gain; in b43_nphy_tx_power_fix() local 3794 radio_gain = (txgain >> 16) & 0x1FFFF; in b43_nphy_tx_power_fix() 3796 radio_gain = (txgain >> 16) & 0x1FFF; in b43_nphy_tx_power_fix() 3818 b43_ntab_write(dev, B43_NTAB16(0x7, 0x110 + i), radio_gain); in b43_nphy_tx_power_fix()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_n.c | 18391 u16 radio_gain; in wlc_phy_cal_txgainctrl_nphy() local 18408 &radio_gain); in wlc_phy_cal_txgainctrl_nphy()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_n.c | 18391 u16 radio_gain; in wlc_phy_cal_txgainctrl_nphy() local 18408 &radio_gain); in wlc_phy_cal_txgainctrl_nphy()
|
Completed in 89 milliseconds