Searched refs:bwn_nphy_rf_ctl_override_rev7 (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/gnu/dev/bwn/phy_n/ |
H A D | if_bwn_phy_n_core.c | 220 static void bwn_nphy_rf_ctl_override_rev7(struct bwn_mac *mac, uint16_t field, in bwn_nphy_rf_ctl_override_rev7() function 284 bwn_nphy_rf_ctl_override_rev7(mac, 0x20, value, core, off, 1); in bwn_nphy_rf_ctl_override_one_to_many() 285 bwn_nphy_rf_ctl_override_rev7(mac, 0x10, value, core, off, 1); in bwn_nphy_rf_ctl_override_one_to_many() 286 bwn_nphy_rf_ctl_override_rev7(mac, 0x08, value, core, off, 1); in bwn_nphy_rf_ctl_override_one_to_many() 289 bwn_nphy_rf_ctl_override_rev7(mac, 0x4, value, core, off, 1); in bwn_nphy_rf_ctl_override_one_to_many() 290 bwn_nphy_rf_ctl_override_rev7(mac, 0x2, value, core, off, 1); in bwn_nphy_rf_ctl_override_one_to_many() 291 bwn_nphy_rf_ctl_override_rev7(mac, 0x1, value, core, off, 1); in bwn_nphy_rf_ctl_override_one_to_many() 292 bwn_nphy_rf_ctl_override_rev7(mac, 0x2, value, core, off, 2); in bwn_nphy_rf_ctl_override_one_to_many() 293 bwn_nphy_rf_ctl_override_rev7(mac, 0x0800, 0, core, off, 1); in bwn_nphy_rf_ctl_override_one_to_many() 296 bwn_nphy_rf_ctl_override_rev7(mac, 0x4, value, core, off, 0); in bwn_nphy_rf_ctl_override_one_to_many() [all …]
|