Home
last modified time | relevance | path

Searched refs:_read32 (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_io.c60 u32 (*_read32)(struct intf_hdl *pintfhdl, u32 addr); in rtw_read32() local
62 _read32 = pintfhdl->io_ops._read32; in rtw_read32()
64 return _read32(pintfhdl, addr); in rtw_read32()
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl8712_io.c43 return hdl->io_ops._read32(hdl, addr); in r8712_read32()
H A Dusb_ops.c188 ops->_read32 = usb_read32; in r8712_usb_set_intf_ops()
H A Drtl871x_io.h77 u32 (*_read32)(struct intf_hdl *pintfhdl, u32 addr); member
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_io.h82 u32 (*_read32)(struct intf_hdl *pintfhdl, u32 addr); member
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Dsdio_ops.c469 ops->_read32 = &sdio_read32; in sdio_set_intf_ops()
/openbmc/linux/drivers/gpu/drm/i915/
H A Dintel_uncore.c2187 (uncore)->funcs.mmio_readl = x##_read32; \