Home
last modified time | relevance | path

Searched refs:phy_n (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c165 return ((mac->mac_phy.phy_n->ipa2g_on && band == BWN_BAND_2G) || in bwn_nphy_ipa()
166 (mac->mac_phy.phy_n->ipa5g_on && band == BWN_BAND_5G)); in bwn_nphy_ipa()
633 struct bwn_phy_n *nphy = phy->phy_n; in bwn_nphy_stay_in_carrier_search()
664 struct bwn_phy_n *nphy = mac->mac_phy.phy_n; in bwn_nphy_adjust_lna_gain_table()
721 struct bwn_phy_n *nphy = mac->mac_phy.phy_n; in bwn_nphy_set_rf_sequence()
1277 if (mac->mac_phy.phy_n->ipa2g_on && band == BWN_BAND_2G) { in bwn_radio_2056_setup()
1339 } else if (mac->mac_phy.phy_n->ipa5g_on && band == BWN_BAND_5G) { in bwn_radio_2056_setup()
1557 struct bwn_phy_n *nphy = mac->mac_phy.phy_n; in bwn_radio_init2055_post()
1625 struct bwn_phy_n *nphy = mac->mac_phy.phy_n; in bwn_nphy_load_samples()
1698 struct bwn_phy_n *nphy = mac->mac_phy.phy_n; in bwn_nphy_run_samples()
[all …]
H A Dif_bwn_phy_n_tables.c3810 if ((mac->mac_phy.phy_n->ipa2g_on && is_5ghz == 0) || in bwn_nphy_get_tx_gain_table()
3811 (mac->mac_phy.phy_n->ipa5g_on && is_5ghz == 1)) { in bwn_nphy_get_tx_gain_table()
/freebsd/sys/modules/bwn/
H A DMakefile29 .PATH: ${SRCTOP}/sys/gnu/dev/bwn/phy_n
/freebsd/sys/dev/bwn/
H A Dif_bwnvar.h479 struct bwn_phy_n *phy_n; member
H A Dif_bwn.c1388 mac->mac_phy.phy_n = NULL; in bwn_attach_core()