Home
last modified time | relevance | path

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

/linux/drivers/char/
H A Dhpet.c719 static int hpet_is_known(struct hpet_data *hdp) in hpet_is_known() argument
724 if (hpetp->hp_hpet_phys == hdp->hd_phys_address) in hpet_is_known()
806 int hpet_alloc(struct hpet_data *hdp) in hpet_alloc() argument
823 if (hpet_is_known(hdp)) { in hpet_alloc()
829 hpetp = kzalloc_flex(*hpetp, hp_dev, hdp->hd_nirqs); in hpet_alloc()
835 hpetp->hp_hpet = hdp->hd_address; in hpet_alloc()
836 hpetp->hp_hpet_phys = hdp->hd_phys_address; in hpet_alloc()
838 hpetp->hp_ntimer = hdp->hd_nirqs; in hpet_alloc()
840 for (i = 0; i < hdp->hd_nirqs; i++) in hpet_alloc()
841 hpetp->hp_dev[i].hd_hdwirq = hdp in hpet_alloc()
920 struct hpet_data *hdp; hpet_resources() local
[all...]
/linux/drivers/video/fbdev/
H A Dcarminefb.c65 u32 hdp; member
108 .hdp = 640,
120 .hdp = 800,
134 if (car_modes[i].hdp == var->xres && in carmine_find_mode()
259 width = par->res->hdp * 4 / CARMINE_DISP_WIDTH_UNIT; in carmine_init_display_param()
276 window_size |= par->res->hdp; in carmine_init_display_param()
372 u32 hdp, vdp, htp, hsp, hsw, vtr, vsp, vsw; in set_display_parameters() local
378 hdp = par->res->hdp - 1; in set_display_parameters()
390 (hdp << CARMINE_DISP_HDB_SHIF in set_display_parameters()
[all...]
/linux/drivers/pinctrl/stm32/
H A DMakefile14 obj-$(CONFIG_PINCTRL_STM32_HDP) += pinctrl-stm32-hdp.o
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dsoc21.c1007 adev->hdp.funcs->update_clock_gating(adev, in soc21_common_is_idle()
1040 adev->hdp.funcs->get_clock_gating_state(adev, flags); in soc21_common_set_powergating_state()
H A Damdgpu_discovery.c3252 adev->hdp.funcs = &hdp_v4_0_funcs; in amdgpu_discovery_set_ip_blocks()
3260 adev->hdp.funcs = &hdp_v5_0_funcs; in amdgpu_discovery_set_ip_blocks()
3263 adev->hdp.funcs = &hdp_v5_2_funcs; in amdgpu_discovery_set_ip_blocks()
3270 adev->hdp.funcs = &hdp_v6_0_funcs; in amdgpu_discovery_set_ip_blocks()
3273 adev->hdp.funcs = &hdp_v7_0_funcs; in amdgpu_discovery_set_ip_blocks()
H A Dgmc_v9_0.c1497 adev->hdp.ras = &hdp_v4_0_ras; in gmc_v9_0_set_gfxhub_funcs()
2189 adev->hdp.funcs->init_registers(adev); in gmc_v9_0_hw_init()
H A Dgmc_v10_0.c252 /* flush hdp cache */ in gmc_v10_0_flush_gpu_tlb()
941 adev->hdp.funcs->init_registers(adev); in gmc_v10_0_gart_enable()
H A Dsdma_v4_0.c828 int mem_space, int hdp, in sdma_v4_0_wait_reg_mem() argument
834 SDMA_PKT_POLL_REGMEM_HEADER_HDP_FLUSH(hdp) | in sdma_v4_0_wait_reg_mem()
853 * sdma_v4_0_ring_emit_hdp_flush - emit an hdp flush on the DMA ring
857 * Emit an hdp flush packet on the requested DMA ring.
2436 3 + /* hdp invalidate */
2468 3 + /* hdp invalidate */
H A Damdgpu.h585 /* flush hdp write queue */
587 /* invalidate hdp read cache */
941 /* hdp */
942 struct amdgpu_hdp hdp;
978 struct amdgpu_hdp hdp; global() member
/linux/drivers/clk/stm32/
H A Dclk-stm32mp13.c747 static struct clk_stm32_gate hdp = { variable
1362 STM32_GATE_CFG(HDP, hdp, SECF_NONE),
/linux/
H A DMAINTAINERS25592 F: Documentation/devicetree/bindings/pinctrl/st,stm32-hdp.yaml
25593 F: drivers/pinctrl/stm32/pinctrl-stm32-hdp.c
25614 X: drivers/pinctrl/stm32/pinctrl-stm32-hdp.c