Home
last modified time | relevance | path

Searched refs:quirks_on (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/sound/pci/hda/
H A Dhdac.c76 char quirks_on; member
530 if (sc->quirks_on & HDAC_QUIRK_64BIT) in hdac_get_capabilities()
1179 sc->quirks_on = hdac_devices[devid].quirks_on; in hdac_attach()
1182 sc->quirks_on = 0; in hdac_attach()
1190 sc->quirks_on |= HDAC_QUIRK_MSI; in hdac_attach()
1194 hdac_config_fetch(sc, &sc->quirks_on, &sc->quirks_off); in hdac_attach()
1198 sc->quirks_on, sc->quirks_off); in hdac_attach()
1302 if (sc->quirks_on & HDAC_QUIRK_DMAPOS) { in hdac_attach()
H A Dhdac_private.h172 uint32_t quirks_on; member
H A Dhdaa.c1326 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()
1341 devinfo->quirks |= quirks_on; in hdaa_local_patch()