Home
last modified time | relevance | path

Searched refs:bwn_ntab_read (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_tables.h209 uint32_t bwn_ntab_read(struct bwn_mac *mac, uint32_t offset);
H A Dif_bwn_phy_n_core.c658 return bwn_ntab_read(mac, BWN_NTAB16(7, offset)) & 0x7; in bwn_nphy_read_lpf_ctl()
1726 tmp = bwn_ntab_read(mac, BWN_NTAB16(15, 87)); in bwn_nphy_run_samples()
2893 tmp32 = bwn_ntab_read(mac, BWN_NTAB32(30, 0)); in bwn_nphy_workarounds_rev7plus()
3307 tmp32 = bwn_ntab_read(mac, BWN_NTAB32(30, 0)); in bwn_nphy_workarounds_rev3plus()
3987 tmp = bwn_ntab_read(mac, BWN_NTAB16(0xF, 0x57)); in bwn_nphy_tx_power_fix()
3998 tmp32 = bwn_ntab_read(mac, BWN_NTAB32(26 + i, in bwn_nphy_tx_power_fix()
5322 tmp = bwn_ntab_read(mac, BWN_NTAB16(8, 3)); in bwn_nphy_tx_cal_phy_setup()
5326 tmp = bwn_ntab_read(mac, BWN_NTAB16(8, 19)); in bwn_nphy_tx_cal_phy_setup()
5378 tmp = bwn_ntab_read(mac, BWN_NTAB16(8, 2)); in bwn_nphy_tx_cal_phy_setup()
5382 tmp = bwn_ntab_read(mac, BWN_NTAB16(8, 18)); in bwn_nphy_tx_cal_phy_setup()
[all …]
H A Dif_bwn_phy_n_tables.c3375 uint32_t bwn_ntab_read(struct bwn_mac *mac, uint32_t offset) in bwn_ntab_read() function