Searched refs:_read16 (Results 1 – 4 of 4) sorted by relevance
45 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); in rtw_read16() local47 _read16 = pintfhdl->io_ops._read16; in rtw_read16()49 return _read16(pintfhdl, addr); in rtw_read16()
15 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); member
468 ops->_read16 = &sdio_read16; in sdio_set_intf_ops()
2048 (uncore)->funcs.mmio_readw = x##_read16; \