Lines Matching refs:rom
280 undi.rom = ( rom_t * ) phys_to_virt ( ptr ); in hunt_rom()
281 if ( undi.rom->signature == ROM_SIGNATURE ) { in hunt_rom()
286 if ( undi.rom->pcir_off == 0 ) { in hunt_rom()
290 pcir_header = (pcir_header_t*)( ( void * ) undi.rom + in hunt_rom()
291 undi.rom->pcir_off ); in hunt_rom()
305 if ( undi.rom->pnp_off == 0 ) { in hunt_rom()
309 pnp_header = (pnp_header_t*)( ( void * ) undi.rom + in hunt_rom()
310 undi.rom->pnp_off ); in hunt_rom()
322 (void*)undi.rom+pnp_header->product_str_off, in hunt_rom()
324 (void*)undi.rom+pnp_header->manuf_str_off ); in hunt_rom()
330 undi.rom = NULL; in hunt_rom()
339 if ( undi.rom->undi_rom_id_off == 0 ) { in hunt_undi_rom()
344 ( (void *)undi.rom + undi.rom->undi_rom_id_off ); in hunt_undi_rom()
402 pxenv_exit = _undi_call ( SEGMENT( undi.rom ), in undi_call_loader()