Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/
Di740fb.c736 u32 itemp; in i740fb_set_par() local
824 itemp = readl(par->regs + FWATER_BLC); in i740fb_set_par()
825 itemp &= ~(LMI_BURST_LENGTH | LMI_FIFO_WATERMARK); in i740fb_set_par()
826 itemp |= par->lmi_fifo_watermark; in i740fb_set_par()
827 writel(itemp, par->regs + FWATER_BLC); in i740fb_set_par()
839 itemp = (par->pixelpipe_cfg0 & DAC_8_BIT) ? i : i >> 2; in i740fb_set_par()
840 i740outb(par, VGA_PEL_D, itemp); in i740fb_set_par()
841 i740outb(par, VGA_PEL_D, itemp); in i740fb_set_par()
842 i740outb(par, VGA_PEL_D, itemp); in i740fb_set_par()
/linux-4.4.14/arch/m68k/include/asm/
Dm68360_pram.h310 unsigned long itemp; /* IDMA temp */ member