Searched refs:hsp (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/mailbox/ |
| H A D | tegra-hsp.c | 56 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 D | Makefile | 58 obj-$(CONFIG_TEGRA_HSP_MBOX) += tegra-hsp.o
|
| /linux/drivers/clk/eswin/ |
| H A D | Makefile | 9 obj-$(CONFIG_COMMON_CLK_EIC7700_HSP) += clk-eic7700-hsp.o
|
| /linux/drivers/clk/imx/ |
| H A D | clk-imx35.c | 64 /* 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 D | Makefile | 18 obj-$(CONFIG_RESET_EIC7700_HSP) += reset-eic7700-hsp.o
|
| /linux/arch/arm64/boot/dts/nvidia/ |
| H A D | tegra186-p3310.dtsi | 163 hsp@3c00000 {
|
| H A D | tegra234.dtsi | 6 #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 D | tegra186-p3509-0000+p3636-0001.dts | 722 hsp@3c00000 {
|
| H A D | tegra264.dtsi | 5 #include <dt-bindings/mailbox/tegra186-hsp.h> 105 hsp_top: hsp@8800000 { 106 compatible = "nvidia,tegra264-hsp";
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_ct.c | 2935 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()
|