Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/synopsys/emmc/
H A Ddw_mmc.c127 static int dw_read(int lba, uintptr_t buf, size_t size);
135 .read = dw_read,
396 static int dw_read(int lba, uintptr_t buf, size_t size) in dw_read() function