Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/char/
Dhpet.c715 static int hpet_is_known(struct hpet_data *hdp) in hpet_is_known() argument
720 if (hpetp->hp_hpet_phys == hdp->hd_phys_address) in hpet_is_known()
802 int hpet_alloc(struct hpet_data *hdp) in hpet_alloc() argument
819 if (hpet_is_known(hdp)) { in hpet_alloc()
825 hpetp = kzalloc(struct_size(hpetp, hp_dev, hdp->hd_nirqs), in hpet_alloc()
832 hpetp->hp_hpet = hdp->hd_address; in hpet_alloc()
833 hpetp->hp_hpet_phys = hdp->hd_phys_address; in hpet_alloc()
835 hpetp->hp_ntimer = hdp->hd_nirqs; in hpet_alloc()
837 for (i = 0; i < hdp->hd_nirqs; i++) in hpet_alloc()
838 hpetp->hp_dev[i].hd_hdwirq = hdp->hd_irq[i]; in hpet_alloc()
[all …]
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_hdp.c31 if (!adev->hdp.ras) in amdgpu_hdp_ras_sw_init()
34 ras = adev->hdp.ras; in amdgpu_hdp_ras_sw_init()
44 adev->hdp.ras_if = &ras->ras_block.ras_comm; in amdgpu_hdp_ras_sw_init()
Dsoc15.c1405 adev->hdp.funcs->update_clock_gating(adev, in soc15_common_set_clockgating_state()
1423 adev->hdp.funcs->update_clock_gating(adev, in soc15_common_set_clockgating_state()
1432 adev->hdp.funcs->update_clock_gating(adev, in soc15_common_set_clockgating_state()
1452 if (adev->hdp.funcs && adev->hdp.funcs->get_clock_gating_state) in soc15_common_get_clockgating_state()
1453 adev->hdp.funcs->get_clock_gating_state(adev, flags); in soc15_common_get_clockgating_state()
Dsoc24.c555 adev->hdp.funcs->update_clock_gating(adev, in soc24_common_set_clockgating_state()
588 adev->hdp.funcs->get_clock_gating_state(adev, flags); in soc24_common_get_clockgating_state()
Dgmc_v10_0.c268 adev->hdp.funcs->flush_hdp(adev, NULL); in gmc_v10_0_flush_gpu_tlb()
966 adev->hdp.funcs->init_registers(adev); in gmc_v10_0_gart_enable()
969 adev->hdp.funcs->flush_hdp(adev, NULL); in gmc_v10_0_gart_enable()
Damdgpu.h985 struct amdgpu_hdp hdp; member
1379 …((adev)->asic_funcs->flush_hdp ? (adev)->asic_funcs->flush_hdp((adev), (r)) : (adev)->hdp.funcs->f…
1382 ((adev)->hdp.funcs->invalidate_hdp ? (adev)->hdp.funcs->invalidate_hdp((adev), (r)) : (void)0))
Dgmc_v11_0.c229 adev->hdp.funcs->flush_hdp(adev, NULL); in gmc_v11_0_flush_gpu_tlb()
896 adev->hdp.funcs->flush_hdp(adev, NULL); in gmc_v11_0_gart_enable()
Dgmc_v12_0.c297 adev->hdp.funcs->flush_hdp(adev, NULL); in gmc_v12_0_flush_gpu_tlb()
882 adev->hdp.funcs->flush_hdp(adev, NULL); in gmc_v12_0_gart_enable()
Dsoc21.c964 adev->hdp.funcs->update_clock_gating(adev, in soc21_common_set_clockgating_state()
997 adev->hdp.funcs->get_clock_gating_state(adev, flags); in soc21_common_get_clockgating_state()
Dnv.c1081 adev->hdp.funcs->update_clock_gating(adev, in nv_common_set_clockgating_state()
1108 adev->hdp.funcs->get_clock_gating_state(adev, flags); in nv_common_get_clockgating_state()
Damdgpu_discovery.c2774 adev->hdp.funcs = &hdp_v4_0_funcs; in amdgpu_discovery_set_ip_blocks()
2782 adev->hdp.funcs = &hdp_v5_0_funcs; in amdgpu_discovery_set_ip_blocks()
2785 adev->hdp.funcs = &hdp_v5_2_funcs; in amdgpu_discovery_set_ip_blocks()
2790 adev->hdp.funcs = &hdp_v6_0_funcs; in amdgpu_discovery_set_ip_blocks()
2793 adev->hdp.funcs = &hdp_v7_0_funcs; in amdgpu_discovery_set_ip_blocks()
Dpsp_v11_0.c535 adev->hdp.funcs->flush_hdp(adev, NULL); in psp_v11_0_memory_training()
Dpsp_v14_0.c491 adev->hdp.funcs->flush_hdp(adev, NULL); in psp_v14_0_memory_training()
Dgmc_v9_0.c1524 adev->hdp.ras = &hdp_v4_0_ras; in gmc_v9_0_set_hdp_ras_funcs()
2351 adev->hdp.funcs->init_registers(adev); in gmc_v9_0_hw_init()
2354 adev->hdp.funcs->flush_hdp(adev, NULL); in gmc_v9_0_hw_init()
Dpsp_v13_0.c603 adev->hdp.funcs->flush_hdp(adev, NULL); in psp_v13_0_memory_training()
Dsdma_v4_4_2.c388 int mem_space, int hdp, in sdma_v4_4_2_wait_reg_mem() argument
394 SDMA_PKT_POLL_REGMEM_HEADER_HDP_FLUSH(hdp) | in sdma_v4_4_2_wait_reg_mem()
Dsdma_v4_0.c829 int mem_space, int hdp, in sdma_v4_0_wait_reg_mem() argument
835 SDMA_PKT_POLL_REGMEM_HEADER_HDP_FLUSH(hdp) | in sdma_v4_0_wait_reg_mem()
Dgfx_v11_0.c2330 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v11_0_config_me_cache()
2374 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v11_0_config_pfp_cache()
2419 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v11_0_config_mec_cache()
3054 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v11_0_cp_gfx_load_pfp_microcode_rs64()
3272 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v11_0_cp_gfx_load_me_microcode_rs64()
4490 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v11_0_gfxhub_enable()
Dgfx_v12_0.c2267 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v12_0_cp_gfx_load_pfp_microcode_rs64()
2411 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v12_0_cp_gfx_load_me_microcode_rs64()
3432 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v12_0_gfxhub_enable()
Dgfx_v10_0.c6001 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v10_0_cp_gfx_load_pfp_microcode()
6079 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v10_0_cp_gfx_load_ce_microcode()
6156 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v10_0_cp_gfx_load_me_microcode()
6531 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v10_0_cp_compute_load_microcode()
/linux-6.12.1/drivers/video/fbdev/
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_SHIFT) | hdp); in set_display_parameters()
/linux-6.12.1/drivers/net/ethernet/ti/
Ddavinci_cpdma.c110 void __iomem *hdp, *cp, *rxfree; member
393 chan_write(chan, hdp, desc_phys(pool, chan->head)); in cpdma_chan_on()
907 chan->hdp = ctlr->params.rxhdp + offset; in cpdma_chan_create()
915 chan->hdp = ctlr->params.txhdp + offset; in cpdma_chan_create()
997 chan_write(chan, hdp, desc_dma); in __cpdma_chan_submit()
1011 chan_write(chan, hdp, desc_dma); in __cpdma_chan_submit()
1260 chan_write(chan, hdp, desc_phys(pool, chan->head)); in __cpdma_chan_process()
/linux-6.12.1/fs/isofs/
Dinode.c623 struct hs_volume_descriptor *hdp; in isofs_fill_super() local
631 hdp = (struct hs_volume_descriptor *)bh->b_data; in isofs_fill_super()
673 if (strncmp (hdp->id, HS_STANDARD_ID, sizeof hdp->id) == 0) { in isofs_fill_super()
674 if (isonum_711(hdp->type) != ISO_VD_PRIMARY) in isofs_fill_super()
/linux-6.12.1/drivers/clk/stm32/
Dclk-stm32mp13.c747 static struct clk_stm32_gate hdp = { variable
1362 STM32_GATE_CFG(HDP, hdp, SECF_NONE),
/linux-6.12.1/Documentation/admin-guide/
Ddevices.txt1396 240 = /dev/i2o/hdp 16th I2O hard disk, whole disk
1544 64 = /dev/hdp Slave: whole disk (or CD-ROM)