Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_io.c45 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); in rtw_read16() local
47 _read16 = pintfhdl->io_ops._read16; in rtw_read16()
49 return _read16(pintfhdl, addr); in rtw_read16()
/linux/drivers/staging/rtl8723bs/include/
H A Drtw_io.h15 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); member
/linux/drivers/staging/rtl8723bs/hal/
H A Dsdio_ops.c468 ops->_read16 = &sdio_read16; in sdio_set_intf_ops()
/linux/drivers/gpu/drm/i915/
H A Dintel_uncore.c2048 (uncore)->funcs.mmio_readw = x##_read16; \