Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_opregion.c179 #define SWSCI_SCIC_INDICATOR (1 << 0) macro
274 if (scic & SWSCI_SCIC_INDICATOR) { in swsci()
279 scic = function | SWSCI_SCIC_INDICATOR; in swsci()
297 #define C (((scic = ioread32(&swsci->scic)) & SWSCI_SCIC_INDICATOR) == 0) in swsci()