Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dmmc.h154 #define OCR_S18R 0x1000000 macro
/openbmc/u-boot/drivers/mmc/
H A Dmmc.c570 cmd.cmdarg |= OCR_S18R; in sd_send_op_cond()
1664 bool uhs_en = (mmc->ocr & OCR_S18R) ? true : false; in sd_select_mode_and_width()