Searched defs:IORESOURCE_IO (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dvia-velocity.c757 //#define IORESOURCE_IO 0x00000100 /* Resource type */
800 #define IORESOURCE_IO 0x00000100 /* Resource type */ macro
849 flags |= IORESOURCE_IO;
852 //flags &= ~IORESOURCE_IO;
877 (pci_resource_flags(pdev, PCI_BASE_ADDRESS_0) & IORESOURCE_IO))
885 if ((pci_resource_flags(pdev, PCI_BASE_ADDRESS_1) & IORESOURCE_IO)) {

Completed in 52 milliseconds