Home
last modified time | relevance | path

Searched refs:PCI_EXP_SLTSTA (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/pci/hotplug/
Dpciehp_hpc.c135 err = pciehp_readw(ctrl, PCI_EXP_SLTSTA, &slot_status); in pcie_poll_cmd()
137 pciehp_writew(ctrl, PCI_EXP_SLTSTA, PCI_EXP_SLTSTA_CC); in pcie_poll_cmd()
143 err = pciehp_readw(ctrl, PCI_EXP_SLTSTA, &slot_status); in pcie_poll_cmd()
145 pciehp_writew(ctrl, PCI_EXP_SLTSTA, PCI_EXP_SLTSTA_CC); in pcie_poll_cmd()
180 retval = pciehp_readw(ctrl, PCI_EXP_SLTSTA, &slot_status); in pcie_write_cmd()
468 retval = pciehp_readw(ctrl, PCI_EXP_SLTSTA, &slot_status); in pciehp_get_latch_status()
484 retval = pciehp_readw(ctrl, PCI_EXP_SLTSTA, &slot_status); in pciehp_get_adapter_status()
500 retval = pciehp_readw(ctrl, PCI_EXP_SLTSTA, &slot_status); in pciehp_query_power_fault()
581 retval = pciehp_readw(ctrl, PCI_EXP_SLTSTA, &slot_status); in pciehp_power_on_slot()
589 retval = pciehp_writew(ctrl, PCI_EXP_SLTSTA, slot_status); in pciehp_power_on_slot()
[all …]
/linux-3.4.99/include/linux/
Dpci_regs.h490 #define PCI_EXP_SLTSTA 26 /* Slot Status */ macro