Home
last modified time | relevance | path

Searched refs:I915_GDRST (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/dev/drm/i915/
H A Dintel_uncore.c1430 pci_read_config_byte(pdev, I915_GDRST, &gdrst); in i915_reset_complete()
1439 pci_write_config_byte(pdev, I915_GDRST, GRDOM_RESET_ENABLE); in i915_do_reset()
1441 pci_write_config_byte(pdev, I915_GDRST, 0); in i915_do_reset()
1450 pci_read_config_byte(pdev, I915_GDRST, &gdrst); in g4x_reset_complete()
1458 pci_write_config_byte(pdev, I915_GDRST, GRDOM_RESET_ENABLE); in g33_do_reset()
1472 pci_write_config_byte(pdev, I915_GDRST, in g4x_do_reset()
1480 pci_write_config_byte(pdev, I915_GDRST, in g4x_do_reset()
1489 pci_write_config_byte(pdev, I915_GDRST, 0); in g4x_do_reset()
H A Di915_reg.h212 #define I915_GDRST 0xc0 /* PCI config register */ macro