Lines Matching refs:driver_caps

281 	(((chip)->driver_caps & AZX_DCAPS_SNOOP_MASK) >> 10)
428 if (!(chip->driver_caps & AZX_DCAPS_NO_TCSEL)) { in azx_init_pci()
640 chip->driver_caps &= ~AZX_DCAPS_COUNT_LPIB_DELAY; in azx_get_delay_from_lpib()
709 if (chip->driver_caps & AZX_DCAPS_COUNT_LPIB_DELAY) in azx_position_ok()
1338 chip->driver_caps |= AZX_DCAPS_PM_RUNTIME; in init_vga_switcheroo()
1428 if (chip->driver_caps & AZX_DCAPS_I915_COMPONENT) in azx_free()
1594 if (chip->driver_caps & AZX_DCAPS_AMD_WORKAROUND) { in check_position_fix()
1598 if (chip->driver_caps & AZX_DCAPS_POSFIX_LPIB) { in check_position_fix()
1628 (chip->driver_caps & AZX_DCAPS_COUNT_LPIB_DELAY)) { in assign_position_fix()
1723 if (chip->driver_caps & AZX_DCAPS_NO_MSI) { in check_msi()
1755 if (chip->driver_caps & AZX_DCAPS_SNOOP_OFF) in azx_check_snoop_available()
1799 int dev, unsigned int driver_caps, in azx_create() argument
1827 chip->driver_caps = driver_caps; in azx_create()
1828 chip->driver_type = driver_caps & 0xff; in azx_create()
1934 if (chip->driver_caps & AZX_DCAPS_NO_MSI64) { in azx_first_init()
1970 if (chip->driver_caps & AZX_DCAPS_NO_64BIT) { in azx_first_init()
1979 if (chip->driver_caps & AZX_DCAPS_NO_ALIGN_BUFSIZE) in azx_first_init()
2026 (chip->driver_caps & AZX_DCAPS_SEPARATE_STREAM_TAG) == 0) { in azx_first_init()
2029 chip->driver_caps |= AZX_DCAPS_SEPARATE_STREAM_TAG; in azx_first_init()
2310 if (chip->driver_caps & AZX_DCAPS_I915_COMPONENT) { in azx_probe_continue()
2324 chip->driver_caps &= ~AZX_DCAPS_I915_COMPONENT; in azx_probe_continue()
2372 if ((chip->driver_caps & AZX_DCAPS_RETRY_PROBE) && in azx_probe_continue()