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

/freebsd-12-stable/sys/dev/bwn/
H A Dif_bwn_phy_common.c167 if ((error = bhnd_write_ioctl(sc->sc_dev, val, mask))) {
208 if ((error = bhnd_write_ioctl(sc->sc_dev, val, mask))) {
H A Dif_bwn.c1535 if ((error = bhnd_write_ioctl(sc->sc_dev, ioctl, ioctl_mask))) {
1544 if ((error = bhnd_write_ioctl(sc->sc_dev, ioctl, ioctl_mask))) {
4947 if ((error = bhnd_write_ioctl(sc->sc_dev, iost, mask)))
4954 if ((error = bhnd_write_ioctl(sc->sc_dev, iost, mask)))
/freebsd-12-stable/sys/dev/bhnd/bcma/
H A Dbcma.c334 if ((error = bhnd_write_ioctl(child, ioctl | clkflags, UINT16_MAX)))
342 error = bhnd_write_ioctl(child, 0x0, BHND_IOCTL_CLK_FORCE);
380 if ((error = bhnd_write_ioctl(child, ioctl, ~clkflags)))
/freebsd-12-stable/sys/dev/bhnd/
H A Dbhnd.h802 bhnd_write_ioctl(device_t dev, uint16_t value, uint16_t mask) function
/freebsd-12-stable/share/man/man9/
H A DMakefile574 bhnd.9 bhnd_write_ioctl.9

Completed in 180 milliseconds