/openbmc/linux/drivers/mailbox/ |
H A D | tegra-hsp.c | 64 struct tegra_hsp *hsp; member 126 static inline u32 tegra_hsp_readl(struct tegra_hsp *hsp, unsigned int offset) in tegra_hsp_readl() argument 128 return readl(hsp->regs + offset); in tegra_hsp_readl() 131 static inline void tegra_hsp_writel(struct tegra_hsp *hsp, u32 value, in tegra_hsp_writel() argument 134 writel(value, hsp->regs + offset); in tegra_hsp_writel() 159 __tegra_hsp_doorbell_get(struct tegra_hsp *hsp, unsigned int master) in __tegra_hsp_doorbell_get() argument 163 list_for_each_entry(entry, &hsp->doorbells, list) in __tegra_hsp_doorbell_get() 171 tegra_hsp_doorbell_get(struct tegra_hsp *hsp, unsigned int master) in tegra_hsp_doorbell_get() argument 176 spin_lock_irqsave(&hsp->lock, flags); in tegra_hsp_doorbell_get() 177 db = __tegra_hsp_doorbell_get(hsp, master); in tegra_hsp_doorbell_get() [all …]
|
H A D | Makefile | 48 obj-$(CONFIG_TEGRA_HSP_MBOX) += tegra-hsp.o
|
/openbmc/u-boot/doc/device-tree-bindings/mailbox/ |
H A D | nvidia,tegra186-hsp.txt | 13 - name : Should be hsp 17 - "nvidia,tegra186-hsp" 37 - <dt-bindings/mailbox/tegra186-hsp.h>. 41 hsp_top0: hsp@3c00000 { 42 compatible = "nvidia,tegra186-hsp";
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | carminefb.c | 63 u32 hsp; member 106 .hsp = 672, 118 .hsp = 864, 372 u32 hdp, vdp, htp, hsp, hsw, vtr, vsp, vsw; in set_display_parameters() local 381 hsp = par->res->hsp - 1; in set_display_parameters() 394 (hsp)); in set_display_parameters()
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | tegra186.dtsi | 5 #include <dt-bindings/mailbox/tegra186-hsp.h> 172 hsp: hsp@3c00000 { label 173 compatible = "nvidia,tegra186-hsp"; 317 mboxes = <&hsp HSP_MBOX_TYPE_DB HSP_DB_MASTER_BPMP>;
|
H A D | exynos4210-universal_c210.dts | 44 samsung,vl-hsp = <1>;
|
H A D | exynos4210-trats.dts | 38 samsung,vl-hsp = <1>;
|
H A D | exynos5250-snow.dts | 354 samsung,vl-hsp;
|
H A D | exynos4412-trats2.dts | 57 samsung,vl-hsp = <1>;
|
H A D | exynos5250-spring.dts | 179 samsung,vl-hsp;
|
/openbmc/u-boot/drivers/mailbox/ |
H A D | Makefile | 9 obj-$(CONFIG_TEGRA_HSP) += tegra-hsp.o
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_nportdisc.c | 76 volatile struct serv_parm *hsp = &vport->fc_sparam; in lpfc_check_sparm() local 88 hsp_value = ((hsp->cls1.rcvDataSizeMsb << 8) | in lpfc_check_sparm() 89 hsp->cls1.rcvDataSizeLsb); in lpfc_check_sparm() 96 hsp->cls1.rcvDataSizeLsb; in lpfc_check_sparm() 98 hsp->cls1.rcvDataSizeMsb; in lpfc_check_sparm() 105 hsp_value = ((hsp->cls2.rcvDataSizeMsb << 8) | in lpfc_check_sparm() 106 hsp->cls2.rcvDataSizeLsb); in lpfc_check_sparm() 113 hsp->cls2.rcvDataSizeLsb; in lpfc_check_sparm() 115 hsp->cls2.rcvDataSizeMsb; in lpfc_check_sparm() 122 hsp_value = ((hsp->cls3.rcvDataSizeMsb << 8) | in lpfc_check_sparm() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/bluealsa/ |
H A D | bluealsa_4.3.0.bb | 73 # Usually could choose profiles with it: a2dp-source a2dp-sink hfp-hf hfp-ag hsp-hs hsp-ag hfp-ofono
|
/openbmc/linux/drivers/clk/imx/ |
H A D | clk-imx31.c | 39 dummy, ckih, ckil, mpll, spll, upll, mcu_main, hsp, ahb, nfc, ipg, enumerator 62 clk[hsp] = imx_clk_divider("hsp", "mcu_main", base + MXC_CCM_PDR0, 11, 3); in _mx31_clocks_init()
|
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()
|
/openbmc/u-boot/doc/device-tree-bindings/firmware/ |
H A D | nvidia,tegra186-bpmp.txt | 28 - .../mailbox/nvidia,tegra186-hsp.txt 69 hsp_top0: hsp@03c00000 {
|
/openbmc/linux/drivers/video/fbdev/mb862xx/ |
H A D | mb862xxfbdrv.c | 57 static inline int hsp(struct fb_var_screeninfo *var) in hsp() function 260 pack((fbi->var.hsync_len - 1), hsp(&fbi->var)); in mb862xxfb_set_par() 447 unsigned long hsp, vsp, ht, vt; in mb862xxfb_init_fbinfo() local 470 hsp = (reg & 0xffff) + 1; in mb862xxfb_init_fbinfo() 472 fbi->var.right_margin = hsp - fbi->var.xres; in mb862xxfb_init_fbinfo() 473 fbi->var.left_margin = ht - hsp - fbi->var.hsync_len; in mb862xxfb_init_fbinfo()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/ |
H A D | dcn31_hpo_dp_stream_encoder.c | 203 uint8_t hsp; in dcn31_hpo_dp_stream_enc_set_stream_attribute() local 361 hsp = hw_crtc_timing.flags.HSYNC_POSITIVE_POLARITY ? 0 : 0x80; in dcn31_hpo_dp_stream_enc_set_stream_attribute() 421 MSA_DATA_LANE_0, hsp | (hw_crtc_timing.h_sync_width >> 8), in dcn31_hpo_dp_stream_enc_set_stream_attribute()
|
/openbmc/u-boot/doc/device-tree-bindings/video/ |
H A D | exynos-fb.txt | 29 samsung,vl-hsp: Horizontal Sync polarity
|
/openbmc/linux/drivers/atm/ |
H A D | he.c | 1463 he_dev->hsp = dma_alloc_coherent(&he_dev->pci_dev->dev, in he_start() 1466 if (he_dev->hsp == NULL) { in he_start() 1565 if (he_dev->hsp) in he_stop() 1567 he_dev->hsp, he_dev->hsp_phys); in he_stop() 1643 he_dev->hsp->group[group].rbrq_tail); in he_service_rbrq() 1803 he_dev->hsp->group[group].tbrq_tail); in he_service_tbrq()
|
H A D | he.h | 310 struct he_hsp *hsp; member
|
/openbmc/linux/arch/arm64/boot/dts/nvidia/ |
H A D | tegra186-p3310.dtsi | 161 hsp@3c00000 {
|
H A D | tegra234.dtsi | 6 #include <dt-bindings/mailbox/tegra186-hsp.h> 1220 hsp_top0: hsp@3c00000 { 1221 compatible = "nvidia,tegra234-hsp", "nvidia,tegra194-hsp"; 1722 hsp_aon: hsp@c150000 { 1723 compatible = "nvidia,tegra234-hsp", "nvidia,tegra194-hsp";
|
H A D | tegra194.dtsi | 5 #include <dt-bindings/mailbox/tegra186-hsp.h> 1360 hsp_top0: hsp@3c00000 { 1361 compatible = "nvidia,tegra194-hsp"; 1558 hsp_aon: hsp@c150000 { 1559 compatible = "nvidia,tegra194-hsp";
|
H A D | tegra186.dtsi | 5 #include <dt-bindings/mailbox/tegra186-hsp.h> 1194 hsp_top0: hsp@3c00000 { 1195 compatible = "nvidia,tegra186-hsp";
|