Lines Matching defs:driver_caps
249 (((chip)->driver_caps & AZX_DCAPS_SNOOP_MASK) >> 10)
391 if (!(chip->driver_caps & AZX_DCAPS_NO_TCSEL)) {
603 chip->driver_caps &= ~AZX_DCAPS_COUNT_LPIB_DELAY;
679 if (chip->driver_caps & AZX_DCAPS_COUNT_LPIB_DELAY)
1290 chip->driver_caps |= AZX_DCAPS_PM_RUNTIME;
1390 if (chip->driver_caps & AZX_DCAPS_I915_COMPONENT)
1550 if (chip->driver_caps & AZX_DCAPS_AMD_WORKAROUND) {
1554 if (chip->driver_caps & AZX_DCAPS_POSFIX_LPIB) {
1584 (chip->driver_caps & AZX_DCAPS_COUNT_LPIB_DELAY)) {
1679 if (chip->driver_caps & AZX_DCAPS_NO_MSI) {
1711 if (chip->driver_caps & AZX_DCAPS_SNOOP_OFF)
1765 int dev, unsigned int driver_caps,
1791 chip->driver_caps = driver_caps;
1792 chip->driver_type = driver_caps & 0xff;
1906 if (chip->msi && chip->driver_caps & AZX_DCAPS_NO_MSI64) {
1939 if (chip->driver_caps & AZX_DCAPS_NO_64BIT) {
1948 if (chip->driver_caps & AZX_DCAPS_NO_ALIGN_BUFSIZE)
1994 (chip->driver_caps & AZX_DCAPS_SEPARATE_STREAM_TAG) == 0) {
1997 chip->driver_caps |= AZX_DCAPS_SEPARATE_STREAM_TAG;
2169 if (chip->driver_caps & AZX_DCAPS_I915_COMPONENT) {
2187 chip->driver_caps &= ~AZX_DCAPS_I915_COMPONENT;
2368 if ((chip->driver_caps & AZX_DCAPS_RETRY_PROBE) &&