Lines Matching defs:ioctl
1502 uint16_t ioctl, ioctl_mask;
1510 ioctl = (BWN_IOCTL_PHYCLOCK_ENABLE | BWN_IOCTL_PHYRESET);
1512 ioctl |= BWN_IOCTL_SUPPORT_G;
1516 ioctl |= BWN_IOCTL_PHY_BANDWIDTH_20MHZ;
1518 if ((error = bhnd_reset_hw(sc->sc_dev, ioctl, ioctl))) {
1526 ioctl = BHND_IOCTL_CLK_FORCE;
1531 if ((error = bhnd_write_ioctl(sc->sc_dev, ioctl, ioctl_mask))) {
1532 device_printf(sc->sc_dev, "failed to set core ioctl flags: "
1539 ioctl = BWN_IOCTL_PHYCLOCK_ENABLE;
1540 if ((error = bhnd_write_ioctl(sc->sc_dev, ioctl, ioctl_mask))) {
1541 device_printf(sc->sc_dev, "failed to set core ioctl flags: "