Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/i810/
H A Di810_main.c558 u32 tmp_long; in i810_restore_2d() local
576 tmp_long = i810_readl(FW_BLC, mmio); in i810_restore_2d()
577 tmp_long &= FW_BLC_MASK; in i810_restore_2d()
578 tmp_long |= par->hw_state.fw_blc; in i810_restore_2d()
579 i810_writel(FW_BLC, mmio, tmp_long); in i810_restore_2d()