Home
last modified time | relevance | path

Searched refs:hdrtype (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/com32/sysdump/
Dpci.c11 static void dump_pci_device(struct upload_backend *be, pciaddr_t a, uint8_t hdrtype) in dump_pci_device() argument
20 hdrtype &= 0x7f; in dump_pci_device()
39 uint8_t hdrtype; in dump_pci() local
59 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()
/external/syslinux/gpxe/src/drivers/bus/
Dpci.c236 uint8_t hdrtype = 0; in pcibus_probe() local
260 &hdrtype ); in pcibus_probe()
261 } else if ( ! ( hdrtype & 0x80 ) ) { in pcibus_probe()
/external/syslinux/com32/lib/pci/
Dscan.c460 uint8_t hdrtype; in pci_scan() local
489 hdrtype = pci_readb(a + 0x0e); in pci_scan()
491 if (hdrtype & 0x80) in pci_scan()