Lines Matching refs:driver_caps
282 (((chip)->driver_caps & AZX_DCAPS_SNOOP_MASK) >> 10)
431 if (!(chip->driver_caps & AZX_DCAPS_NO_TCSEL)) {
643 chip->driver_caps &= ~AZX_DCAPS_COUNT_LPIB_DELAY;
712 if (chip->driver_caps & AZX_DCAPS_COUNT_LPIB_DELAY)
1341 chip->driver_caps |= AZX_DCAPS_PM_RUNTIME;
1431 if (chip->driver_caps & AZX_DCAPS_I915_COMPONENT)
1597 if (chip->driver_caps & AZX_DCAPS_AMD_WORKAROUND) {
1601 if (chip->driver_caps & AZX_DCAPS_POSFIX_LPIB) {
1631 (chip->driver_caps & AZX_DCAPS_COUNT_LPIB_DELAY)) {
1726 if (chip->driver_caps & AZX_DCAPS_NO_MSI) {
1758 if (chip->driver_caps & AZX_DCAPS_SNOOP_OFF)
1808 int dev, unsigned int driver_caps,
1836 chip->driver_caps = driver_caps;
1837 chip->driver_type = driver_caps & 0xff;
1949 if (chip->driver_caps & AZX_DCAPS_NO_MSI64) {
1985 if (chip->driver_caps & AZX_DCAPS_NO_64BIT) {
1994 if (chip->driver_caps & AZX_DCAPS_NO_ALIGN_BUFSIZE)
2042 (chip->driver_caps & AZX_DCAPS_SEPARATE_STREAM_TAG) == 0) {
2045 chip->driver_caps |= AZX_DCAPS_SEPARATE_STREAM_TAG;
2329 if (chip->driver_caps & AZX_DCAPS_I915_COMPONENT) {
2343 chip->driver_caps &= ~AZX_DCAPS_I915_COMPONENT;
2391 if ((chip->driver_caps & AZX_DCAPS_RETRY_PROBE) &&