Lines Matching refs:temp
762 u32 temp, xx, yy, bg_color = 0, fg_color = 0,
777 temp = (cursor->hot.x << 16) + cursor->hot.y;
778 writel(temp, engine + VIA_REG_CURSOR_ORG);
784 temp = yy & 0xFFFF;
785 temp |= (xx << 16);
786 writel(temp, engine + VIA_REG_CURSOR_POS);
800 temp = readl(engine + VIA_REG_CURSOR_MODE);
802 temp |= 0x2;
804 temp &= ~0x2;
806 writel(temp, engine + VIA_REG_CURSOR_MODE);