Searched refs:trsw_rx (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | lo.c | 66 u16 lna, u16 pga, u16 trsw_rx) in lo_measure_feedthrough() 78 /*FIXME This assertion fails B43_WARN_ON(trsw_rx & ~(B43_PHY_RFOVERVAL_TRSWRX | in lo_measure_feedthrough() 81 trsw_rx &= (B43_PHY_RFOVERVAL_TRSWRX | B43_PHY_RFOVERVAL_BW); in lo_measure_feedthrough() 87 rfover |= trsw_rx; in lo_measure_feedthrough() 168 u16 trsw_rx, pga; in lo_measure_txctl_values() local 181 trsw_rx = 2; in lo_measure_txctl_values() 186 trsw_rx = 0; in lo_measure_txctl_values() 237 trsw_rx); in lo_measure_txctl_values() 65 lo_measure_feedthrough(struct b43_wldev *dev, u16 lna, u16 pga, u16 trsw_rx) lo_measure_feedthrough() argument
|
H A D | phy_g.c | 1703 u16 trsw_rx; in b43_calc_loopback_gain() local 1803 trsw_rx = 0x1B; in b43_calc_loopback_gain() 1809 trsw_rx -= 3; in b43_calc_loopback_gain() 1814 trsw_rx = 0x18; in b43_calc_loopback_gain() 1846 gphy->trsw_rx_gain = trsw_rx * 2; in b43_calc_loopback_gain()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/ |
H A D | lo.c | 66 u16 lna, u16 pga, u16 trsw_rx) in lo_measure_feedthrough() 78 /*FIXME This assertion fails B43_WARN_ON(trsw_rx & ~(B43_PHY_RFOVERVAL_TRSWRX | in lo_measure_feedthrough() 81 trsw_rx &= (B43_PHY_RFOVERVAL_TRSWRX | B43_PHY_RFOVERVAL_BW); in lo_measure_feedthrough() 87 rfover |= trsw_rx; in lo_measure_feedthrough() 168 u16 trsw_rx, pga; in lo_measure_txctl_values() local 181 trsw_rx = 2; in lo_measure_txctl_values() 186 trsw_rx = 0; in lo_measure_txctl_values() 237 trsw_rx); in lo_measure_txctl_values() 65 lo_measure_feedthrough(struct b43_wldev *dev, u16 lna, u16 pga, u16 trsw_rx) lo_measure_feedthrough() argument
|
H A D | phy_g.c | 1703 u16 trsw_rx; in b43_calc_loopback_gain() local 1803 trsw_rx = 0x1B; in b43_calc_loopback_gain() 1809 trsw_rx -= 3; in b43_calc_loopback_gain() 1814 trsw_rx = 0x18; in b43_calc_loopback_gain() 1846 gphy->trsw_rx_gain = trsw_rx * 2; in b43_calc_loopback_gain()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | rtw8851b.c | 1391 u8 trsw_rx, u8 trsw_a, u8 trsw_b) in rtw8851b_bb_gpio_trsw() 1399 mask_ofst += (tx_path_en * 4 + trsw_tx * 2 + trsw_rx) * 2; in rtw8851b_bb_gpio_trsw() 1389 rtw8851b_bb_gpio_trsw(struct rtw89_dev *rtwdev, enum rtw89_rf_path path, u8 tx_path_en, u8 trsw_tx, u8 trsw_rx, u8 trsw_a, u8 trsw_b) rtw8851b_bb_gpio_trsw() argument
|
H A D | rtw8852c.c | 1495 u8 trsw_rx, u8 trsw, u8 trsw_b) in rtw8852c_bb_gpio_trsw() 1507 mask_ofst += (tx_path_en * 4 + trsw_tx * 2 + trsw_rx) * 2; in rtw8852c_bb_gpio_trsw() 1493 rtw8852c_bb_gpio_trsw(struct rtw89_dev *rtwdev, enum rtw89_rf_path path, u8 tx_path_en, u8 trsw_tx, u8 trsw_rx, u8 trsw, u8 trsw_b) rtw8852c_bb_gpio_trsw() argument
|
Completed in 15 milliseconds