Searched defs:pcicfg_pcie (Results 1 – 1 of 1) sorted by relevance
142 struct pcicfg_pcie { struct143 uint8_t pcie_location; /* Offset of PCI-e capability registers. */144 uint8_t pcie_type; /* Device type. */145 uint16_t pcie_flags; /* Device capabilities register. */146 uint16_t pcie_device_ctl; /* Device control register. */147 uint16_t pcie_link_ctl; /* Link control register. */148 uint16_t pcie_slot_ctl; /* Slot control register. */149 uint16_t pcie_root_ctl; /* Root control register. */150 uint16_t pcie_device_ctl2; /* Second device control register. */151 uint16_t pcie_link_ctl2; /* Second link control register. */[all …]