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

/u-boot/drivers/mmc/
H A Dmmc.c612 static int sd_send_op_cond(struct mmc *mmc, bool uhs_en) argument
1794 bool uhs_en = (mmc->ocr & OCR_S18R) ? true : false; local
1796 bool uhs_en = false; local
2849 bool uhs_en = supports_uhs(mmc->cfg->host_caps); local
[all...]

Completed in 95 milliseconds