Lines Matching refs:f_shift
119 short f_shift; member
881 } else if (par->hw.falcon.f_shift & 0x100) { in falcon_encode_fix()
945 par->hw.falcon.f_shift = 0x400; in falcon_decode_var()
949 par->hw.falcon.f_shift = 0x000; in falcon_decode_var()
953 par->hw.falcon.f_shift = 0x000; in falcon_decode_var()
957 par->hw.falcon.f_shift = 0x010; in falcon_decode_var()
960 par->hw.falcon.f_shift = 0x100; /* hicolor, no overlay */ in falcon_decode_var()
1042 par->hw.falcon.f_shift = 0x000; in falcon_decode_var()
1225 if (par->hw.falcon.f_shift & 0x100) { in falcon_decode_var()
1417 if (hw->f_shift & 0x400) /* 2 colors */ in falcon_encode_var()
1419 else if (hw->f_shift & 0x100) /* hicolor */ in falcon_encode_var()
1421 else if (hw->f_shift & 0x010) /* 8 bitplanes */ in falcon_encode_var()
1477 if (hw->f_shift & 0x100) { in falcon_encode_var()
1543 hw->f_shift = videl.f_shift; in falcon_get_par()
1567 hw->ste_mode = (hw->f_shift & 0x510) == 0 && hw->st_shift == 0x100; in falcon_get_par()
1568 hw->mono = (hw->f_shift & 0x400) || in falcon_get_par()
1569 ((hw->f_shift & 0x510) == 0 && hw->st_shift == 0x200); in falcon_get_par()
1623 videl.f_shift = 0; /* write enables Falcon palette, 0: 4 planes */ in falcon_vbl_switcher()
1635 videl.f_shift = hw->f_shift; in falcon_vbl_switcher()