Searched refs:sd_read (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/staging/rtl8723bs/include/ |
D | sdio_ops_linux.h | 24 s32 sd_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, void *pdata);
|
/Linux-v5.10/drivers/staging/rtl8723bs/hal/ |
D | sdio_ops.c | 209 sd_read(intfhdl, ftaddr, 8, tmpbuf); in sdio_read32() 244 err = sd_read(intfhdl, ftaddr, cnt, buf); in sdio_readN() 255 err = sd_read(intfhdl, ftaddr, n, tmpbuf); in sdio_readN() 357 err = sd_read(intfhdl, ftaddr, 4, tmpbuf); in sdio_writeN() 583 err = sd_read(intfhdl, addr, n, tmpbuf); in sdio_local_read()
|
/Linux-v5.10/drivers/staging/rtl8723bs/os_dep/ |
D | sdio_ops_linux.c | 457 s32 sd_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, void *pdata) in sd_read() function
|