Searched refs:rx2tx_events (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/gnu/dev/bwn/phy_n/ |
H A D | if_bwn_phy_n_core.c | 3279 uint8_t rx2tx_events[9] = { 0x0, 0x1, 0x2, 0x8, 0x5, 0x6, 0x3, 0x4, 0x1F }; in bwn_nphy_workarounds_rev3plus() local 3334 rx2tx_events[7] = 0x1F; in bwn_nphy_workarounds_rev3plus() 3336 bwn_nphy_set_rf_sequence(mac, 0, rx2tx_events, rx2tx_delays, in bwn_nphy_workarounds_rev3plus() 3337 nitems(rx2tx_events)); in bwn_nphy_workarounds_rev3plus()
|