Searched refs:pcir_header (Results 1 – 2 of 2) sorted by relevance
89 struct pcir_header pcir_header; in undirom_parse_pcirheader() local95 copy_from_real ( &pcir_header, undirom->rom_segment, pcirheader, in undirom_parse_pcirheader()96 sizeof ( pcir_header ) ); in undirom_parse_pcirheader()97 if ( pcir_header.signature != PCIR_SIGNATURE ) { in undirom_parse_pcirheader()99 "signature %08x\n", undirom, pcir_header.signature ); in undirom_parse_pcirheader()105 undirom->bus_id.pci.vendor_id = pcir_header.vendor_id; in undirom_parse_pcirheader()106 undirom->bus_id.pci.device_id = pcir_header.device_id; in undirom_parse_pcirheader()
131 struct pcir_header { struct