Searched refs:_read16 (Results 1 – 7 of 7) sorted by relevance
58 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read16() local60 _read16 = pintfhdl->io_ops._read16; in _rtw_read16()62 r_val = _read16(pintfhdl, addr); in _rtw_read16()
48 return hdl->io_ops._read16(hdl, addr); in r8712_read16()
190 pops->_read16 = usb_read16; in r8712_usb_set_intf_ops()
88 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); member
81 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); member
520 ops->_read16 = &sdio_read16; in sdio_set_intf_ops()
1319 (i915)->uncore.funcs.mmio_readw = x##_read16; \