Lines Matching refs:driver_caps
246 (((chip)->driver_caps & AZX_DCAPS_SNOOP_MASK) >> 10)
384 if (!(chip->driver_caps & AZX_DCAPS_NO_TCSEL)) {
596 chip->driver_caps &= ~AZX_DCAPS_COUNT_LPIB_DELAY;
672 if (chip->driver_caps & AZX_DCAPS_COUNT_LPIB_DELAY)
1301 chip->driver_caps |= AZX_DCAPS_PM_RUNTIME;
1388 if (chip->driver_caps & AZX_DCAPS_I915_COMPONENT)
1554 if (chip->driver_caps & AZX_DCAPS_AMD_WORKAROUND) {
1558 if (chip->driver_caps & AZX_DCAPS_POSFIX_LPIB) {
1588 (chip->driver_caps & AZX_DCAPS_COUNT_LPIB_DELAY)) {
1683 if (chip->driver_caps & AZX_DCAPS_NO_MSI) {
1715 if (chip->driver_caps & AZX_DCAPS_SNOOP_OFF)
1767 int dev, unsigned int driver_caps,
1793 chip->driver_caps = driver_caps;
1794 chip->driver_type = driver_caps & 0xff;
1905 if (chip->driver_caps & AZX_DCAPS_NO_MSI64) {
1941 if (chip->driver_caps & AZX_DCAPS_NO_64BIT) {
1950 if (chip->driver_caps & AZX_DCAPS_NO_ALIGN_BUFSIZE)
1995 (chip->driver_caps & AZX_DCAPS_SEPARATE_STREAM_TAG) == 0) {
1998 chip->driver_caps |= AZX_DCAPS_SEPARATE_STREAM_TAG;
2271 if (chip->driver_caps & AZX_DCAPS_I915_COMPONENT) {
2285 chip->driver_caps &= ~AZX_DCAPS_I915_COMPONENT;
2335 if ((chip->driver_caps & AZX_DCAPS_RETRY_PROBE) &&