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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/
H A Dhpet.c682 static int hpet_is_known(struct hpet_data *hdp) argument
687 if (hpetp->hp_hpet_phys == hdp->hd_phys_address)
790 int hpet_alloc(struct hpet_data *hdp) argument
808 if (hpet_is_known(hdp)) {
814 siz = sizeof(struct hpets) + ((hdp->hd_nirqs - 1) *
823 hpetp->hp_hpet = hdp->hd_address;
824 hpetp->hp_hpet_phys = hdp->hd_phys_address;
826 hpetp->hp_ntimer = hdp->hd_nirqs;
828 for (i = 0; i < hdp->hd_nirqs; i++)
829 hpetp->hp_dev[i].hd_hdwirq = hdp
921 struct hpet_data *hdp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/
H A Dhpet.c682 static int hpet_is_known(struct hpet_data *hdp) argument
687 if (hpetp->hp_hpet_phys == hdp->hd_phys_address)
790 int hpet_alloc(struct hpet_data *hdp) argument
808 if (hpet_is_known(hdp)) {
814 siz = sizeof(struct hpets) + ((hdp->hd_nirqs - 1) *
823 hpetp->hp_hpet = hdp->hd_address;
824 hpetp->hp_hpet_phys = hdp->hd_phys_address;
826 hpetp->hp_ntimer = hdp->hd_nirqs;
828 for (i = 0; i < hdp->hd_nirqs; i++)
829 hpetp->hp_dev[i].hd_hdwirq = hdp
921 struct hpet_data *hdp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/
H A Dcarminefb.c62 u32 hdp; member in struct:carmine_resolution
105 .hdp = 640,
117 .hdp = 800,
131 if (car_modes[i].hdp == var->xres &&
256 width = par->res->hdp * 4 / CARMINE_DISP_WIDTH_UNIT;
273 window_size |= par->res->hdp;
369 u32 hdp, vdp, htp, hsp, hsw, vtr, vsp, vsw; local
375 hdp = par->res->hdp - 1;
387 (hdp << CARMINE_DISP_HDB_SHIF
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/
H A Dcarminefb.c62 u32 hdp; member in struct:carmine_resolution
105 .hdp = 640,
117 .hdp = 800,
131 if (car_modes[i].hdp == var->xres &&
256 width = par->res->hdp * 4 / CARMINE_DISP_WIDTH_UNIT;
273 window_size |= par->res->hdp;
369 u32 hdp, vdp, htp, hsp, hsw, vtr, vsp, vsw; local
375 hdp = par->res->hdp - 1;
387 (hdp << CARMINE_DISP_HDB_SHIF
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/isofs/
H A Dinode.c595 struct hs_volume_descriptor *hdp; local
603 hdp = (struct hs_volume_descriptor *)bh->b_data;
607 * ISO CDs can match hdp->id==HS_STANDARD_ID as well. To ensure
645 if (strncmp (hdp->id, HS_STANDARD_ID, sizeof hdp->id) == 0) {
646 if (isonum_711(hdp->type) != ISO_VD_PRIMARY)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/isofs/
H A Dinode.c595 struct hs_volume_descriptor *hdp; local
603 hdp = (struct hs_volume_descriptor *)bh->b_data;
607 * ISO CDs can match hdp->id==HS_STANDARD_ID as well. To ensure
645 if (strncmp (hdp->id, HS_STANDARD_ID, sizeof hdp->id) == 0) {
646 if (isonum_711(hdp->type) != ISO_VD_PRIMARY)

Completed in 338 milliseconds