Searched refs:intfhdl (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/staging/rtl8723bs/hal/ |
H A D | sdio_ops.c | 132 static u8 sdio_read8(struct intf_hdl *intfhdl, u32 addr) in sdio_read8() argument 137 return sd_read8(intfhdl, ftaddr, NULL); in sdio_read8() 140 static u16 sdio_read16(struct intf_hdl *intfhdl, u32 addr) in sdio_read16() argument 146 sd_cmd52_read(intfhdl, ftaddr, 2, (u8 *)&le_tmp); in sdio_read16() 151 static u32 sdio_read32(struct intf_hdl *intfhdl, u32 addr) in sdio_read32() argument 163 adapter = intfhdl->padapter; in sdio_read32() 172 err = sd_cmd52_read(intfhdl, ftaddr, 4, (u8 *)&le_tmp); in sdio_read32() 179 val = sd_read32(intfhdl, ftaddr, NULL); in sdio_read32() 188 sd_read(intfhdl, ftaddr, 8, tmpbuf); in sdio_read32() 197 static s32 sdio_readN(struct intf_hdl *intfhdl, u32 addr, u32 cnt, u8 *buf) in sdio_readN() argument [all …]
|