Home
last modified time | relevance | path

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

/linux/drivers/mailbox/
H A Dtegra-hsp.c56 struct tegra_hsp *hsp; member
132 static inline u32 tegra_hsp_readl(struct tegra_hsp *hsp, unsigned int offset) in tegra_hsp_readl() argument
134 return readl(hsp->regs + offset); in tegra_hsp_readl()
137 static inline void tegra_hsp_writel(struct tegra_hsp *hsp, u32 value, in tegra_hsp_writel() argument
140 writel(value, hsp->regs + offset); in tegra_hsp_writel()
165 __tegra_hsp_doorbell_get(struct tegra_hsp *hsp, unsigned int master) in __tegra_hsp_doorbell_get() argument
169 list_for_each_entry(entry, &hsp->doorbells, list) in __tegra_hsp_doorbell_get()
177 tegra_hsp_doorbell_get(struct tegra_hsp *hsp, unsigned int master) in tegra_hsp_doorbell_get() argument
182 spin_lock_irqsave(&hsp->lock, flags); in tegra_hsp_doorbell_get()
183 db = __tegra_hsp_doorbell_get(hsp, master); in tegra_hsp_doorbell_get()
[all …]
H A DMakefile58 obj-$(CONFIG_TEGRA_HSP_MBOX) += tegra-hsp.o
/linux/drivers/clk/eswin/
H A DMakefile9 obj-$(CONFIG_COMMON_CLK_EIC7700_HSP) += clk-eic7700-hsp.o
/linux/drivers/clk/imx/
H A Dclk-imx35.c64 /* 0 */ ckih, mpll, ppll, mpll_075, arm, hsp, hsp_div, hsp_sel, ahb, enumerator
129 clk[hsp] = imx_clk_fixed_factor("hsp", "arm", 1, hsp_div[hsp_sel]); in _mx35_clocks_init()
/linux/drivers/reset/
H A DMakefile18 obj-$(CONFIG_RESET_EIC7700_HSP) += reset-eic7700-hsp.o
/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra186-p3310.dtsi163 hsp@3c00000 {
H A Dtegra234.dtsi6 #include <dt-bindings/mailbox/tegra186-hsp.h>
3378 hsp_top0: hsp@3c00000 {
3379 compatible = "nvidia,tegra234-hsp", "nvidia,tegra194-hsp";
3902 hsp_aon: hsp@c150000 {
3903 compatible = "nvidia,tegra234-hsp", "nvidia,tegra194-hsp";
H A Dtegra186-p3509-0000+p3636-0001.dts722 hsp@3c00000 {
H A Dtegra264.dtsi5 #include <dt-bindings/mailbox/tegra186-hsp.h>
105 hsp_top: hsp@8800000 {
106 compatible = "nvidia,tegra264-hsp";
/linux/drivers/scsi/lpfc/
H A Dlpfc_ct.c2935 struct serv_parm *hsp = (struct serv_parm *)&vport->fc_sparam; in lpfc_fdmi_port_attr_max_frame() local
2938 (((uint32_t)hsp->cmn.bbRcvSizeMsb & 0x0F) << 8) | in lpfc_fdmi_port_attr_max_frame()
2939 (uint32_t)hsp->cmn.bbRcvSizeLsb); in lpfc_fdmi_port_attr_max_frame()