Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/rtl8723bs/core/
H A Drtw_io.c59 u32 (*_read32)(struct intf_hdl *pintfhdl, u32 addr); in rtw_read32() local
61 _read32 = pintfhdl->io_ops._read32; in rtw_read32()
63 return _read32(pintfhdl, addr); in rtw_read32()
/linux-6.15/drivers/staging/rtl8723bs/include/
H A Drtw_io.h16 u32 (*_read32)(struct intf_hdl *pintfhdl, u32 addr); member
/linux-6.15/drivers/staging/rtl8723bs/hal/
H A Dsdio_ops.c468 ops->_read32 = &sdio_read32; in sdio_set_intf_ops()
/linux-6.15/drivers/gpu/drm/i915/
H A Dintel_uncore.c2044 (uncore)->funcs.mmio_readl = x##_read32; \