Searched refs:_read32 (Results 1 – 4 of 4) sorted by relevance
57 u32 (*_read32)(struct intf_hdl *pintfhdl, u32 addr); in rtw_read32() local59 _read32 = pintfhdl->io_ops._read32; in rtw_read32()61 return _read32(pintfhdl, addr); in rtw_read32()
16 u32 (*_read32)(struct intf_hdl *pintfhdl, u32 addr); member
469 ops->_read32 = &sdio_read32; in sdio_set_intf_ops()
2049 (uncore)->funcs.mmio_readl = x##_read32; \