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

/freebsd-13-stable/sys/dev/sound/pci/hda/
H A Dhdac_reg.h174 #define HDAC_INTSTS_GIS 0x80000000 macro
H A Dhdac.c374 * Loop until HDAC_INTSTS_GIS gets clear.
384 while ((intsts & HDAC_INTSTS_GIS) != 0) {
/freebsd-13-stable/usr.sbin/bhyve/
H A Dhdac_reg.h175 #define HDAC_INTSTS_GIS 0x80000000 macro
H A Dpci_hda.c440 intsts |= HDAC_INTSTS_GIS;
445 ~HDAC_INTSTS_GIS) & intctl)) {

Completed in 50 milliseconds