Searched refs:sc_pmu (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/bwn/ |
H A D | if_bwn_phy_common.c | 224 if (sc->sc_pmu == NULL) { in bwn_wireless_core_phy_pll_reset() 230 bhnd_pmu_write_chipctrl(sc->sc_pmu, 0x0, 0x0, pll_flag); in bwn_wireless_core_phy_pll_reset() 231 bhnd_pmu_write_chipctrl(sc->sc_pmu, 0x0, pll_flag, pll_flag); in bwn_wireless_core_phy_pll_reset() 232 bhnd_pmu_write_chipctrl(sc->sc_pmu, 0x0, 0x0, pll_flag); in bwn_wireless_core_phy_pll_reset()
|
H A D | if_bwn_phy_lp.c | 416 if (sc->sc_pmu == NULL) { in bwn_phy_lp_init() 1517 error = bhnd_pmu_set_voltage_raw(sc->sc_pmu, in bwn_phy_lp_bbinit_r01() 1523 error = bhnd_pmu_enable_regulator(sc->sc_pmu, in bwn_phy_lp_bbinit_r01() 1534 error = bhnd_pmu_disable_regulator(sc->sc_pmu, in bwn_phy_lp_bbinit_r01()
|
H A D | if_bwnvar.h | 1025 device_t sc_pmu; /**< PMU device, or NULL if unsupported */ member
|
H A D | if_bwn.c | 715 sc->sc_pmu = bhnd_retain_provider(sc->sc_dev, BHND_SERVICE_PMU); in bwn_retain_bus_providers() 716 if (sc->sc_pmu == NULL) { in bwn_retain_bus_providers() 742 BWN_RELEASE_PROV(sc, sc_pmu, BHND_SERVICE_PMU); in bwn_release_bus_providers() 2183 if (sc->sc_pmu != NULL) in bwn_core_forceclk()
|
/freebsd/sys/gnu/dev/bwn/phy_n/ |
H A D | if_bwn_phy_n_core.c | 6444 if (sc->sc_pmu == NULL) { in bwn_nphy_pmu_spur_avoid() 6450 if ((error = bhnd_pmu_request_spuravoid(sc->sc_pmu, mode))) { in bwn_nphy_pmu_spur_avoid()
|