Searched refs:s_cur_ocr (Results 1 – 3 of 3) sorted by relevance
197 slot->s_cur_ocr = OCR_32_33V; in sda_slot_power_on()199 slot->s_cur_ocr = OCR_29_30V; in sda_slot_power_on()201 slot->s_cur_ocr = (1U << (ddi_fls(ocr) - 1)); in sda_slot_power_on()207 if ((rv = sda_setprop(slot, SDA_PROP_OCR, slot->s_cur_ocr)) != 0) { in sda_slot_power_on()209 slot->s_cur_ocr, rv); in sda_slot_power_on()
139 if ((ocr & slot->s_cur_ocr) == 0) { in sda_init_sdmem()205 if ((ocr & slot->s_cur_ocr) == 0) { in sda_init_mmc()
58 uint32_t s_cur_ocr; /* current ocr */ member