Searched refs:bhnd_pmu_write_chipctrl (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/bwn/ |
H A D | if_bwn_phy_common.c | 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()
|
/freebsd/sys/dev/bhnd/cores/pmu/ |
H A D | bhnd_pmu.h | 76 bhnd_pmu_write_chipctrl(device_t dev, uint32_t reg, uint32_t value, in bhnd_pmu_write_chipctrl() function
|
H A D | bhnd_pmu.c | 608 DEVMETHOD(bhnd_pmu_write_chipctrl, bhnd_pmu_write_chipctrl_method),
|
H A D | bhnd_pmu_if.m | 61 panic("bhnd_pmu_write_chipctrl unimplemented");
|