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

/xsrc/external/mit/libpciaccess/dist/src/
H A Dx86_pci.c771 uint8_t hdrtype; local in function:pci_device_x86_probe
775 err = pci_device_cfg_read_u8 (dev, &hdrtype, PCI_HDRTYPE);
779 for (i = 0; i < pci_device_x86_get_num_regions (hdrtype); i++)
801 uint8_t dev, func, nfuncs, hdrtype, secbus; local in function:pci_system_x86_scan_bus
830 err = pci_device_cfg_read_u8 (&scratchdev, &hdrtype, PCI_HDRTYPE);
854 switch (hdrtype & 0x3)

Completed in 17 milliseconds