Searched refs:intsts (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_hda.c412 uint32_t intsts = 0; local
423 intsts |= HDAC_INTSTS_CIS;
428 intsts |= HDAC_INTSTS_CIS;
435 intsts |= (1 << i);
439 if (intsts)
440 intsts |= HDAC_INTSTS_GIS;
442 hda_set_reg_by_offset(sc, HDAC_INTSTS, intsts);
444 if ((intctl & HDAC_INTCTL_GIE) && ((intsts & \
/freebsd-13-stable/sys/dev/sound/pci/hda/
H A Dhdac.c307 hdac_one_intr(struct hdac_softc *sc, uint32_t intsts) argument
314 if (intsts & HDAC_INTSTS_CIS) {
346 if (intsts & HDAC_INTSTS_SIS_MASK) {
348 if ((intsts & (1 << i)) == 0)
369 uint32_t intsts; local
383 intsts = HDAC_READ_4(&sc->mem, HDAC_INTSTS);
384 while ((intsts & HDAC_INTSTS_GIS) != 0) {
386 hdac_one_intr(sc, intsts);
388 intsts = HDAC_READ_4(&sc->mem, HDAC_INTSTS);

Completed in 135 milliseconds