Searched refs:videl (Results 1 – 2 of 2) sorted by relevance
1533 hw->st_shift = videl.st_shift & 0x300; in falcon_get_par()1534 hw->f_shift = videl.f_shift; in falcon_get_par()1535 hw->vid_control = videl.control; in falcon_get_par()1536 hw->vid_mode = videl.mode; in falcon_get_par()1538 hw->xoffset = videl.xoffset & 0xf; in falcon_get_par()1539 hw->hht = videl.hht; in falcon_get_par()1540 hw->hbb = videl.hbb; in falcon_get_par()1541 hw->hbe = videl.hbe; in falcon_get_par()1542 hw->hdb = videl.hdb; in falcon_get_par()1543 hw->hde = videl.hde; in falcon_get_par()[all …]
276 #define videl ((*(volatile struct VIDEL *)VIDEL_BAS)) macro