Searched refs:SLOTINFO_NSLOT_SHFT (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/sdcard/adapters/sdhost/
H A Dsdhost.h60 #define SLOTINFO_NSLOT_SHFT 4 macro
61 #define SLOTINFO_NSLOT_MSK (0x3 << SLOTINFO_NSLOT_SHFT)
66 ((((x) & SLOTINFO_NSLOT_MSK) >> SLOTINFO_NSLOT_SHFT) + 1)

Completed in 106 milliseconds