Home | History | Annotate | Download | only in ic

Lines Matching defs:latch

602 	uint32_t bg, latch = 0, bg8, fg8, pixel, dst, stride, size;
671 latch = 0;
686 latch |= pixel << off;
691 CT_OFF_DATA - CT_OFF_BITBLT, latch);
692 latch = 0;
697 /* if we have pixels left in latch write them out */
699 chipsfb_write32(sc, CT_OFF_DATA - CT_OFF_BITBLT, latch);
776 uint32_t latch = 0, bork;
781 latch |= (bork << shift);
783 chipsfb_write32(sc, CT_OFF_DATA - CT_OFF_BITBLT, latch);
784 latch = 0;
791 chipsfb_write32(sc, CT_OFF_DATA - CT_OFF_BITBLT, latch);