Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/bcma/
H A Dbcma.c206 bcma_read_iost(device_t dev, device_t child, uint16_t *iost) in bcma_read_iost() argument
215 *iost = (value & BCMA_DMP_IOST_MASK); in bcma_read_iost()
/freebsd/sys/dev/bwn/
H A Dif_bwn.c1286 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()
[all …]
/freebsd/sys/dev/bhnd/siba/
H A Dsiba.c642 siba_read_iost(device_t dev, device_t child, uint16_t *iost) in siba_read_iost() argument
651 *iost = (SIBA_REG_GET(tmhigh, TMH_SISF)); in siba_read_iost()
/freebsd/sys/dev/bhnd/
H A Dbhnd.h809 bhnd_read_iost(device_t dev, uint16_t *iost) in bhnd_read_iost() argument
811 return (BHND_BUS_READ_IOST(device_get_parent(dev), dev, iost)); in bhnd_read_iost()
H A Dbhnd_bus_if.m86 bhnd_bus_null_read_iost(device_t dev, device_t child, uint16_t *iost)
595 * @param[out] iost On success, the I/O status register value.
606 uint16_t *iost;