Home
last modified time | relevance | path

Searched refs:pcie_conf (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/pci/
H A Dpci-bridge-emul.c388 bridge->pcie_conf.cap_id = PCI_CAP_ID_EXP; in pci_bridge_emul_init()
389 bridge->pcie_conf.next = (bridge->ssid_start > bridge->pcie_start) ? in pci_bridge_emul_init()
391 bridge->pcie_conf.cap |= cpu_to_le16(PCI_EXP_TYPE_ROOT_PORT << 4); in pci_bridge_emul_init()
485 cfgspace = (__le32 *) &bridge->pcie_conf; in pci_bridge_emul_conf_read()
559 cfgspace = (__le32 *) &bridge->pcie_conf; in pci_bridge_emul_conf_write()
H A Dpci-bridge-emul.h129 struct pci_bridge_emul_pcie_conf pcie_conf; member
/linux/drivers/pci/controller/
H A Dpci-mvebu.c654 u16 slotctl = le16_to_cpu(bridge->pcie_conf.slotctl); in mvebu_pci_bridge_emul_pcie_conf_read()
655 u16 slotsta = le16_to_cpu(bridge->pcie_conf.slotsta); in mvebu_pci_bridge_emul_pcie_conf_read()
926 bridge->pcie_conf.cap = cpu_to_le16(pcie_cap_ver | PCI_EXP_FLAGS_SLOT); in mvebu_pci_bridge_emul_init()
939 bridge->pcie_conf.slotcap = cpu_to_le32( in mvebu_pci_bridge_emul_init()
943 bridge->pcie_conf.slotsta = cpu_to_le16(PCI_EXP_SLTSTA_PDS); in mvebu_pci_bridge_emul_init()