Lines Matching refs:iost
1286 uint16_t iost; in bwn_attach_core() local
1294 if ((error = bhnd_read_iost(sc->sc_dev, &iost))) { in bwn_attach_core()
1300 have_a = (iost & BWN_IOST_HAVE_5GHZ) ? 1 : 0; in bwn_attach_core()
1301 have_bg = (iost & BWN_IOST_HAVE_2GHZ) ? 1 : 0; in bwn_attach_core()
1302 if (iost & BWN_IOST_DUALPHY) { in bwn_attach_core()
1311 iost, in bwn_attach_core()
1330 if (iost & BHND_IOST_DMA64) { in bwn_attach_core()
4033 uint16_t iost; in bwn_fw_gets() local
4138 error = bhnd_read_iost(sc->sc_dev, &iost); in bwn_fw_gets()
4146 if (iost & BWN_IOST_HAVE_2GHZ) in bwn_fw_gets()
4198 if (iost & BWN_IOST_HAVE_2GHZ) in bwn_fw_gets()
4927 uint16_t iost, mask; in bwn_phy_reset() local
4932 iost = BWN_IOCTL_PHYRESET | BHND_IOCTL_CLK_FORCE; in bwn_phy_reset()
4933 mask = iost | BWN_IOCTL_SUPPORT_G; in bwn_phy_reset()
4935 if ((error = bhnd_write_ioctl(sc->sc_dev, iost, mask))) in bwn_phy_reset()
4940 iost &= ~BHND_IOCTL_CLK_FORCE; in bwn_phy_reset()
4942 if ((error = bhnd_write_ioctl(sc->sc_dev, iost, mask))) in bwn_phy_reset()