Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sdcard/adapters/sdhost/
H A Dsdhost.h273 #define CAPAB_30V BIT(25) macro
275 #define CAPAB_VOLTS (CAPAB_33V | CAPAB_30V | CAPAB_18V)
H A Dsdhost.c1129 if (capab & CAPAB_30V) in sdhost_init_slot()