Home | History | Annotate | Download | only in pci

Lines Matching defs:ormask

373 		uint32_t	ormask;
397 ormask = GETBIOS32(sc, offset);
400 index, andmask, ormask));
401 radeonfb_maskindex(sc, index, andmask, ormask);
407 ormask = GETBIOS32(sc, offset);
410 index, andmask, ormask));
411 radeonfb_mask32(sc, index, andmask, ormask);
451 uint32_t ormask;
494 ormask = ((uint32_t)GETBIOS8(sc, offset)) << shift;
498 shift, andmask, ormask));
499 radeonfb_maskpll(sc, index, andmask, ormask);
530 uint32_t ormask;
532 ormask = GETBIOS16(sc, offset);
536 RADEON_SDRAM_MODE_MASK, ormask));
538 RADEON_SDRAM_MODE_MASK, ormask);
540 ormask = (uint32_t)index << 24;
542 RADEON_B3MEM_RESET_MASK, ormask));
544 RADEON_B3MEM_RESET_MASK, ormask);