Searched refs:mbox_reg_writel (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/usb/host/ |
| H A D | xhci-tegra.c | 222 void (*mbox_reg_writel)(struct tegra_xusb *tegra, u32 value, unsigned int offset); member 559 ops->mbox_reg_writel(tegra, MBOX_OWNER_SW, tegra->soc->mbox.owner); in tegra_xusb_mbox_send() 571 ops->mbox_reg_writel(tegra, value, tegra->soc->mbox.data_in); in tegra_xusb_mbox_send() 575 ops->mbox_reg_writel(tegra, value, tegra->soc->mbox.cmd); in tegra_xusb_mbox_send() 606 ops->mbox_reg_writel(tegra, value, tegra->soc->mbox.smi_intr); in tegra_xusb_mbox_irq() 773 ops->mbox_reg_writel(tegra, value, tegra->soc->mbox.cmd); in tegra_xusb_mbox_thread() 777 ops->mbox_reg_writel(tegra, MBOX_OWNER_NONE, tegra->soc->mbox.owner); in tegra_xusb_mbox_thread() 2540 .mbox_reg_writel = &fpci_writel, 2688 .mbox_reg_writel = &bar2_writel,
|