Searched refs:hdp (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/char/ |
D | hpet.c | 733 static int hpet_is_known(struct hpet_data *hdp) in hpet_is_known() argument 738 if (hpetp->hp_hpet_phys == hdp->hd_phys_address) in hpet_is_known() 841 int hpet_alloc(struct hpet_data *hdp) in hpet_alloc() argument 859 if (hpet_is_known(hdp)) { in hpet_alloc() 865 siz = sizeof(struct hpets) + ((hdp->hd_nirqs - 1) * in hpet_alloc() 874 hpetp->hp_hpet = hdp->hd_address; in hpet_alloc() 875 hpetp->hp_hpet_phys = hdp->hd_phys_address; in hpet_alloc() 877 hpetp->hp_ntimer = hdp->hd_nirqs; in hpet_alloc() 879 for (i = 0; i < hdp->hd_nirqs; i++) in hpet_alloc() 880 hpetp->hp_dev[i].hd_hdwirq = hdp->hd_irq[i]; in hpet_alloc() [all …]
|
/linux-4.1.27/drivers/video/fbdev/ |
D | carminefb.c | 63 u32 hdp; member 106 .hdp = 640, 118 .hdp = 800, 132 if (car_modes[i].hdp == var->xres && in carmine_find_mode() 257 width = par->res->hdp * 4 / CARMINE_DISP_WIDTH_UNIT; in carmine_init_display_param() 274 window_size |= par->res->hdp; in carmine_init_display_param() 370 u32 hdp, vdp, htp, hsp, hsw, vtr, vsp, vsw; in set_display_parameters() local 376 hdp = par->res->hdp - 1; in set_display_parameters() 388 (hdp << CARMINE_DISP_HDB_SHIFT) | hdp); in set_display_parameters()
|
/linux-4.1.27/drivers/net/ethernet/ti/ |
D | davinci_cpdma.c | 114 void __iomem *hdp, *cp, *rxfree; member 521 chan->hdp = ctlr->params.rxhdp + offset; in cpdma_chan_create() 529 chan->hdp = ctlr->params.txhdp + offset; in cpdma_chan_create() 587 dev_info(dev, "\thdp: %x\n", chan_read(chan, hdp)); in cpdma_chan_dump() 642 chan_write(chan, hdp, desc_dma); in __cpdma_chan_submit() 656 chan_write(chan, hdp, desc_dma); in __cpdma_chan_submit() 805 chan_write(chan, hdp, desc_phys(pool, chan->head)); in __cpdma_chan_process() 857 chan_write(chan, hdp, desc_phys(pool, chan->head)); in cpdma_chan_start()
|
/linux-4.1.27/fs/isofs/ |
D | inode.c | 616 struct hs_volume_descriptor *hdp; in isofs_fill_super() local 624 hdp = (struct hs_volume_descriptor *)bh->b_data; in isofs_fill_super() 666 if (strncmp (hdp->id, HS_STANDARD_ID, sizeof hdp->id) == 0) { in isofs_fill_super() 667 if (isonum_711(hdp->type) != ISO_VD_PRIMARY) in isofs_fill_super()
|
/linux-4.1.27/Documentation/ |
D | devices.txt | 1484 240 = /dev/i2o/hdp 16th I2O hard disk, whole disk 1632 64 = /dev/hdp Slave: whole disk (or CD-ROM)
|