Lines Matching refs:driver_caps
249 (((chip)->driver_caps & AZX_DCAPS_SNOOP_MASK) >> 10)
394 if (!(chip->driver_caps & AZX_DCAPS_NO_TCSEL)) { in azx_init_pci()
606 chip->driver_caps &= ~AZX_DCAPS_COUNT_LPIB_DELAY; in azx_get_delay_from_lpib()
682 if (chip->driver_caps & AZX_DCAPS_COUNT_LPIB_DELAY) in azx_position_ok()
1293 chip->driver_caps |= AZX_DCAPS_PM_RUNTIME; in init_vga_switcheroo()
1390 if (chip->driver_caps & AZX_DCAPS_I915_COMPONENT) in azx_free()
1550 if (chip->driver_caps & AZX_DCAPS_AMD_WORKAROUND) { in check_position_fix()
1554 if (chip->driver_caps & AZX_DCAPS_POSFIX_LPIB) { in check_position_fix()
1584 (chip->driver_caps & AZX_DCAPS_COUNT_LPIB_DELAY)) { in assign_position_fix()
1679 if (chip->driver_caps & AZX_DCAPS_NO_MSI) { in check_msi()
1711 if (chip->driver_caps & AZX_DCAPS_SNOOP_OFF) in azx_check_snoop_available()
1767 int dev, unsigned int driver_caps, in azx_create() argument
1793 chip->driver_caps = driver_caps; in azx_create()
1794 chip->driver_type = driver_caps & 0xff; in azx_create()
1936 if (chip->driver_caps & AZX_DCAPS_NO_64BIT) { in azx_first_init()
1945 if (chip->driver_caps & AZX_DCAPS_NO_ALIGN_BUFSIZE) in azx_first_init()
1958 if (chip->msi && chip->driver_caps & AZX_DCAPS_NO_MSI64) { in azx_first_init()
1996 (chip->driver_caps & AZX_DCAPS_SEPARATE_STREAM_TAG) == 0) { in azx_first_init()
1999 chip->driver_caps |= AZX_DCAPS_SEPARATE_STREAM_TAG; in azx_first_init()
2165 if (chip->driver_caps & AZX_DCAPS_I915_COMPONENT) { in azx_probe()
2183 chip->driver_caps &= ~AZX_DCAPS_I915_COMPONENT; in azx_probe()
2358 if ((chip->driver_caps & AZX_DCAPS_RETRY_PROBE) && in azx_probe_continue()