/openbmc/linux/drivers/char/ |
H A D | hpet.c | 736 static int hpet_is_known(struct hpet_data *hdp) in hpet_is_known() argument 741 if (hpetp->hp_hpet_phys == hdp->hd_phys_address) in hpet_is_known() 824 int hpet_alloc(struct hpet_data *hdp) in hpet_alloc() argument 841 if (hpet_is_known(hdp)) { in hpet_alloc() 847 hpetp = kzalloc(struct_size(hpetp, hp_dev, hdp->hd_nirqs), in hpet_alloc() 854 hpetp->hp_hpet = hdp->hd_address; in hpet_alloc() 855 hpetp->hp_hpet_phys = hdp->hd_phys_address; in hpet_alloc() 857 hpetp->hp_ntimer = hdp->hd_nirqs; in hpet_alloc() 859 for (i = 0; i < hdp->hd_nirqs; i++) in hpet_alloc() 860 hpetp->hp_dev[i].hd_hdwirq = hdp->hd_irq[i]; in hpet_alloc() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_hdp.c | 31 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()
|
H A D | soc15.c | 1408 adev->hdp.funcs->update_clock_gating(adev, in soc15_common_set_clockgating_state() 1426 adev->hdp.funcs->update_clock_gating(adev, in soc15_common_set_clockgating_state() 1435 adev->hdp.funcs->update_clock_gating(adev, in soc15_common_set_clockgating_state() 1455 if (adev->hdp.funcs && adev->hdp.funcs->get_clock_gating_state) in soc15_common_get_clockgating_state() 1456 adev->hdp.funcs->get_clock_gating_state(adev, flags); in soc15_common_get_clockgating_state()
|
H A D | gmc_v9_0.c | 1547 adev->hdp.ras = &hdp_v4_0_ras; in gmc_v9_0_set_hdp_ras_funcs() 1655 if (adev->hdp.ras && adev->hdp.ras->ras_block.hw_ops && in gmc_v9_0_late_init() 1656 adev->hdp.ras->ras_block.hw_ops->reset_ras_error_count) in gmc_v9_0_late_init() 1657 adev->hdp.ras->ras_block.hw_ops->reset_ras_error_count(adev); in gmc_v9_0_late_init() 2346 adev->hdp.funcs->init_registers(adev); in gmc_v9_0_hw_init() 2349 adev->hdp.funcs->flush_hdp(adev, NULL); in gmc_v9_0_hw_init()
|
H A D | amdgpu.h | 917 struct amdgpu_hdp hdp; member 1265 …((adev)->asic_funcs->flush_hdp ? (adev)->asic_funcs->flush_hdp((adev), (r)) : (adev)->hdp.funcs->f… 1268 ((adev)->hdp.funcs->invalidate_hdp ? (adev)->hdp.funcs->invalidate_hdp((adev), (r)) : (void)0))
|
H A D | gmc_v10_0.c | 334 adev->hdp.funcs->flush_hdp(adev, NULL); in gmc_v10_0_flush_gpu_tlb() 1063 adev->hdp.funcs->init_registers(adev); in gmc_v10_0_gart_enable() 1066 adev->hdp.funcs->flush_hdp(adev, NULL); in gmc_v10_0_gart_enable()
|
H A D | soc21.c | 865 adev->hdp.funcs->update_clock_gating(adev, in soc21_common_set_clockgating_state() 898 adev->hdp.funcs->get_clock_gating_state(adev, flags); in soc21_common_get_clockgating_state()
|
H A D | gmc_v11_0.c | 292 adev->hdp.funcs->flush_hdp(adev, NULL); in gmc_v11_0_flush_gpu_tlb() 921 adev->hdp.funcs->flush_hdp(adev, NULL); in gmc_v11_0_gart_enable()
|
H A D | nv.c | 1088 adev->hdp.funcs->update_clock_gating(adev, in nv_common_set_clockgating_state() 1115 adev->hdp.funcs->get_clock_gating_state(adev, flags); in nv_common_get_clockgating_state()
|
H A D | amdgpu_discovery.c | 2475 adev->hdp.funcs = &hdp_v4_0_funcs; in amdgpu_discovery_set_ip_blocks() 2483 adev->hdp.funcs = &hdp_v5_0_funcs; in amdgpu_discovery_set_ip_blocks() 2486 adev->hdp.funcs = &hdp_v5_2_funcs; in amdgpu_discovery_set_ip_blocks() 2491 adev->hdp.funcs = &hdp_v6_0_funcs; in amdgpu_discovery_set_ip_blocks()
|
H A D | psp_v11_0.c | 535 adev->hdp.funcs->flush_hdp(adev, NULL); in psp_v11_0_memory_training()
|
H A D | psp_v13_0.c | 571 adev->hdp.funcs->flush_hdp(adev, NULL); in psp_v13_0_memory_training()
|
H A D | sdma_v4_4_2.c | 331 int mem_space, int hdp, in sdma_v4_4_2_wait_reg_mem() argument 337 SDMA_PKT_POLL_REGMEM_HEADER_HDP_FLUSH(hdp) | in sdma_v4_4_2_wait_reg_mem()
|
H A D | gfx_v11_0.c | 2044 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v11_0_config_me_cache() 2088 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v11_0_config_pfp_cache() 2133 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v11_0_config_mec_cache() 2763 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v11_0_cp_gfx_load_pfp_microcode_rs64() 2981 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v11_0_cp_gfx_load_me_microcode_rs64() 4183 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v11_0_gfxhub_enable()
|
H A D | sdma_v4_0.c | 780 int mem_space, int hdp, in sdma_v4_0_wait_reg_mem() argument 786 SDMA_PKT_POLL_REGMEM_HEADER_HDP_FLUSH(hdp) | in sdma_v4_0_wait_reg_mem()
|
H A D | gfx_v10_0.c | 5738 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v10_0_cp_gfx_load_pfp_microcode() 5816 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v10_0_cp_gfx_load_ce_microcode() 5893 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v10_0_cp_gfx_load_me_microcode() 6268 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v10_0_cp_compute_load_microcode()
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | carminefb.c | 65 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()
|
/openbmc/u-boot/drivers/net/ti/ |
H A D | cpsw.c | 188 void *hdp, *cp, *rxfree; member 617 chan_write(chan, hdp, desc); in cpdma_submit() 628 chan_write(chan, hdp, desc); in cpdma_submit() 654 if (chan_read(chan, hdp) == 0) { in cpdma_process() 656 chan_write(chan, hdp, desc); in cpdma_process() 715 priv->rx_chan.hdp = priv->dma_regs + CPDMA_RXHDP_VER2; in _cpsw_init() 720 priv->tx_chan.hdp = priv->dma_regs + CPDMA_TXHDP_VER2; in _cpsw_init() 724 priv->rx_chan.hdp = priv->dma_regs + CPDMA_RXHDP_VER1; in _cpsw_init() 729 priv->tx_chan.hdp = priv->dma_regs + CPDMA_TXHDP_VER1; in _cpsw_init()
|
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | davinci_cpdma.c | 110 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()
|
/openbmc/linux/fs/isofs/ |
H A D | inode.c | 669 struct hs_volume_descriptor *hdp; in isofs_fill_super() local 677 hdp = (struct hs_volume_descriptor *)bh->b_data; in isofs_fill_super() 719 if (strncmp (hdp->id, HS_STANDARD_ID, sizeof hdp->id) == 0) { in isofs_fill_super() 720 if (isonum_711(hdp->type) != ISO_VD_PRIMARY) in isofs_fill_super()
|
/openbmc/linux/drivers/clk/stm32/ |
H A D | clk-stm32mp13.c | 745 static struct clk_stm32_gate hdp = { variable 1360 STM32_GATE_CFG(HDP, hdp, SECF_NONE),
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | devices.txt | 1396 240 = /dev/i2o/hdp 16th I2O hard disk, whole disk 1544 64 = /dev/hdp Slave: whole disk (or CD-ROM)
|
/openbmc/linux/ |
H A D | opengrok0.0.log | 976 2024-12-28 20:09:06.156-0600 FINEST t1133 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/hdp/hdp_4_0_sh_mask.h.gz' [all...] |
/openbmc/ |
D | opengrok1.0.log | [all...] |
D | opengrok2.0.log | [all...] |