Lines Matching defs:ops
240 const struct tegra_xusb_soc_ops *ops;
354 const struct tegra_xusb_soc_ops *ops = tegra->soc->ops;
356 return ops->csb_reg_readl(tegra, offset);
362 const struct tegra_xusb_soc_ops *ops = tegra->soc->ops;
364 ops->csb_reg_writel(tegra, value, offset);
538 const struct tegra_xusb_soc_ops *ops = tegra->soc->ops;
547 value = ops->mbox_reg_readl(tegra, tegra->soc->mbox.owner);
553 ops->mbox_reg_writel(tegra, MBOX_OWNER_SW, tegra->soc->mbox.owner);
555 value = ops->mbox_reg_readl(tegra, tegra->soc->mbox.owner);
565 ops->mbox_reg_writel(tegra, value, tegra->soc->mbox.data_in);
567 value = ops->mbox_reg_readl(tegra, tegra->soc->mbox.cmd);
569 ops->mbox_reg_writel(tegra, value, tegra->soc->mbox.cmd);
575 value = ops->mbox_reg_readl(tegra, tegra->soc->mbox.owner);
583 value = ops->mbox_reg_readl(tegra, tegra->soc->mbox.owner);
595 const struct tegra_xusb_soc_ops *ops = tegra->soc->ops;
599 value = ops->mbox_reg_readl(tegra, tegra->soc->mbox.smi_intr);
600 ops->mbox_reg_writel(tegra, value, tegra->soc->mbox.smi_intr);
753 const struct tegra_xusb_soc_ops *ops = tegra->soc->ops;
762 value = ops->mbox_reg_readl(tegra, tegra->soc->mbox.data_out);
765 value = ops->mbox_reg_readl(tegra, tegra->soc->mbox.cmd);
767 ops->mbox_reg_writel(tegra, value, tegra->soc->mbox.cmd);
771 ops->mbox_reg_writel(tegra, MBOX_OWNER_NONE, tegra->soc->mbox.owner);
2497 .ops = &tegra124_ops,
2535 .ops = &tegra124_ops,
2578 .ops = &tegra124_ops,
2611 .ops = &tegra124_ops,
2643 .ops = &tegra234_ops,