Searched refs:mbox_reg_readl (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/usb/host/ |
| H A D | xhci-tegra.c | 219 u32 (*mbox_reg_readl)(struct tegra_xusb *tegra, unsigned int offset); member 548 value = ops->mbox_reg_readl(tegra, tegra->soc->mbox.owner); in tegra_xusb_mbox_send() 556 value = ops->mbox_reg_readl(tegra, tegra->soc->mbox.owner); in tegra_xusb_mbox_send() 568 value = ops->mbox_reg_readl(tegra, tegra->soc->mbox.cmd); in tegra_xusb_mbox_send() 576 value = ops->mbox_reg_readl(tegra, tegra->soc->mbox.owner); in tegra_xusb_mbox_send() 584 value = ops->mbox_reg_readl(tegra, tegra->soc->mbox.owner); in tegra_xusb_mbox_send() 600 value = ops->mbox_reg_readl(tegra, tegra->soc->mbox.smi_intr); in tegra_xusb_mbox_irq() 763 value = ops->mbox_reg_readl(tegra, tegra->soc->mbox.data_out); in tegra_xusb_mbox_thread() 766 value = ops->mbox_reg_readl(tegra, tegra->soc->mbox.cmd); in tegra_xusb_mbox_thread() 2480 .mbox_reg_readl = &fpci_readl, [all …]
|