Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Dintel_opregion.c196 #define SWSCI_SCIC_INDICATOR (1 << 0) macro
308 if (scic & SWSCI_SCIC_INDICATOR) { in swsci()
313 scic = function | SWSCI_SCIC_INDICATOR; in swsci()
331 #define C (((scic = swsci->scic) & SWSCI_SCIC_INDICATOR) == 0) in swsci()