Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwn/
H A Dif_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()
H A Dif_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()
4935 if ((error = bhnd_write_ioctl(sc->sc_dev, iost, mask))) in bwn_phy_reset()
4942 if ((error = bhnd_write_ioctl(sc->sc_dev, iost, mask))) in bwn_phy_reset()
/freebsd/sys/dev/bhnd/bcma/
H A Dbcma.c327 if ((error = bhnd_write_ioctl(child, ioctl | clkflags, UINT16_MAX))) in bcma_reset_hw()
335 error = bhnd_write_ioctl(child, 0x0, BHND_IOCTL_CLK_FORCE); in bcma_reset_hw()
373 if ((error = bhnd_write_ioctl(child, ioctl, ~clkflags))) in bcma_suspend_hw()
/freebsd/sys/dev/bhnd/
H A Dbhnd.h791 bhnd_write_ioctl(device_t dev, uint16_t value, uint16_t mask) in bhnd_write_ioctl() function
/freebsd/share/man/man9/
H A DMakefile597 bhnd.9 bhnd_write_ioctl.9