Home
last modified time | relevance | path

Searched refs:pci_power_t (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/
Dbnx2.h23 typedef int pci_power_t; typedef
25 #define PCI_D0 ((pci_power_t) 0)
26 #define PCI_D1 ((pci_power_t) 1)
27 #define PCI_D2 ((pci_power_t) 2)
28 #define PCI_D3hot ((pci_power_t) 3)
29 #define PCI_D3cold ((pci_power_t) 4)
30 #define PCI_UNKNOWN ((pci_power_t) 5)
31 #define PCI_POWER_ERROR ((pci_power_t) -1)
Dvia-velocity.c48 typedef int pci_power_t; typedef