Searched defs:bcma_bus (Results 1 – 1 of 1) sorted by relevance
334 struct bcma_bus { struct335 struct device *dev;338 void __iomem *mmio;340 const struct bcma_host_ops *ops;342 enum bcma_hosttype hosttype;343 bool host_is_pcie2; /* Used for BCMA_HOSTTYPE_PCI only */344 struct pci_dev *host_pci; /* PCI bus pointer (BCMA_HOSTTYPE_PCI only) */346 struct bcma_chipinfo chipinfo;348 struct bcma_boardinfo boardinfo;350 struct bcma_device *mapped_core;[all …]