HomeSort by relevance Sort by last modified time
    Searched refs:pci_power_t (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gpxe/src/drivers/net/
bnx2.h 23 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)
    [all...]
via-velocity.c 48 typedef int pci_power_t; typedef
    [all...]

Completed in 3145 milliseconds