Searched refs:_read8 (Results 1 – 4 of 4) sorted by relevance
35 u8 (*_read8)(struct intf_hdl *pintfhdl, u32 addr); in rtw_read8() local 37 _read8 = pintfhdl->io_ops._read8; in rtw_read8() 39 return _read8(pintfhdl, addr); in rtw_read8()
23 u8 (*_read8)(struct intf_hdl *pintfhdl, u32 addr); member
466 ops->_read8 = &sdio_read8; in sdio_set_intf_ops()
2042 (uncore)->funcs.mmio_readb = x##_read8; \