Searched refs:PCI_PM_CTRL (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/drivers/pci/ |
D | pci.c | 572 pci_read_config_word(dev, dev->pm_cap + PCI_PM_CTRL, &pmcsr); in pci_raw_set_power_state() 598 pci_write_config_word(dev, dev->pm_cap + PCI_PM_CTRL, pmcsr); in pci_raw_set_power_state() 607 pci_read_config_word(dev, dev->pm_cap + PCI_PM_CTRL, &pmcsr); in pci_raw_set_power_state() 645 pci_read_config_word(dev, dev->pm_cap + PCI_PM_CTRL, &pmcsr); in pci_update_current_state() 1021 pci_read_config_word(dev, dev->pm_cap + PCI_PM_CTRL, &pmcsr); in __pci_enable_device_flags() 1288 pmcsr_pos = dev->pm_cap + PCI_PM_CTRL; in pci_check_pme_status() 1387 pci_read_config_word(dev, dev->pm_cap + PCI_PM_CTRL, &pmcsr); in pci_pme_active() 1393 pci_write_config_word(dev, dev->pm_cap + PCI_PM_CTRL, pmcsr); in pci_pme_active() 2489 pci_read_config_word(dev, dev->pm_cap + PCI_PM_CTRL, &csr); in pci_pm_reset() 2501 pci_write_config_word(dev, dev->pm_cap + PCI_PM_CTRL, csr); in pci_pm_reset() [all …]
|
D | quirks.c | 1933 pci_read_config_word(dev, pm + PCI_PM_CTRL, &pmcsr); in quirk_e100_interrupt()
|
/linux-2.6.39/include/linux/ |
D | pci_regs.h | 237 #define PCI_PM_CTRL 4 /* PM control and status register */ macro
|
/linux-2.6.39/drivers/net/bnx2x/ |
D | bnx2x_cmn.c | 1679 pci_read_config_word(bp->pdev, bp->pm_cap + PCI_PM_CTRL, &pmcsr); in bnx2x_set_power_state() 1683 pci_write_config_word(bp->pdev, bp->pm_cap + PCI_PM_CTRL, in bnx2x_set_power_state() 1707 pci_write_config_word(bp->pdev, bp->pm_cap + PCI_PM_CTRL, in bnx2x_set_power_state()
|
/linux-2.6.39/drivers/net/ |
D | ksz884x.c | 3492 pci_read_config_word(pdev, pdev->pm_cap + PCI_PM_CTRL, &data); in hw_chk_wol_pme_status() 3512 pci_read_config_word(pdev, pdev->pm_cap + PCI_PM_CTRL, &data); in hw_clr_wol_pme_status() 3514 pci_write_config_word(pdev, pdev->pm_cap + PCI_PM_CTRL, data); in hw_clr_wol_pme_status() 3532 pci_read_config_word(pdev, pdev->pm_cap + PCI_PM_CTRL, &data); in hw_cfg_wol_pme() 3538 pci_write_config_word(pdev, pdev->pm_cap + PCI_PM_CTRL, data); in hw_cfg_wol_pme()
|
D | bnx2.c | 3844 pci_read_config_word(bp->pdev, bp->pm_cap + PCI_PM_CTRL, &pmcsr); in bnx2_set_power_state() 3850 pci_write_config_word(bp->pdev, bp->pm_cap + PCI_PM_CTRL, in bnx2_set_power_state() 3962 pci_write_config_word(bp->pdev, bp->pm_cap + PCI_PM_CTRL, in bnx2_set_power_state() 6321 pci_read_config_dword(bp->pdev, bp->pm_cap + PCI_PM_CTRL, &val1); in bnx2_dump_state()
|
D | tg3.c | 12296 pci_read_config_word(tp->pdev, tp->pm_cap + PCI_PM_CTRL, &pmcsr); in tg3_get_eeprom_hw_cfg() 12298 pci_write_config_word(tp->pdev, tp->pm_cap + PCI_PM_CTRL, pmcsr); in tg3_get_eeprom_hw_cfg() 13532 tp->pm_cap + PCI_PM_CTRL, in tg3_get_invariants() 13537 tp->pm_cap + PCI_PM_CTRL, in tg3_get_invariants()
|
/linux-2.6.39/drivers/scsi/ |
D | hpsa.c | 3171 pci_read_config_word(pdev, pos + PCI_PM_CTRL, &pmcsr); in hpsa_controller_hard_reset() 3174 pci_write_config_word(pdev, pos + PCI_PM_CTRL, pmcsr); in hpsa_controller_hard_reset() 3181 pci_write_config_word(pdev, pos + PCI_PM_CTRL, pmcsr); in hpsa_controller_hard_reset()
|
/linux-2.6.39/drivers/video/aty/ |
D | radeon_pm.c | 2518 rinfo->pm_reg+PCI_PM_CTRL, in radeonfb_whack_power_state() 2524 rinfo->pm_reg+PCI_PM_CTRL, in radeonfb_whack_power_state()
|
/linux-2.6.39/drivers/block/ |
D | cciss.c | 4414 pci_read_config_word(pdev, pos + PCI_PM_CTRL, &pmcsr); in cciss_controller_hard_reset() 4417 pci_write_config_word(pdev, pos + PCI_PM_CTRL, pmcsr); in cciss_controller_hard_reset() 4424 pci_write_config_word(pdev, pos + PCI_PM_CTRL, pmcsr); in cciss_controller_hard_reset()
|