Lines Matching defs:rom
4081 void __iomem *rom;
4091 rom = rom_base + romptr;
4093 if((readb(rom) != 'P') || (readb(rom + 1) != 'C') ||
4094 (readb(rom + 2) != 'I') || (readb(rom + 3) != 'R'))
4097 if((readb(rom + 4) | (readb(rom + 5) << 8)) != ivideo->chip_vendor)
4100 if((readb(rom + 6) | (readb(rom + 7) << 8)) != ivideo->chip_id)