Lines Matching refs:f_shift
118 short f_shift; member
880 } else if (par->hw.falcon.f_shift & 0x100) { in falcon_encode_fix()
944 par->hw.falcon.f_shift = 0x400; in falcon_decode_var()
948 par->hw.falcon.f_shift = 0x000; in falcon_decode_var()
952 par->hw.falcon.f_shift = 0x000; in falcon_decode_var()
956 par->hw.falcon.f_shift = 0x010; in falcon_decode_var()
959 par->hw.falcon.f_shift = 0x100; /* hicolor, no overlay */ in falcon_decode_var()
1041 par->hw.falcon.f_shift = 0x000; in falcon_decode_var()
1224 if (par->hw.falcon.f_shift & 0x100) { in falcon_decode_var()
1416 if (hw->f_shift & 0x400) /* 2 colors */ in falcon_encode_var()
1418 else if (hw->f_shift & 0x100) /* hicolor */ in falcon_encode_var()
1420 else if (hw->f_shift & 0x010) /* 8 bitplanes */ in falcon_encode_var()
1476 if (hw->f_shift & 0x100) { in falcon_encode_var()
1542 hw->f_shift = videl.f_shift; in falcon_get_par()
1566 hw->ste_mode = (hw->f_shift & 0x510) == 0 && hw->st_shift == 0x100; in falcon_get_par()
1567 hw->mono = (hw->f_shift & 0x400) || in falcon_get_par()
1568 ((hw->f_shift & 0x510) == 0 && hw->st_shift == 0x200); in falcon_get_par()
1622 videl.f_shift = 0; /* write enables Falcon palette, 0: 4 planes */ in falcon_vbl_switcher()
1634 videl.f_shift = hw->f_shift; in falcon_vbl_switcher()