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

/xsrc/external/mit/libpciaccess/dist/src/
H A Dx86_pci.c804 struct pci_device scratchdev; local in function:pci_system_x86_scan_bus
806 scratchdev.bus = bus;
810 scratchdev.dev = dev;
811 scratchdev.func = 0;
812 err = pci_nfuncs (&scratchdev, &nfuncs);
818 scratchdev.func = func;
819 err = pci_device_cfg_read_u32 (&scratchdev, &reg, PCI_VENDOR_ID);
826 err = pci_device_cfg_read_u32 (&scratchdev, &reg, PCI_CLASS);
830 err = pci_device_cfg_read_u8 (&scratchdev, &hdrtype, PCI_HDRTYPE);
861 err = pci_device_cfg_read_u8 (&scratchdev,
[all...]

Completed in 4 milliseconds