Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/amd/display/dc/
H A Dirq_types.h188 #define DC_DECODE_INTERRUPT_POLARITY(int_polarity) \ argument
189 (int_polarity == INTERRUPT_POLARITY_LOW) ? "Low" : \
190 (int_polarity == INTERRUPT_POLARITY_HIGH) ? "High" : \
191 (int_polarity == INTERRUPT_POLARITY_BOTH) ? "Both" : "Invalid"