Searched refs:quirks_off (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/sound/pci/hda/ |
H A D | hdac.c | 77 char quirks_off; member 531 else if (sc->quirks_off & HDAC_QUIRK_64BIT) in hdac_get_capabilities() 761 if ((sc->quirks_off & HDAC_QUIRK_MSI) == 0 && in hdac_irq_alloc() 1179 sc->quirks_off = hdac_devices[devid].quirks_off; in hdac_attach() 1182 sc->quirks_off = 0; in hdac_attach() 1187 sc->quirks_off |= HDAC_QUIRK_MSI; in hdac_attach() 1190 sc->quirks_off |= ~HDAC_QUIRK_MSI; in hdac_attach() 1193 hdac_config_fetch(sc, &sc->quirks_on, &sc->quirks_off); in hdac_attach() 1197 sc->quirks_on, sc->quirks_off); in hdac_attach()
|
H A D | hdac_private.h | 173 uint32_t quirks_off; member
|
H A D | hdaa.c | 1299 uint32_t quirks, quirks_off; in hdaa_sysctl_quirks() local 1315 hdaa_config_fetch(buf, &quirks, &quirks_off); in hdaa_sysctl_quirks() 1326 uint32_t quirks_on = 0, quirks_off = 0, x; in hdaa_local_patch() local 1340 hdaa_config_fetch(res, &quirks_on, &quirks_off); in hdaa_local_patch() 1342 devinfo->quirks &= ~quirks_off; in hdaa_local_patch()
|