Searched refs:sdio_io_rw_ext_helper (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/drivers/mmc/core/ |
H A D | sdio_io.c | 303 static int sdio_io_rw_ext_helper(struct sdio_func *func, int write, sdio_io_rw_ext_helper() function 452 return sdio_io_rw_ext_helper(func, 0, addr, 1, dst, count); sdio_memcpy_fromio() 469 return sdio_io_rw_ext_helper(func, 1, addr, 1, src, count); sdio_memcpy_toio() 486 return sdio_io_rw_ext_helper(func, 0, addr, 0, dst, count); sdio_readsb() 503 return sdio_io_rw_ext_helper(func, 1, addr, 0, src, count); sdio_writesb()
|
Completed in 36 milliseconds