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

/external/syslinux/com32/sysdump/
H A Dpci.c11 static void dump_pci_device(struct upload_backend *be, pciaddr_t a, uint8_t hdrtype) argument
20 hdrtype &= 0x7f;
39 uint8_t hdrtype; local
59 hdrtype = pci_readb(a + 0x0e);
60 if (hdrtype & 0x80)
63 dump_pci_device(be, a, hdrtype);
/external/syslinux/gpxe/src/drivers/bus/
H A Dpci.c236 uint8_t hdrtype = 0; local
260 &hdrtype );
261 } else if ( ! ( hdrtype & 0x80 ) ) {
/external/syslinux/com32/lib/pci/
H A Dscan.c460 uint8_t hdrtype; local
489 hdrtype = pci_readb(a + 0x0e);
491 if (hdrtype & 0x80)

Completed in 1395 milliseconds