Lines Matching refs:tmpblit
86 uint32_t tmpblit; member
476 s->tmpblit = val; in tcx_stip_writel()
479 col = cpu_to_be32(s->tmpblit); in tcx_stip_writel()
483 s->vram[addr + i] = s->tmpblit; in tcx_stip_writel()
491 s->vram[addr + i] = s->tmpblit; in tcx_stip_writel()
508 s->tmpblit = val; in tcx_rstip_writel()
511 col = cpu_to_be32(s->tmpblit); in tcx_rstip_writel()
515 s->vram[addr + i] = s->tmpblit; in tcx_rstip_writel()
524 s->vram[addr + i] = s->tmpblit; in tcx_rstip_writel()
575 s->tmpblit = val; in tcx_blit_writel()
581 memset(&s->vram[addr], s->tmpblit, len); in tcx_blit_writel()
583 val = s->tmpblit & 0xffffff; in tcx_blit_writel()
607 s->tmpblit = val; in tcx_rblit_writel()
613 memset(&s->vram[addr], s->tmpblit, len); in tcx_rblit_writel()
615 val = s->tmpblit & 0xffffff; in tcx_rblit_writel()