Home | History | Annotate | Download | only in sbus

Lines Matching defs:latch

849 	uint32_t latch = 0, bork;
857 latch |= (bork << shift);
863 (PIXEL_1 + (31 << 2)), latch);
869 (PIXEL_1 + ((to_go - 1) << 2)), latch);
872 latch = 0;
878 p9100_ctl_write_4(sc, (PIXEL_1 + ((to_go - 1) << 2)), latch);
1164 uint32_t bg, latch = 0, bg8, fg8, pixel;
1237 latch = (latch << 8) | pixel;
1241 COMMAND_PIXEL8, latch);
1242 latch = 0;
1246 /* if we have pixels left in latch write them out */
1248 latch = latch << ((4 - (j & 3)) << 3);
1250 COMMAND_PIXEL8, latch);