Home
last modified time | relevance | path

Searched refs:PCI_PM_PMC (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/linux/
Dpci.h208 #define PCI_PM_PMC 2 /* PM Capabilities Register */ macro
/linux-2.4.37.9/drivers/pci/
Dpci.c277 pci_read_config_word(dev,pm + PCI_PM_PMC,&pmc); in pci_set_power_state()
444 pci_read_config_word(dev,pm+PCI_PM_PMC,&value); in pci_enable_wake()
/linux-2.4.37.9/drivers/net/
Dsky2.c194 power_control = sky2_pci_read16(hw, hw->pm_cap + PCI_PM_PMC); in sky2_set_power_state()
Dtg3.c1092 pci_read_config_word(tp->pdev, pm + PCI_PM_PMC, &power_caps); in tg3_set_power_state()