Lines Matching defs:st_shift
115 short st_shift;
933 par->hw.falcon.st_shift = 0x200;
937 par->hw.falcon.st_shift = 0x100;
941 par->hw.falcon.st_shift = 0x000;
1026 par->hw.falcon.st_shift = 0x200;
1390 * to get bpp, we must examine f_shift and st_shift.
1394 * If all these bits are 0 get display depth from st_shift
1403 else if (hw->st_shift == 0)
1405 else if (hw->st_shift == 0x100)
1407 else /* if (hw->st_shift == 0x200) */
1522 hw->st_shift = videl.st_shift & 0x300;
1547 hw->ste_mode = (hw->f_shift & 0x510) == 0 && hw->st_shift == 0x100;
1549 ((hw->f_shift & 0x510) == 0 && hw->st_shift == 0x200);
1605 videl.st_shift = hw->st_shift; /* write enables STE palette */
1608 * set st_shift 0, so we can tell the screen-depth if f_shift == 0.
1610 * doesn't set st_shift. st_shift != 0 (!= 4planes) is impossible
1613 videl.st_shift = 0;
1617 /* writing to st_shift changed scn_width and vid_mode */