Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwn/
H A Dif_bwn_phy_common.c230 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 Dbhnd_pmu.h76 bhnd_pmu_write_chipctrl(device_t dev, uint32_t reg, uint32_t value, in bhnd_pmu_write_chipctrl() function
H A Dbhnd_pmu.c608 DEVMETHOD(bhnd_pmu_write_chipctrl, bhnd_pmu_write_chipctrl_method),
H A Dbhnd_pmu_if.m61 panic("bhnd_pmu_write_chipctrl unimplemented");