Searched refs:PCI_EXP_SLTCAP (Results 1 – 2 of 2) sorted by relevance
444 uint32_t sltcap = pci_get_long(exp_cap + PCI_EXP_SLTCAP); in pcie_cap_slot_enable_power()463 uint32_t sltcap = pci_get_long(exp_cap + PCI_EXP_SLTCAP); in pcie_cap_update_power()513 uint32_t sltcap = pci_get_word(exp_cap + PCI_EXP_SLTCAP); in pcie_cap_slot_pre_plug_cb()616 uint32_t sltcap = pci_get_word(exp_cap + PCI_EXP_SLTCAP); in pcie_cap_slot_unplug_request_cb()675 pci_long_test_and_clear_mask(dev->config + pos + PCI_EXP_SLTCAP, in pcie_cap_slot_init()677 pci_long_test_and_set_mask(dev->config + pos + PCI_EXP_SLTCAP, in pcie_cap_slot_init()690 pci_long_test_and_set_mask(dev->config + pos + PCI_EXP_SLTCAP, in pcie_cap_slot_init()696 pci_long_test_and_set_mask(dev->config + pos + PCI_EXP_SLTCAP, in pcie_cap_slot_init()
588 #define PCI_EXP_SLTCAP 0x14 /* Slot Capabilities */ macro