Home
last modified time | relevance | path

Searched refs:sc_board_info (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/bwn/
H A Dif_bwn_phy_g.c303 if (sc->sc_board_info.board_vendor == PCI_VENDOR_BROADCOM && in bwn_phy_g_prepare_hw()
304 sc->sc_board_info.board_type == BHND_BOARD_BCM94309G) { in bwn_phy_g_prepare_hw()
305 if (sc->sc_board_info.board_rev < 0x43) { in bwn_phy_g_prepare_hw()
308 } else if (sc->sc_board_info.board_rev < 0x51) { in bwn_phy_g_prepare_hw()
327 if (sc->sc_board_info.board_vendor == in bwn_phy_g_prepare_hw()
329 sc->sc_board_info.board_type == in bwn_phy_g_prepare_hw()
331 sc->sc_board_info.board_rev >= 30) in bwn_phy_g_prepare_hw()
333 else if (sc->sc_board_info.board_vendor == in bwn_phy_g_prepare_hw()
335 sc->sc_board_info.board_type == in bwn_phy_g_prepare_hw()
341 if (sc->sc_board_info.board_vendor == in bwn_phy_g_prepare_hw()
[all …]
H A Dif_bwn_phy_lp.c1366 if (sc->sc_board_info.board_rev >= 0x18) { in bwn_phy_lp_bbinit_r2()
1514 if ((sc->sc_board_info.board_flags & BHND_BFL_FEM) && in bwn_phy_lp_bbinit_r01()
1516 (sc->sc_board_info.board_flags & BHND_BFL_PAREF))) { in bwn_phy_lp_bbinit_r01()
1545 if (sc->sc_board_info.board_flags & BHND_BFL_RSSIINV) in bwn_phy_lp_bbinit_r01()
1553 (sc->sc_board_info.board_flags & BHND_BFL_FEM_BT)) { in bwn_phy_lp_bbinit_r01()
1558 (sc->sc_board_info.board_type == 0x048a) || in bwn_phy_lp_bbinit_r01()
1560 (sc->sc_board_info.board_flags & BHND_BFL_FEM))) { in bwn_phy_lp_bbinit_r01()
1565 (sc->sc_board_info.board_flags & BHND_BFL_FEM)) { in bwn_phy_lp_bbinit_r01()
1575 (sc->sc_board_info.board_flags & BHND_BFL_PAREF)) { in bwn_phy_lp_bbinit_r01()
1581 if ((sc->sc_board_info.board_flags & BHND_BFL_FEM_BT) && in bwn_phy_lp_bbinit_r01()
[all …]
H A Dif_bwn.c568 if ((error = bhnd_read_board_info(dev, &sc->sc_board_info))) { in bwn_attach()
636 sc->sc_board_info.board_srom_rev, mac->mac_phy.analog, in bwn_attach()
781 if (sc->sc_board_info.board_srom_rev <= 2) { in bwn_attach_post()
912 ((sc->sc_board_info.board_devid == PCI_DEVID_##_device) && \ in bwn_sprom_bugfixes()
913 (sc->sc_board_info.board_vendor == PCI_VENDOR_##_subvendor) && \ in bwn_sprom_bugfixes()
914 (sc->sc_board_info.board_type == _subdevice)) in bwn_sprom_bugfixes()
918 if (sc->sc_board_info.board_vendor == PCI_VENDOR_APPLE && in bwn_sprom_bugfixes()
919 sc->sc_board_info.board_type == 0x4e && in bwn_sprom_bugfixes()
920 sc->sc_board_info.board_rev > 0x40) in bwn_sprom_bugfixes()
921 sc->sc_board_info.board_flags |= BHND_BFL_PACTRL; in bwn_sprom_bugfixes()
[all …]
H A Dif_bwnvar.h1017 struct bhnd_board_info sc_board_info; member
/freebsd/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c1249 if (sc->sc_board_info.board_flags2 & BHND_BFL2_GPLL_WAR && in bwn_radio_2056_setup()
1262 if (sc->sc_board_info.board_flags2 & BHND_BFL2_GPLL_WAR && in bwn_radio_2056_setup()
1269 if (sc->sc_board_info.board_flags2 & BHND_BFL2_APLL_WAR && in bwn_radio_2056_setup()
1562 (sc->sc_board_info.board_vendor != PCI_VENDOR_BROADCOM) in bwn_radio_init2055_post()
1563 && (sc->sc_board_info.board_type == BHND_BOARD_BCM4321CB2) in bwn_radio_init2055_post()
1564 && (sc->sc_board_info.board_rev >= 0x41); in bwn_radio_init2055_post()
1567 !(sc->sc_board_info.board_flags2 & BHND_BFL2_RXBB_INT_REG_DIS); in bwn_radio_init2055_post()
2627 ext_lna = ghz5 ? sc->sc_board_info.board_flags & BHND_BFL_EXTLNA_5GHZ : in bwn_nphy_gain_ctl_workarounds_rev3()
2628 sc->sc_board_info.board_flags & BHND_BFL_EXTLNA; in bwn_nphy_gain_ctl_workarounds_rev3()
3082 if (sc->sc_board_info.board_srom_rev && in bwn_nphy_workarounds_rev7plus()
[all …]
H A Dif_bwn_phy_n_sprom.c155 sromrev = sc->sc_board_info.board_srom_rev; in bwn_nphy_get_core_power_info()