Lines Matching defs:latch
801 uint32_t bg, latch = 0, bg8, fg8, pixel, save_offset = 0;
888 latch = (latch << 8) | pixel;
891 voodoo3_write32s(sc, LAUNCH_2D, latch);
896 latch = 0;
911 /* if we have pixels left in latch write them out */
913 latch = latch << ((4 - (i & 3)) << 3);
914 voodoo3_write32s(sc, LAUNCH_2D, latch);
1111 uint32_t latch = 0, bork;
1117 latch |= (bork << shift);
1119 voodoo3_write32(sc, LAUNCH_2D, latch);
1120 latch = 0;
1126 voodoo3_write32(sc, LAUNCH_2D, latch);