Searched refs:tmp_word (Results 1 – 1 of 1) sorted by relevance
558 u16 tmp_word; in i810_restore_2d() local561 tmp_word = i810_readw(BLTCNTL, mmio); in i810_restore_2d()562 tmp_word &= ~(3 << 4); in i810_restore_2d()563 tmp_word |= par->hw_state.bltcntl; in i810_restore_2d()564 i810_writew(BLTCNTL, mmio, tmp_word); in i810_restore_2d()570 tmp_word = i810_readw(HWSTAM, mmio); in i810_restore_2d()571 tmp_word &= 3 << 13; in i810_restore_2d()572 tmp_word |= par->hw_state.hwstam; in i810_restore_2d()573 i810_writew(HWSTAM, mmio, tmp_word); in i810_restore_2d()