Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/bwn/
HDif_bwn_phy_common.c165 if ((error = bhnd_write_ioctl(sc->sc_dev, val, mask))) { in bwn_phy_force_clock()
206 if ((error = bhnd_write_ioctl(sc->sc_dev, val, mask))) { in bwn_mac_phy_clock_set()
HDif_bwn.c1531 if ((error = bhnd_write_ioctl(sc->sc_dev, ioctl, ioctl_mask))) { in bwn_reset_core()
1540 if ((error = bhnd_write_ioctl(sc->sc_dev, ioctl, ioctl_mask))) { in bwn_reset_core()
4943 if ((error = bhnd_write_ioctl(sc->sc_dev, iost, mask))) in bwn_phy_reset()
4950 if ((error = bhnd_write_ioctl(sc->sc_dev, iost, mask))) in bwn_phy_reset()
/freebsd-14-stable/sys/dev/bhnd/bcma/
HDbcma.c329 if ((error = bhnd_write_ioctl(child, ioctl | clkflags, UINT16_MAX))) in bcma_reset_hw()
337 error = bhnd_write_ioctl(child, 0x0, BHND_IOCTL_CLK_FORCE); in bcma_reset_hw()
375 if ((error = bhnd_write_ioctl(child, ioctl, ~clkflags))) in bcma_suspend_hw()
/freebsd-14-stable/sys/dev/bhnd/
HDbhnd.h791 bhnd_write_ioctl(device_t dev, uint16_t value, uint16_t mask) in bhnd_write_ioctl() function
/freebsd-14-stable/share/man/man9/
HDMakefile597 bhnd.9 bhnd_write_ioctl.9