Searched defs:apple_pcie_port (Results 1 – 1 of 1) sorted by relevance
196 struct apple_pcie_port { struct197 raw_spinlock_t lock;198 struct apple_pcie *pcie;199 struct device_node *np;200 void __iomem *base;201 void __iomem *phy;202 struct irq_domain *domain;203 struct list_head entry;204 unsigned long *sid_map;205 int sid_map_sz;[all …]