Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mailbox/
H A Dtegra-hsp.c60 struct tegra_hsp_channel;
63 struct tegra_hsp_channel { struct
70 struct tegra_hsp_channel channel; argument
78 void (*send)(struct tegra_hsp_channel *channel, void *data);
79 void (*recv)(struct tegra_hsp_channel *channel);
83 struct tegra_hsp_channel channel;
137 static inline u32 tegra_hsp_channel_readl(struct tegra_hsp_channel *channel, in tegra_hsp_channel_readl()
143 static inline void tegra_hsp_channel_writel(struct tegra_hsp_channel *channel, in tegra_hsp_channel_writel()
269 static struct tegra_hsp_channel *
372 static void tegra_hsp_sm_send32(struct tegra_hsp_channel *channel, void *data) in tegra_hsp_sm_send32()
[all …]