hdp               727 drivers/char/hpet.c static int hpet_is_known(struct hpet_data *hdp)
hdp               732 drivers/char/hpet.c 		if (hpetp->hp_hpet_phys == hdp->hd_phys_address)
hdp               835 drivers/char/hpet.c int hpet_alloc(struct hpet_data *hdp)
hdp               852 drivers/char/hpet.c 	if (hpet_is_known(hdp)) {
hdp               858 drivers/char/hpet.c 	hpetp = kzalloc(struct_size(hpetp, hp_dev, hdp->hd_nirqs),
hdp               865 drivers/char/hpet.c 	hpetp->hp_hpet = hdp->hd_address;
hdp               866 drivers/char/hpet.c 	hpetp->hp_hpet_phys = hdp->hd_phys_address;
hdp               868 drivers/char/hpet.c 	hpetp->hp_ntimer = hdp->hd_nirqs;
hdp               870 drivers/char/hpet.c 	for (i = 0; i < hdp->hd_nirqs; i++)
hdp               871 drivers/char/hpet.c 		hpetp->hp_dev[i].hd_hdwirq = hdp->hd_irq[i];
hdp               901 drivers/char/hpet.c 		hpetp->hp_which, hdp->hd_phys_address,
hdp               904 drivers/char/hpet.c 		printk(KERN_CONT "%s %d", i > 0 ? "," : "", hdp->hd_irq[i]);
hdp               935 drivers/char/hpet.c 		if (hdp->hd_state & (1 << i)) {
hdp               961 drivers/char/hpet.c 	struct hpet_data *hdp;
hdp               965 drivers/char/hpet.c 	hdp = data;
hdp               970 drivers/char/hpet.c 		hdp->hd_phys_address = addr.address.minimum;
hdp               971 drivers/char/hpet.c 		hdp->hd_address = ioremap(addr.address.minimum, addr.address.address_length);
hdp               972 drivers/char/hpet.c 		if (!hdp->hd_address)
hdp               975 drivers/char/hpet.c 		if (hpet_is_known(hdp)) {
hdp               976 drivers/char/hpet.c 			iounmap(hdp->hd_address);
hdp               984 drivers/char/hpet.c 		hdp->hd_phys_address = fixmem32->address;
hdp               985 drivers/char/hpet.c 		hdp->hd_address = ioremap(fixmem32->address,
hdp               988 drivers/char/hpet.c 		if (hpet_is_known(hdp)) {
hdp               989 drivers/char/hpet.c 			iounmap(hdp->hd_address);
hdp               999 drivers/char/hpet.c 			if (hdp->hd_nirqs >= HPET_MAX_TIMERS)
hdp              1007 drivers/char/hpet.c 			hdp->hd_irq[hdp->hd_nirqs] = irq;
hdp              1008 drivers/char/hpet.c 			hdp->hd_nirqs++;
hdp               715 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c 				   int mem_space, int hdp,
hdp               721 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c 			  SDMA_PKT_POLL_REGMEM_HEADER_HDP_FLUSH(hdp) |
hdp               110 drivers/net/ethernet/ti/davinci_cpdma.c 	void __iomem			*hdp, *cp, *rxfree;
hdp               393 drivers/net/ethernet/ti/davinci_cpdma.c 		chan_write(chan, hdp, desc_phys(pool, chan->head));
hdp               907 drivers/net/ethernet/ti/davinci_cpdma.c 		chan->hdp	= ctlr->params.rxhdp + offset;
hdp               915 drivers/net/ethernet/ti/davinci_cpdma.c 		chan->hdp	= ctlr->params.txhdp + offset;
hdp               997 drivers/net/ethernet/ti/davinci_cpdma.c 			chan_write(chan, hdp, desc_dma);
hdp              1011 drivers/net/ethernet/ti/davinci_cpdma.c 		chan_write(chan, hdp, desc_dma);
hdp              1260 drivers/net/ethernet/ti/davinci_cpdma.c 		chan_write(chan, hdp, desc_phys(pool, chan->head));
hdp                64 drivers/video/fbdev/carminefb.c 	u32 hdp;
hdp               107 drivers/video/fbdev/carminefb.c 		.hdp = 640,
hdp               119 drivers/video/fbdev/carminefb.c 		.hdp = 800,
hdp               133 drivers/video/fbdev/carminefb.c 		if (car_modes[i].hdp == var->xres &&
hdp               258 drivers/video/fbdev/carminefb.c 	width = par->res->hdp * 4 / CARMINE_DISP_WIDTH_UNIT;
hdp               275 drivers/video/fbdev/carminefb.c 	window_size |= par->res->hdp;
hdp               371 drivers/video/fbdev/carminefb.c 	u32 hdp, vdp, htp, hsp, hsw, vtr, vsp, vsw;
hdp               377 drivers/video/fbdev/carminefb.c 	hdp = par->res->hdp - 1;
hdp               389 drivers/video/fbdev/carminefb.c 			(hdp << CARMINE_DISP_HDB_SHIFT)	| hdp);
hdp               672 fs/isofs/inode.c 		struct hs_volume_descriptor *hdp;
hdp               680 fs/isofs/inode.c 		hdp = (struct hs_volume_descriptor *)bh->b_data;
hdp               722 fs/isofs/inode.c 			if (strncmp (hdp->id, HS_STANDARD_ID, sizeof hdp->id) == 0) {
hdp               723 fs/isofs/inode.c 				if (isonum_711(hdp->type) != ISO_VD_PRIMARY)