Searched refs:bwn_nphy_set_rf_sequence (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/gnu/dev/bwn/phy_n/ |
H A D | if_bwn_phy_n_core.c | 718 static void bwn_nphy_set_rf_sequence(struct bwn_mac *mac, uint8_t cmd, in bwn_nphy_set_rf_sequence() function 2798 bwn_nphy_set_rf_sequence(mac, 5, rfseq_events, rfseq_delays, 3); in bwn_nphy_gain_ctl_workarounds_rev1_2() 2899 bwn_nphy_set_rf_sequence(mac, 1, tx2rx_events, tx2rx_delays, in bwn_nphy_workarounds_rev7plus() 2902 bwn_nphy_set_rf_sequence(mac, 0, rx2tx_events_ipa, in bwn_nphy_workarounds_rev7plus() 3322 bwn_nphy_set_rf_sequence(mac, 1, tx2rx_events, tx2rx_delays, in bwn_nphy_workarounds_rev3plus() 3327 bwn_nphy_set_rf_sequence(mac, 0, rx2tx_events_ipa, in bwn_nphy_workarounds_rev3plus() 3336 bwn_nphy_set_rf_sequence(mac, 0, rx2tx_events, rx2tx_delays, in bwn_nphy_workarounds_rev3plus() 3537 bwn_nphy_set_rf_sequence(mac, 0, events1, delays1, 7); in bwn_nphy_workarounds_rev1_2() 3538 bwn_nphy_set_rf_sequence(mac, 1, events2, delays2, 7); in bwn_nphy_workarounds_rev1_2()
|