Home
last modified time | relevance | path

Searched refs:sromrev (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_sprom.c147 uint8_t sromrev; in bwn_nphy_get_core_power_info() local
155 sromrev = sc->sc_board_info.board_srom_rev; in bwn_nphy_get_core_power_info()
156 if (sromrev < 4) in bwn_nphy_get_core_power_info()
172 if (sromrev >= 4 && sromrev <= 10) in bwn_nphy_get_core_power_info()
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_sprom.c65 static const bhnd_sprom_layout *bhnd_nvram_sprom_get_layout(uint8_t sromrev);
369 bhnd_nvram_sprom_get_layout(uint8_t sromrev) in bhnd_nvram_sprom_get_layout() argument
373 if (bhnd_sprom_layouts[i].rev == sromrev) in bhnd_nvram_sprom_get_layout()
619 uint8_t sromrev; in bhnd_nvram_sprom_serialize() local
633 error = bhnd_nvram_plist_get_uint8(props, BHND_NVAR_SROMREV, &sromrev); in bhnd_nvram_sprom_serialize()
640 if ((layout = bhnd_nvram_sprom_get_layout(sromrev)) == NULL) { in bhnd_nvram_sprom_serialize()
641 BHND_NV_LOG("unsupported sromrev: %hhu\n", sromrev); in bhnd_nvram_sprom_serialize()
H A Dnvram_map1673 u8 sromrev {
1888 0x07E: u8 sromrev
1969 0x07E: u8 sromrev
2144 0x1B6: u8 sromrev
2318 0x1B6: u8 sromrev
2580 0x1B6: u8 sromrev
2830 0x1B6: u8 sromrev
2840 0x1CA: u8 sromrev
3071 0x1D2: u8 sromrev
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmsmac/
H A Dantsel.c124 if ((asi->pub->sromrev >= 4) && (asi->antsel_antswitch != 0)) { in brcms_c_antsel_attach()
150 } else if ((asi->pub->sromrev == 4) && in brcms_c_antsel_attach()
H A Dpub.h170 u8 sromrev; /* version # of the srom */ member
H A Ddebug.c89 hw->sromrev); in brcms_debugfs_hardware_read()
H A Dmain.h325 u8 sromrev; /* version # of the srom */ member
H A Dmain.c4475 wlc_hw->sromrev = sprom->revision; in brcms_b_attach()
4501 wlc->pub->sromrev = wlc_hw->sromrev; in brcms_b_attach()
4526 sha_params.sromrev = wlc_hw->sromrev; in brcms_b_attach()
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_hal.h158 uint sromrev; member
H A Dphy_cmn.c349 sh->sromrev = shp->sromrev; in wlc_phy_shared_attach()
H A Dphy_int.h484 uint sromrev; member
H A Dphy_n.c14367 NREV_GE(pi->pubpi.phy_rev, 2) && (pi->sh->sromrev >= 4)) in wlc_phy_txpwrctrl_config_nphy()
14369 else if ((pi->sh->sromrev >= 4) in wlc_phy_txpwrctrl_config_nphy()
14380 if (pi->sh->sromrev >= 9) in wlc_phy_txpwr_srom_read_ppr_nphy()
16282 if ((pi->sh->sromrev >= 8) in wlc_phy_workarounds_nphy_rev7()
17592 if (pi->sh->sromrev < 4) { in wlc_phy_txpwrctrl_pwr_setup_nphy()
20080 if (((pi->sh->sromrev >= 4) in wlc_phy_radio_postinit_2055()
20082 || ((pi->sh->sromrev < 4))) { in wlc_phy_radio_postinit_2055()
27707 if (pi->sh->sromrev < 4) { in wlc_phy_txpwr_fixpower_nphy()