Searched refs:hdp (Results 1 - 3 of 3) sorted by relevance

/drivers/char/
H A Dhpet.c729 static int hpet_is_known(struct hpet_data *hdp) argument
734 if (hpetp->hp_hpet_phys == hdp->hd_phys_address)
837 int hpet_alloc(struct hpet_data *hdp) argument
855 if (hpet_is_known(hdp)) {
861 siz = sizeof(struct hpets) + ((hdp->hd_nirqs - 1) *
870 hpetp->hp_hpet = hdp->hd_address;
871 hpetp->hp_hpet_phys = hdp->hd_phys_address;
873 hpetp->hp_ntimer = hdp->hd_nirqs;
875 for (i = 0; i < hdp->hd_nirqs; i++)
876 hpetp->hp_dev[i].hd_hdwirq = hdp
966 struct hpet_data *hdp; local
[all...]
/drivers/video/
H A Dcarminefb.c63 u32 hdp; member in struct:carmine_resolution
106 .hdp = 640,
118 .hdp = 800,
132 if (car_modes[i].hdp == var->xres &&
257 width = par->res->hdp * 4 / CARMINE_DISP_WIDTH_UNIT;
274 window_size |= par->res->hdp;
370 u32 hdp, vdp, htp, hsp, hsw, vtr, vsp, vsw; local
376 hdp = par->res->hdp - 1;
388 (hdp << CARMINE_DISP_HDB_SHIF
[all...]
/drivers/net/ethernet/ti/
H A Ddavinci_cpdma.c113 void __iomem *hdp, *cp, *rxfree; member in struct:cpdma_chan
502 chan->hdp = ctlr->params.rxhdp + offset;
510 chan->hdp = ctlr->params.txhdp + offset;
571 dev_info(dev, "\thdp: %x\n", chan_read(chan, hdp));
626 chan_write(chan, hdp, desc_dma);
640 chan_write(chan, hdp, desc_dma);
751 chan_write(chan, hdp, desc_phys(pool, chan->head));
798 chan_write(chan, hdp, desc_phys(pool, chan->head));

Completed in 108 milliseconds