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

/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdac.c298 uint32_t intsts; local
306 intsts = HDAC_READ_4(&sc->mem, HDAC_INTSTS);
307 if ((intsts & HDAC_INTSTS_GIS) == 0) {
313 if (intsts & HDAC_INTSTS_CIS) {
326 if (intsts & HDAC_INTSTS_SIS_MASK) {
328 if ((intsts & (1 << i)) == 0)
339 HDAC_WRITE_4(&sc->mem, HDAC_INTSTS, intsts);

Completed in 71 milliseconds