Searched refs:trsw_rx (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/bwn/ |
H A D | if_bwn_phy_g.c | 1052 uint16_t trsw_rx; in bwn_loopback_calcgain() local 1153 trsw_rx = 0x1b; in bwn_loopback_calcgain() 1159 trsw_rx -= 3; in bwn_loopback_calcgain() 1164 trsw_rx = 0x18; in bwn_loopback_calcgain() 1196 pg->pg_trsw_rx_gain = trsw_rx * 2; in bwn_loopback_calcgain() 1922 uint16_t lna, uint16_t pga, uint16_t trsw_rx) in bwn_lo_calcfeed() argument 1938 trsw_rx &= (BWN_PHY_RFOVERVAL_TRSWRX | BWN_PHY_RFOVERVAL_BW); in bwn_lo_calcfeed() 1940 rfover = BWN_PHY_RFOVERVAL_UNK | pga | lna | trsw_rx; in bwn_lo_calcfeed() 2013 uint16_t trsw_rx, pga; in bwn_lo_measure_txctl_values() local 2026 trsw_rx = 2; in bwn_lo_measure_txctl_values() [all …]
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | rtw8851b.c | 1410 u8 trsw_rx, u8 trsw_a, u8 trsw_b) in rtw8851b_bb_gpio_init() 1418 mask_ofst += (tx_path_en * 4 + trsw_tx * 2 + trsw_rx) * 2; in rtw8851b_bb_gpio_init() 1387 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 | 1548 u8 trsw_rx, u8 trsw, u8 trsw_b) in rtw8852c_bb_gpio_init() 1560 mask_ofst += (tx_path_en * 4 + trsw_tx * 2 + trsw_rx) * 2; in rtw8852c_bb_gpio_init() 1492 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
|