Searched refs:_read16 (Results 1 – 4 of 4) sorted by relevance
47 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); in rtw_read16() local49 _read16 = pintfhdl->io_ops._read16; in rtw_read16()51 return _read16(pintfhdl, addr); in rtw_read16()
15 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); member
467 ops->_read16 = &sdio_read16; in sdio_set_intf_ops()
2045 (uncore)->funcs.mmio_readw = x##_read16; \
Completed in 12 milliseconds