Lines Matching refs:f_shift
140 short f_shift; member
905 } else if (par->hw.falcon.f_shift & 0x100) { in falcon_encode_fix()
969 par->hw.falcon.f_shift = 0x400; in falcon_decode_var()
973 par->hw.falcon.f_shift = 0x000; in falcon_decode_var()
977 par->hw.falcon.f_shift = 0x000; in falcon_decode_var()
981 par->hw.falcon.f_shift = 0x010; in falcon_decode_var()
984 par->hw.falcon.f_shift = 0x100; /* hicolor, no overlay */ in falcon_decode_var()
1066 par->hw.falcon.f_shift = 0x000; in falcon_decode_var()
1249 if (par->hw.falcon.f_shift & 0x100) { in falcon_decode_var()
1441 if (hw->f_shift & 0x400) /* 2 colors */ in falcon_encode_var()
1443 else if (hw->f_shift & 0x100) /* hicolor */ in falcon_encode_var()
1445 else if (hw->f_shift & 0x010) /* 8 bitplanes */ in falcon_encode_var()
1501 if (hw->f_shift & 0x100) { in falcon_encode_var()
1567 hw->f_shift = videl.f_shift; in falcon_get_par()
1591 hw->ste_mode = (hw->f_shift & 0x510) == 0 && hw->st_shift == 0x100; in falcon_get_par()
1592 hw->mono = (hw->f_shift & 0x400) || in falcon_get_par()
1593 ((hw->f_shift & 0x510) == 0 && hw->st_shift == 0x200); in falcon_get_par()
1647 videl.f_shift = 0; /* write enables Falcon palette, 0: 4 planes */ in falcon_vbl_switcher()
1659 videl.f_shift = hw->f_shift; in falcon_vbl_switcher()