Searched refs:PCI_EXP_SLTCTL (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/pci/hotplug/ |
D | pciehp_hpc.c | 210 retval = pciehp_readw(ctrl, PCI_EXP_SLTCTL, &slot_ctrl); in pcie_write_cmd() 220 retval = pciehp_writew(ctrl, PCI_EXP_SLTCTL, slot_ctrl); in pcie_write_cmd() 398 retval = pciehp_readw(ctrl, PCI_EXP_SLTCTL, &slot_ctrl); in pciehp_get_attention_status() 405 pci_pcie_cap(ctrl->pcie->port) + PCI_EXP_SLTCTL, slot_ctrl); in pciehp_get_attention_status() 437 retval = pciehp_readw(ctrl, PCI_EXP_SLTCTL, &slot_ctrl); in pciehp_get_power_status() 443 pci_pcie_cap(ctrl->pcie->port) + PCI_EXP_SLTCTL, slot_ctrl); in pciehp_get_power_status() 529 pci_pcie_cap(ctrl->pcie->port) + PCI_EXP_SLTCTL, slot_cmd); in pciehp_set_attention_status() 543 pci_pcie_cap(ctrl->pcie->port) + PCI_EXP_SLTCTL, slot_cmd); in pciehp_green_led_on() 556 pci_pcie_cap(ctrl->pcie->port) + PCI_EXP_SLTCTL, slot_cmd); in pciehp_green_led_off() 569 pci_pcie_cap(ctrl->pcie->port) + PCI_EXP_SLTCTL, slot_cmd); in pciehp_green_led_blink() [all …]
|
/linux-3.4.99/include/linux/ |
D | pci_regs.h | 478 #define PCI_EXP_SLTCTL 24 /* Slot Control */ macro
|
/linux-3.4.99/drivers/pci/pcie/ |
D | portdrv_core.c | 280 pos += PCI_EXP_SLTCTL; in get_port_device_capability()
|
/linux-3.4.99/drivers/pci/ |
D | pci.c | 865 pci_read_config_word(dev, pos + PCI_EXP_SLTCTL, &cap[i++]); in pci_save_pcie_state() 898 pci_write_config_word(dev, pos + PCI_EXP_SLTCTL, cap[i++]); in pci_restore_pcie_state()
|