Home
last modified time | relevance | path

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

/linux/drivers/mailbox/
H A Dtegra-hsp.c17 #include <dt-bindings/mailbox/tegra186-hsp.h>
58 struct tegra_hsp *hsp; member
134 static inline u32 tegra_hsp_readl(struct tegra_hsp *hsp, unsigned int offset) in tegra_hsp_readl() argument
136 return readl(hsp->regs + offset); in tegra_hsp_readl()
139 static inline void tegra_hsp_writel(struct tegra_hsp *hsp, u32 value, in tegra_hsp_writel() argument
142 writel(value, hsp->regs + offset); in tegra_hsp_writel()
167 __tegra_hsp_doorbell_get(struct tegra_hsp *hsp, unsigned int master) in __tegra_hsp_doorbell_get() argument
171 list_for_each_entry(entry, &hsp->doorbells, list) in __tegra_hsp_doorbell_get()
179 tegra_hsp_doorbell_get(struct tegra_hsp *hsp, unsigned int master) in tegra_hsp_doorbell_get() argument
184 spin_lock_irqsave(&hsp in tegra_hsp_doorbell_get()
193 struct tegra_hsp *hsp = data; tegra_hsp_doorbell_irq() local
232 struct tegra_hsp *hsp = data; tegra_hsp_shared_irq() local
278 tegra_hsp_doorbell_create(struct tegra_hsp * hsp,const char * name,unsigned int master,unsigned int index) tegra_hsp_doorbell_create() argument
318 struct tegra_hsp *hsp = db->channel.hsp; tegra_hsp_doorbell_startup() local
356 struct tegra_hsp *hsp = db->channel.hsp; tegra_hsp_doorbell_shutdown() local
466 struct tegra_hsp *hsp = mb->channel.hsp; tegra_hsp_mailbox_send_data() local
516 struct tegra_hsp *hsp = mb->channel.hsp; tegra_hsp_mailbox_startup() local
559 struct tegra_hsp *hsp = mb->channel.hsp; tegra_hsp_mailbox_shutdown() local
593 struct tegra_hsp *hsp = container_of(mbox, struct tegra_hsp, mbox_db); tegra_hsp_db_xlate() local
632 struct tegra_hsp *hsp = container_of(mbox, struct tegra_hsp, mbox_sm); tegra_hsp_sm_xlate() local
661 tegra_hsp_add_doorbells(struct tegra_hsp * hsp) tegra_hsp_add_doorbells() argument
678 tegra_hsp_add_mailboxes(struct tegra_hsp * hsp,struct device * dev) tegra_hsp_add_mailboxes() argument
701 tegra_hsp_request_shared_irq(struct tegra_hsp * hsp) tegra_hsp_request_shared_irq() argument
739 struct tegra_hsp *hsp; tegra_hsp_probe() local
883 struct tegra_hsp *hsp = platform_get_drvdata(pdev); tegra_hsp_remove() local
890 struct tegra_hsp *hsp = dev_get_drvdata(dev); tegra_hsp_resume() local
[all...]
H A DMakefile58 obj-$(CONFIG_TEGRA_HSP_MBOX) += tegra-hsp.o
/linux/drivers/scsi/lpfc/
H A Dlpfc_nportdisc.c85 volatile struct serv_parm *hsp = &vport->fc_sparam; in lpfc_check_sparm() local
97 hsp_value = ((hsp->cls1.rcvDataSizeMsb << 8) | in lpfc_check_sparm()
98 hsp->cls1.rcvDataSizeLsb); in lpfc_check_sparm()
105 hsp->cls1.rcvDataSizeLsb; in lpfc_check_sparm()
107 hsp->cls1.rcvDataSizeMsb; in lpfc_check_sparm()
114 hsp_value = ((hsp->cls2.rcvDataSizeMsb << 8) | in lpfc_check_sparm()
115 hsp->cls2.rcvDataSizeLsb); in lpfc_check_sparm()
122 hsp->cls2.rcvDataSizeLsb; in lpfc_check_sparm()
124 hsp->cls2.rcvDataSizeMsb; in lpfc_check_sparm()
131 hsp_value = ((hsp in lpfc_check_sparm()
[all...]
H A Dlpfc_ct.c2917 struct serv_parm *hsp = (struct serv_parm *)&vport->fc_sparam; in lpfc_fdmi_port_attr_max_frame() local
2920 (((uint32_t)hsp->cmn.bbRcvSizeMsb & 0x0F) << 8) | in lpfc_fdmi_port_attr_max_frame()
2921 (uint32_t)hsp->cmn.bbRcvSizeLsb); in lpfc_fdmi_port_attr_max_frame()
/linux/drivers/clk/imx/
H A Dclk-imx31.c39 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()
102 clk[ipu_gate] = imx_clk_gate2("ipu_gate", "hsp", base + MXC_CCM_CGR1, 22); in _mx31_clocks_init()
H A Dclk-imx35.c64 /* 0 */ ckih, mpll, ppll, mpll_075, arm, hsp, hsp_div, hsp_sel, ahb, enumerator
125 pr_err("i.MX35 clk: illegal hsp clk selection 0x%x\n", hsp_sel); in _mx35_clocks_init()
129 clk[hsp] = imx_clk_fixed_factor("hsp", "arm", 1, hsp_div[hsp_sel]); in _mx35_clocks_init()
190 clk[ipu_gate] = imx_clk_gate2("ipu_gate", "hsp", base + MX35_CCM_CGR1, 18); in _mx35_clocks_init()
/linux/drivers/video/fbdev/mb862xx/
H A Dmb862xxfbdrv.c48 static inline int hsp(struct fb_var_screeninfo *var) in hsp() function
251 pack((fbi->var.hsync_len - 1), hsp(&fbi->var)); in mb862xxfb_set_par()
438 unsigned long hsp, vsp, ht, vt; in mb862xxfb_init_fbinfo() local
461 hsp = (reg & 0xffff) + 1; in mb862xxfb_init_fbinfo()
463 fbi->var.right_margin = hsp - fbi->var.xres; in mb862xxfb_init_fbinfo()
464 fbi->var.left_margin = ht - hsp - fbi->var.hsync_len; in mb862xxfb_init_fbinfo()
/linux/drivers/gpu/drm/amd/display/dc/hpo/dcn31/
H A Ddcn31_hpo_dp_stream_encoder.c203 uint8_t hsp; in dcn31_hpo_dp_stream_enc_set_stream_attribute() local
362 hsp = hw_crtc_timing.flags.HSYNC_POSITIVE_POLARITY ? 0 : 0x80; in dcn31_hpo_dp_stream_enc_set_stream_attribute()
422 MSA_DATA_LANE_0, hsp | (hw_crtc_timing.h_sync_width >> 8), in dcn31_hpo_dp_stream_enc_set_stream_attribute()
/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra264.dtsi5 #include <dt-bindings/mailbox/tegra186-hsp.h>
94 hsp_top: hsp@8800000 {
95 compatible = "nvidia,tegra264-hsp";
H A Dtegra186-p3310.dtsi163 hsp@3c00000 {
H A Dtegra194.dtsi5 #include <dt-bindings/mailbox/tegra186-hsp.h>
1364 hsp_top0: hsp@3c00000 {
1365 compatible = "nvidia,tegra194-hsp";
1562 hsp_aon: hsp@c150000 {
1563 compatible = "nvidia,tegra194-hsp";
H A Dtegra186.dtsi5 #include <dt-bindings/mailbox/tegra186-hsp.h>
1196 hsp_top0: hsp@3c00000 {
1197 compatible = "nvidia,tegra186-hsp";
H A Dtegra234.dtsi6 #include <dt-bindings/mailbox/tegra186-hsp.h>
3324 hsp_top0: hsp@3c00000 {
3325 compatible = "nvidia,tegra234-hsp", "nvidia,tegra194-hsp";
3850 hsp_aon: hsp@c150000 {
3851 compatible = "nvidia,tegra234-hsp", "nvidia,tegra194-hsp";
H A Dtegra186-p3509-0000+p3636-0001.dts723 hsp@3c00000 {
/linux/drivers/atm/
H A Dhe.c1463 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 Dhe.h310 struct he_hsp *hsp; member