Lines Matching defs:rom
4093 void __iomem *rom;
4103 rom = rom_base + romptr;
4105 if((readb(rom) != 'P') || (readb(rom + 1) != 'C') ||
4106 (readb(rom + 2) != 'I') || (readb(rom + 3) != 'R'))
4109 if((readb(rom + 4) | (readb(rom + 5) << 8)) != ivideo->chip_vendor)
4112 if((readb(rom + 6) | (readb(rom + 7) << 8)) != ivideo->chip_id)