Home
last modified time | relevance | path

Searched refs:itemp (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/video/fbdev/
H A Di740fb.c745 u32 itemp; in i740fb_set_par() local
833 itemp = readl(par->regs + FWATER_BLC); in i740fb_set_par()
834 itemp &= ~(LMI_BURST_LENGTH | LMI_FIFO_WATERMARK); in i740fb_set_par()
835 itemp |= par->lmi_fifo_watermark; in i740fb_set_par()
836 writel(itemp, par->regs + FWATER_BLC); in i740fb_set_par()
848 itemp = (par->pixelpipe_cfg0 & DAC_8_BIT) ? i : i >> 2; in i740fb_set_par()
849 i740outb(par, VGA_PEL_D, itemp); in i740fb_set_par()
850 i740outb(par, VGA_PEL_D, itemp); in i740fb_set_par()
851 i740outb(par, VGA_PEL_D, itemp); in i740fb_set_par()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/
H A Dsupport-jpeg-turbo.patch1184 int tblno, i, j, ci, itemp;
1199 + itemp = dstinfo->min_DCT_h_scaled_size;
1201 + dstinfo->min_DCT_v_scaled_size = itemp;