Searched defs:ss_ocr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sdcard/adapters/sdhost/
H A Dsdhost.c61 uint32_t ss_ocr; /* OCR formatted voltages */ member in struct:sdslot
1126 ss->ss_ocr = 0;
1128 ss->ss_ocr |= OCR_18_19V; /* 1.8V */
1130 ss->ss_ocr |= OCR_30_31V;
1132 ss->ss_ocr |= OCR_32_33V;
1528 *val = ss->ss_ocr;
1613 val &= ss->ss_ocr;

Completed in 170 milliseconds