Lines Matching defs:bcma_bus
325 struct bcma_bus { struct
327 void __iomem *mmio;
329 const struct bcma_host_ops *ops;
331 enum bcma_hosttype hosttype;
332 bool host_is_pcie2; /* Used for BCMA_HOSTTYPE_PCI only */
333 union {
342 struct bcma_chipinfo chipinfo;
344 struct bcma_boardinfo boardinfo;
346 struct bcma_device *mapped_core;
347 struct list_head cores;
348 u8 nr_cores;
349 u8 num;
351 struct bcma_drv_cc drv_cc;
352 struct bcma_drv_cc_b drv_cc_b;
353 struct bcma_drv_pci drv_pci[2];
354 struct bcma_drv_pcie2 drv_pcie2;
355 struct bcma_drv_mips drv_mips;
356 struct bcma_drv_gmac_cmn drv_gmac_cmn;
360 struct ssb_sprom sprom;