Lines Matching refs:temp
661 u32 temp;
692 temp = ((h_total - 1) << 16) | (h_active - 1);
693 status = ufx_reg_write(dev, 0x2008, temp);
696 temp = ((h_blank_start - 1) << 16) | (h_blank_end - 1);
697 status = ufx_reg_write(dev, 0x200C, temp);
700 temp = ((h_sync_start - 1) << 16) | (h_sync_end - 1);
701 status = ufx_reg_write(dev, 0x2010, temp);
712 temp = ((v_total - 1) << 16) | (v_active - 1);
713 status = ufx_reg_write(dev, 0x2014, temp);
716 temp = ((v_blank_start - 1) << 16) | (v_blank_end - 1);
717 status = ufx_reg_write(dev, 0x2018, temp);
720 temp = ((v_sync_start - 1) << 16) | (v_sync_end - 1);
721 status = ufx_reg_write(dev, 0x201C, temp);
731 temp = var->xres * var->yres * 2;
732 temp = (temp + 7) & (~0x7);
733 status = ufx_reg_write(dev, 0x2028, temp);
747 temp = 0x00000001;
749 temp |= 0x00000010;
752 temp |= 0x00000008;
754 status = ufx_reg_write(dev, 0x2040, temp);
1449 u32 temp = 0x28070000 | (63 << 20) | (((u32)(i * 64)) << 8);
1450 status = ufx_reg_write(dev, 0x1100, temp);
1453 temp |= 0x80000000;
1454 status = ufx_reg_write(dev, 0x1100, temp);