Lines Matching defs:iost
1286 uint16_t iost;
1294 if ((error = bhnd_read_iost(sc->sc_dev, &iost))) {
1300 have_a = (iost & BWN_IOST_HAVE_5GHZ) ? 1 : 0;
1301 have_bg = (iost & BWN_IOST_HAVE_2GHZ) ? 1 : 0;
1302 if (iost & BWN_IOST_DUALPHY) {
1308 device_printf(sc->sc_dev, "%s: iost=0x%04hx, have_a=%d, have_bg=%d,"
1311 iost,
1330 if (iost & BHND_IOST_DMA64) {
4033 uint16_t iost;
4138 error = bhnd_read_iost(sc->sc_dev, &iost);
4146 if (iost & BWN_IOST_HAVE_2GHZ)
4198 if (iost & BWN_IOST_HAVE_2GHZ)
4927 uint16_t iost, mask;
4932 iost = BWN_IOCTL_PHYRESET | BHND_IOCTL_CLK_FORCE;
4933 mask = iost | BWN_IOCTL_SUPPORT_G;
4935 if ((error = bhnd_write_ioctl(sc->sc_dev, iost, mask)))
4940 iost &= ~BHND_IOCTL_CLK_FORCE;
4942 if ((error = bhnd_write_ioctl(sc->sc_dev, iost, mask)))