Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sdcard/adapters/sdhost/
H A Dsdhost.h217 #define INT_INS BIT(6) macro
223 #define INT_HOTPLUG (INT_INS | INT_REM)
H A Dsdhost.c850 if (intr & (INT_REM | INT_INS)) { in sdhost_slot_intr()