Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mailbox/
H A Dtegra-hsp.c105 struct mbox_controller mbox_db; member
198 for_each_set_bit(master, &value, hsp->mbox_db.num_chans) { in tegra_hsp_doorbell_irq()
585 struct tegra_hsp *hsp = container_of(mbox, struct tegra_hsp, mbox_db); in tegra_hsp_db_xlate()
792 hsp->mbox_db.of_xlate = tegra_hsp_db_xlate; in tegra_hsp_probe()
793 hsp->mbox_db.num_chans = 32; in tegra_hsp_probe()
794 hsp->mbox_db.dev = &pdev->dev; in tegra_hsp_probe()
795 hsp->mbox_db.ops = &tegra_hsp_db_ops; in tegra_hsp_probe()
797 hsp->mbox_db.chans = devm_kcalloc(&pdev->dev, hsp->mbox_db.num_chans, in tegra_hsp_probe()
798 sizeof(*hsp->mbox_db.chans), in tegra_hsp_probe()
800 if (!hsp->mbox_db.chans) in tegra_hsp_probe()
[all …]