Searched refs:sprom (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/dev/bhnd/cores/chipc/
H A Dchipc.h89 bool sprom; /**< SPROM is present */ member in struct:chipc_caps
H A Dchipc_subr.c294 CC_TFS(sprom), CC_TFS(otp_size));
H A Dchipc.c416 if (CHIPC_QUIRK(sc, SUPPORTS_SPROM) && caps->sprom) {
473 caps->sprom = CHIPC_GET_FLAG(cap_reg, CHIPC_CAP_SPROM);
1249 KASSERT(sc->sprom_refcnt > 0, ("sprom refcnt overrelease"));
1295 KASSERT(sc->sprom_refcnt == 0, ("sprom pins already enabled"));
1327 device_printf(sc->dev, "muxed sprom lines on unrecognized device\n");
1347 KASSERT(sc->sprom_refcnt == 0, ("sprom pins in use"));
/freebsd-13-stable/sys/dev/bhnd/bhndb/
H A Dbhndb.h96 struct {} sprom; member in union:bhndb_regwin::__anon11580
/freebsd-13-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data.h64 BHND_NVRAM_DATA_CLASS_DECL(sprom); variable
H A Dbhnd_nvram_data_sprom.c103 BHND_NVRAM_DATA_CLASS_DEFN(sprom, "Broadcom SPROM",
254 BHND_NV_LOG("invalid sprom %hhu signature: "
269 BHND_NV_LOG("sprom %hhu CRC error (crc=%#hhx, "
284 BHND_NV_LOG("sprom parsing failed with %zu CRC errors\n",
804 struct bhnd_nvram_sprom *sprom = (struct bhnd_nvram_sprom *)nv; local
805 return (sprom->layout->num_vars);
/freebsd-13-stable/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c6101 hw_gain += sprom->antenna_gain.a0;
6103 hw_gain += sprom->antenna_gain.a1;

Completed in 126 milliseconds