Home | History | Annotate | Download | only in voyager

Lines Matching defs:latch

1086 	uint32_t pixel = 0, latch = 0, bg8, fg8;
1161 latch = (latch << 8) | pixel;
1165 SM502_DATAPORT, be32toh(latch));
1166 latch = 0;
1169 /* if we have pixels left in latch write them out */
1171 latch = latch << ((4 - (i & 3)) << 3);
1173 SM502_DATAPORT, be32toh(latch));
1446 uint32_t latch = 0, omask;
1455 latch |= omask;
1458 latch |= omask;
1467 latch |= omask;
1470 latch |= omask;
1475 sc->sc_cursor[i] = latch;
1476 latch = 0;