Searched refs:mbox_reg_writel (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/usb/host/
H A Dxhci-tegra.c219 void (*mbox_reg_writel)(struct tegra_xusb *tegra, u32 value, unsigned int offset); member in struct:tegra_xusb_soc_ops
553 ops->mbox_reg_writel(tegra, MBOX_OWNER_SW, tegra->soc->mbox.owner);
565 ops->mbox_reg_writel(tegra, value, tegra->soc->mbox.data_in);
569 ops->mbox_reg_writel(tegra, value, tegra->soc->mbox.cmd);
600 ops->mbox_reg_writel(tegra, value, tegra->soc->mbox.smi_intr);
767 ops->mbox_reg_writel(tegra, value, tegra->soc->mbox.cmd);
771 ops->mbox_reg_writel(tegra, MBOX_OWNER_NONE, tegra->soc->mbox.owner);
2477 .mbox_reg_writel = &fpci_writel,
2625 .mbox_reg_writel = &bar2_writel,

Completed in 114 milliseconds