Searched refs:_write32 (Results 1 – 4 of 4) sorted by relevance
92 void (*_write32)(struct intf_hdl *pintfhdl, u32 addr, u32 val); in r8712_write32() local94 _write32 = pintfhdl->io_ops._write32; in r8712_write32()95 _write32(pintfhdl, addr, val); in r8712_write32()
197 pops->_write32 = &usb_write32; in r8712_usb_set_intf_ops()
101 void (*_write32)(struct intf_hdl *pintfhdl, u32 addr, u32 val); member
987 dev_priv->uncore.funcs.mmio_writel = x##_write32; \