Home
last modified time | relevance | path

Searched refs:PCI_PM_CTRL_STATE_MASK (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/include/linux/
Dpci.h224 #define PCI_PM_CTRL_STATE_MASK 0x0003 /* Current power state (D0 to D3) */ macro
/linux-2.4.37.9/drivers/net/
Dnatsemi.c749 if (tmp & PCI_PM_CTRL_STATE_MASK) { in natsemi_probe1()
751 u32 newtmp = tmp & ~PCI_PM_CTRL_STATE_MASK; in natsemi_probe1()
Dr8169.c706 acpi_idle_state = pwr_command & PCI_PM_CTRL_STATE_MASK; in rtl8169_init_board()
Deepro100.c599 acpi_idle_state = pwr_command & PCI_PM_CTRL_STATE_MASK; in eepro100_init_one()
Dsky2.c201 power_control &= ~(PCI_PM_CTRL_STATE_MASK); in sky2_set_power_state()
Dtg3.c1036 power_control &= ~(PCI_PM_CTRL_STATE_MASK); in tg3_set_power_state()
8412 pm_reg &= ~PCI_PM_CTRL_STATE_MASK; in tg3_get_invariants()
/linux-2.4.37.9/drivers/pci/
Dpci.c290 pmcsr &= ~PCI_PM_CTRL_STATE_MASK; in pci_set_power_state()
/linux-2.4.37.9/drivers/video/
Daty128fb.c2881 (pwr_command & ~PCI_PM_CTRL_STATE_MASK) | 2); in aty128_set_suspend()
Dradeonfb.c4308 (pwr_cmd & ~PCI_PM_CTRL_STATE_MASK) | 2); in radeon_set_suspend()