Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mailbox/
H A Dtegra-hsp.c38 static uint32_t *tegra_hsp_reg(struct tegra_hsp *thsp, uint32_t db_id, in tegra_hsp_reg() argument
41 return (uint32_t *)(thsp->regs + thsp->db_base + (db_id * 0x100) + reg); in tegra_hsp_reg()
44 static uint32_t tegra_hsp_readl(struct tegra_hsp *thsp, uint32_t db_id, in tegra_hsp_readl() argument
47 uint32_t *r = tegra_hsp_reg(thsp, db_id, reg); in tegra_hsp_readl()
51 static void tegra_hsp_writel(struct tegra_hsp *thsp, uint32_t val, in tegra_hsp_writel() argument
54 uint32_t *r = tegra_hsp_reg(thsp, db_id, reg); in tegra_hsp_writel()
110 struct tegra_hsp *thsp = dev_get_priv(chan->dev); in tegra_hsp_send() local
116 tegra_hsp_writel(thsp, 1, db_id, TEGRA_HSP_DB_REG_TRIGGER); in tegra_hsp_send()
123 struct tegra_hsp *thsp = dev_get_priv(chan->dev); in tegra_hsp_recv() local
129 val = tegra_hsp_readl(thsp, db_id, TEGRA_HSP_DB_REG_RAW); in tegra_hsp_recv()
[all …]