Searched refs:sdio_io_rw_ext_helper (Results 1 – 1 of 1) sorted by relevance
/drivers/mmc/core/ |
D | sdio_io.c | 315 static int sdio_io_rw_ext_helper(struct sdio_func *func, int write, in sdio_io_rw_ext_helper() function 471 return sdio_io_rw_ext_helper(func, 0, addr, 1, dst, count); in sdio_memcpy_fromio() 488 return sdio_io_rw_ext_helper(func, 1, addr, 1, src, count); in sdio_memcpy_toio() 505 return sdio_io_rw_ext_helper(func, 0, addr, 0, dst, count); in sdio_readsb() 522 return sdio_io_rw_ext_helper(func, 1, addr, 0, src, count); in sdio_writesb()
|