Lines Matching defs:bcma_bus
334 struct bcma_bus { struct
336 void __iomem *mmio;
338 const struct bcma_host_ops *ops;
340 enum bcma_hosttype hosttype;
341 bool host_is_pcie2; /* Used for BCMA_HOSTTYPE_PCI only */
342 union {
351 struct bcma_chipinfo chipinfo;
353 struct bcma_boardinfo boardinfo;
355 struct bcma_device *mapped_core;
356 struct list_head cores;
357 u8 nr_cores;
358 u8 num;
360 struct bcma_drv_cc drv_cc;
361 struct bcma_drv_cc_b drv_cc_b;
362 struct bcma_drv_pci drv_pci[2];
363 struct bcma_drv_pcie2 drv_pcie2;
364 struct bcma_drv_mips drv_mips;
365 struct bcma_drv_gmac_cmn drv_gmac_cmn;
369 struct ssb_sprom sprom;