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()
36 return hdl->io_ops._read16(hdl, addr); in r8712_read16()
178 ops->_read16 = usb_read16; in r8712_usb_set_intf_ops()
76 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); member
81 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); member
510 ops->_read16 = &sdio_read16; in sdio_set_intf_ops()
1340 (uncore)->funcs.mmio_readw = x##_read16; \