Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sdcard/adapters/sdhost/
H A Dsdhost.h54 #define SDHOST_MAXSLOTS 6 macro
H A Dsdhost.c109 sdslot_t sh_slots[SDHOST_MAXSLOTS];
303 for (i = 0; i < SDHOST_MAXSLOTS; i++) { in sdhost_attach()
335 if (shp->sh_numslots > SDHOST_MAXSLOTS) { in sdhost_attach()