Lines Matching refs:rom
59 #define FILE_ROM_NAME "rom"
83 struct pci_xrom_bar rom;
130 /* Get rom info */
131 buf = (char *)&rom;
132 size = sizeof(rom);
137 if((char*)&rom != buf)
140 if(size > sizeof(rom))
146 memcpy(&rom, buf, size);
150 d->rom_base = rom.base_addr;
151 dev->rom_size = rom.size;
184 are here assuming the caller is mapping from the rom base */
284 rom base */