Searched refs:pcir_header (Results 1 – 2 of 2) sorted by relevance
282 pcir_header_t *pcir_header = NULL; in hunt_rom() local290 pcir_header = (pcir_header_t*)( ( void * ) undi.rom + in hunt_rom()292 if ( pcir_header->signature != PCIR_SIGNATURE ) { in hunt_rom()296 DBG ( "PCI:%hx:%hx...", pcir_header->vendor_id, in hunt_rom()297 pcir_header->device_id ); in hunt_rom()298 if ( ( pcir_header->vendor_id != undi.pci.vendor ) || in hunt_rom()299 ( pcir_header->device_id != undi.pci.dev_id ) ) { in hunt_rom()
128 typedef struct pcir_header { struct