Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/bhnd/bcma/
Dbcma.c213 bcma_read_iost(device_t dev, device_t child, uint16_t *iost) in bcma_read_iost() argument
222 *iost = (value & BCMA_DMP_IOST_MASK); in bcma_read_iost()
/freebsd-12-stable/sys/dev/bwn/
Dif_bwn.c1290 uint16_t iost; in bwn_attach_core() local
1298 if ((error = bhnd_read_iost(sc->sc_dev, &iost))) { in bwn_attach_core()
1304 have_a = (iost & BWN_IOST_HAVE_5GHZ) ? 1 : 0; in bwn_attach_core()
1305 have_bg = (iost & BWN_IOST_HAVE_2GHZ) ? 1 : 0; in bwn_attach_core()
1306 if (iost & BWN_IOST_DUALPHY) { in bwn_attach_core()
1315 iost, in bwn_attach_core()
1334 if (iost & BHND_IOST_DMA64) { in bwn_attach_core()
4045 uint16_t iost; in bwn_fw_gets() local
4150 error = bhnd_read_iost(sc->sc_dev, &iost); in bwn_fw_gets()
4158 if (iost & BWN_IOST_HAVE_2GHZ) in bwn_fw_gets()
[all …]
/freebsd-12-stable/sys/dev/bhnd/siba/
Dsiba.c646 siba_read_iost(device_t dev, device_t child, uint16_t *iost) in siba_read_iost() argument
655 *iost = (SIBA_REG_GET(tmhigh, TMH_SISF)); in siba_read_iost()
/freebsd-12-stable/sys/dev/bhnd/
Dbhnd.h820 bhnd_read_iost(device_t dev, uint16_t *iost) in bhnd_read_iost() argument
822 return (BHND_BUS_READ_IOST(device_get_parent(dev), dev, iost)); in bhnd_read_iost()
Dbhnd_bus_if.m87 bhnd_bus_null_read_iost(device_t dev, device_t child, uint16_t *iost)
596 * @param[out] iost On success, the I/O status register value.
607 uint16_t *iost;