Searched refs:_read16 (Results 1 – 7 of 7) sorted by relevance
48 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); in rtw_read16() local50 _read16 = pintfhdl->io_ops._read16; in rtw_read16()52 return _read16(pintfhdl, addr); in rtw_read16()
36 return hdl->io_ops._read16(hdl, addr); in r8712_read16()
187 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
468 ops->_read16 = &sdio_read16; in sdio_set_intf_ops()
2170 (uncore)->funcs.mmio_readw = x##_read16; \
Completed in 50 milliseconds