Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/i915/display/
Dintel_opregion.c207 #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()