Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/mmc/
H A Dmmc.c29 static struct sd_switch_status sd_switch_func_status; variable
374 ret = ops->prepare(0, (uintptr_t)&sd_switch_func_status, in sd_switch()
375 sizeof(sd_switch_func_status)); in sd_switch()
389 return ops->read(0, (uintptr_t)&sd_switch_func_status, in sd_switch()
390 sizeof(sd_switch_func_status)); in sd_switch()
568 if ((sd_switch_func_status.support_g1 & BIT(9)) == 0U) { in mmc_enumerate()
578 if ((sd_switch_func_status.sel_g2_g1 & 0x1U) == 0U) { in mmc_enumerate()