Searched refs:videl (Results 1 – 2 of 2) sorted by relevance
1522 hw->st_shift = videl.st_shift & 0x300; in falcon_get_par()1523 hw->f_shift = videl.f_shift; in falcon_get_par()1524 hw->vid_control = videl.control; in falcon_get_par()1525 hw->vid_mode = videl.mode; in falcon_get_par()1527 hw->xoffset = videl.xoffset & 0xf; in falcon_get_par()1528 hw->hht = videl.hht; in falcon_get_par()1529 hw->hbb = videl.hbb; in falcon_get_par()1530 hw->hbe = videl.hbe; in falcon_get_par()1531 hw->hdb = videl.hdb; in falcon_get_par()1532 hw->hde = videl.hde; in falcon_get_par()[all …]
276 #define videl ((*(volatile struct VIDEL *)VIDEL_BAS)) macro