Lines Matching defs:ormask
1755 uint32_t andmask, ormask, val, channel_complete_mask;
1788 ormask = RADEON_BIOS32(offset);
1791 index, (unsigned)andmask, (unsigned)ormask);
1794 val = (val & andmask) | ormask;
1801 ormask = RADEON_BIOS32(offset);
1804 index, (unsigned)andmask, (unsigned)ormask);
1806 val = (val & andmask) | ormask;
1863 uint32_t ormask, val, channel_complete_mask;
1889 ormask = RADEON_BIOS16(offset);
1893 RADEON_SDRAM_MODE_MASK, (unsigned)ormask);
1898 val = (val & RADEON_SDRAM_MODE_MASK) | ormask;
1901 ormask = (uint32_t)index << 24;
1904 RADEON_B3MEM_RESET_MASK, (unsigned)ormask);
1909 val = (val & RADEON_B3MEM_RESET_MASK) | ormask;
1921 uint32_t andmask, ormask, val, clk_pwrmgt_cntl;
1988 ormask = ((uint32_t)RADEON_BIOS8(offset)) << shift;
1992 index, shift, (unsigned)andmask, (unsigned)ormask);
1994 val = (val & andmask) | ormask;