Searched refs:hdrtype (Results 1 – 3 of 3) sorted by relevance
11 static void dump_pci_device(struct upload_backend *be, pciaddr_t a, uint8_t hdrtype) in dump_pci_device() argument20 hdrtype &= 0x7f; in dump_pci_device()39 uint8_t hdrtype; in dump_pci() local59 hdrtype = pci_readb(a + 0x0e); in dump_pci()60 if (hdrtype & 0x80) in dump_pci()63 dump_pci_device(be, a, hdrtype); in dump_pci()
236 uint8_t hdrtype = 0; in pcibus_probe() local260 &hdrtype ); in pcibus_probe()261 } else if ( ! ( hdrtype & 0x80 ) ) { in pcibus_probe()
460 uint8_t hdrtype; in pci_scan() local489 hdrtype = pci_readb(a + 0x0e); in pci_scan()491 if (hdrtype & 0x80) in pci_scan()