Searched refs:intfhdl (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8723bs/hal/ |
D | sdio_ops.c | 149 static u8 sdio_read8(struct intf_hdl *intfhdl, u32 addr) in sdio_read8() argument 154 return sd_read8(intfhdl, ftaddr, NULL); in sdio_read8() 157 static u16 sdio_read16(struct intf_hdl *intfhdl, u32 addr) in sdio_read16() argument 163 sd_cmd52_read(intfhdl, ftaddr, 2, (u8 *)&le_tmp); in sdio_read16() 168 static u32 sdio_read32(struct intf_hdl *intfhdl, u32 addr) in sdio_read32() argument 180 adapter = intfhdl->padapter; in sdio_read32() 189 err = sd_cmd52_read(intfhdl, ftaddr, 4, (u8 *)&le_tmp); in sdio_read32() 205 val = sd_read32(intfhdl, ftaddr, NULL); in sdio_read32() 216 sd_read(intfhdl, ftaddr, 8, tmpbuf); in sdio_read32() 225 static s32 sdio_readN(struct intf_hdl *intfhdl, u32 addr, u32 cnt, u8 *buf) in sdio_readN() argument [all …]
|