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

/freebsd-13-stable/sys/dev/sound/pci/hda/
H A Dhdac.c448 gctl = HDAC_READ_4(&sc->mem, HDAC_GCTL);
449 HDAC_WRITE_4(&sc->mem, HDAC_GCTL, gctl & ~HDAC_GCTL_CRST);
452 gctl = HDAC_READ_4(&sc->mem, HDAC_GCTL);
467 gctl = HDAC_READ_4(&sc->mem, HDAC_GCTL);
468 HDAC_WRITE_4(&sc->mem, HDAC_GCTL, gctl | HDAC_GCTL_CRST);
471 gctl = HDAC_READ_4(&sc->mem, HDAC_GCTL);
1557 HDAC_WRITE_4(&sc->mem, HDAC_GCTL, HDAC_READ_4(&sc->mem, HDAC_GCTL) |
1697 HDAC_WRITE_4(&sc->mem, HDAC_GCTL, HDAC_READ_4(&sc->mem, HDAC_GCTL) |
[all...]
H A Dhdac_reg.h42 #define HDAC_GCTL 0x08 /* 4 - Global Control */ macro
/freebsd-13-stable/usr.sbin/bhyve/
H A Dhdac_reg.h42 #define HDAC_GCTL 0x08 /* 4 - Global Control */ macro
H A Dpci_hda.c223 [HDAC_GCTL] = hda_set_gctl,

Completed in 63 milliseconds