Searched refs:_read32 (Results 1 – 7 of 7) sorted by relevance
70 u32 (*_read32)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read32() local72 _read32 = pintfhdl->io_ops._read32; in _rtw_read32()74 r_val = _read32(pintfhdl, addr); in _rtw_read32()
43 return hdl->io_ops._read32(hdl, addr); in r8712_read32()
179 ops->_read32 = usb_read32; in r8712_usb_set_intf_ops()
77 u32 (*_read32)(struct intf_hdl *pintfhdl, u32 addr); member
82 u32 (*_read32)(struct intf_hdl *pintfhdl, u32 addr); member
499 ops->_read32 = &sdio_read32; in sdio_set_intf_ops()
1450 (uncore)->funcs.mmio_readl = x##_read32; \