Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/host/
H A Dxhci-tegra.c220 void (*mbox_reg_writel)(struct tegra_xusb *tegra, u32 value, unsigned int offset); member
554 ops->mbox_reg_writel(tegra, MBOX_OWNER_SW, tegra->soc->mbox.owner); in tegra_xusb_mbox_send()
566 ops->mbox_reg_writel(tegra, value, tegra->soc->mbox.data_in); in tegra_xusb_mbox_send()
570 ops->mbox_reg_writel(tegra, value, tegra->soc->mbox.cmd); in tegra_xusb_mbox_send()
601 ops->mbox_reg_writel(tegra, value, tegra->soc->mbox.smi_intr); in tegra_xusb_mbox_irq()
768 ops->mbox_reg_writel(tegra, value, tegra->soc->mbox.cmd); in tegra_xusb_mbox_thread()
772 ops->mbox_reg_writel(tegra, MBOX_OWNER_NONE, tegra->soc->mbox.owner); in tegra_xusb_mbox_thread()
2481 .mbox_reg_writel = &fpci_writel,
2629 .mbox_reg_writel = &bar2_writel,