Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/drivers/mmc/
A Dmmc.c29 static struct sd_switch_status sd_switch_func_status; variable
375 ret = ops->prepare(0, (uintptr_t)&sd_switch_func_status, in sd_switch()
376 sizeof(sd_switch_func_status)); in sd_switch()
390 return ops->read(0, (uintptr_t)&sd_switch_func_status, in sd_switch()
391 sizeof(sd_switch_func_status)); in sd_switch()
574 if ((sd_switch_func_status.support_g1 & BIT(9)) == 0U) { in mmc_enumerate()
584 if ((sd_switch_func_status.sel_g2_g1 & 0x1U) == 0U) { in mmc_enumerate()

Completed in 3 milliseconds