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