Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dmmc.h155 #define OCR_VOLTAGE_MASK 0x007FFF80 macro
/openbmc/u-boot/drivers/mmc/
H A Dmmc.c628 (mmc->ocr & OCR_VOLTAGE_MASK)) | in mmc_send_op_cond_iter()