tmp_word 558 drivers/video/fbdev/i810/i810_main.c u16 tmp_word; tmp_word 561 drivers/video/fbdev/i810/i810_main.c tmp_word = i810_readw(BLTCNTL, mmio); tmp_word 562 drivers/video/fbdev/i810/i810_main.c tmp_word &= ~(3 << 4); tmp_word 563 drivers/video/fbdev/i810/i810_main.c tmp_word |= par->hw_state.bltcntl; tmp_word 564 drivers/video/fbdev/i810/i810_main.c i810_writew(BLTCNTL, mmio, tmp_word); tmp_word 570 drivers/video/fbdev/i810/i810_main.c tmp_word = i810_readw(HWSTAM, mmio); tmp_word 571 drivers/video/fbdev/i810/i810_main.c tmp_word &= 3 << 13; tmp_word 572 drivers/video/fbdev/i810/i810_main.c tmp_word |= par->hw_state.hwstam; tmp_word 573 drivers/video/fbdev/i810/i810_main.c i810_writew(HWSTAM, mmio, tmp_word);