Searched refs:sdio_io_rw_ext_helper (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/mmc/core/ |
D | sdio_io.c | 305 static int sdio_io_rw_ext_helper(struct sdio_func *func, int write, in sdio_io_rw_ext_helper() function 461 return sdio_io_rw_ext_helper(func, 0, addr, 1, dst, count); in sdio_memcpy_fromio() 478 return sdio_io_rw_ext_helper(func, 1, addr, 1, src, count); in sdio_memcpy_toio() 495 return sdio_io_rw_ext_helper(func, 0, addr, 0, dst, count); in sdio_readsb() 512 return sdio_io_rw_ext_helper(func, 1, addr, 0, src, count); in sdio_writesb()
|