Home
last modified time | relevance | path

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

/freebsd/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c3298 const char *pdet_range_var; in bwn_nphy_workarounds_rev3plus() local
3360 pdet_range_var = BHND_NVAR_PDETRANGE2G; in bwn_nphy_workarounds_rev3plus()
3362 pdet_range_var = BHND_NVAR_PDETRANGE5G; in bwn_nphy_workarounds_rev3plus()
3364 error = bhnd_nvram_getvar_uint8(sc->sc_dev, pdet_range_var, in bwn_nphy_workarounds_rev3plus()
3368 "NVRAM: %d\n", pdet_range_var, error); in bwn_nphy_workarounds_rev3plus()