Lines Matching defs:bcma_bus
314 struct bcma_bus { struct
316 void __iomem *mmio;
318 const struct bcma_host_ops *ops;
320 enum bcma_hosttype hosttype;
321 bool host_is_pcie2; /* Used for BCMA_HOSTTYPE_PCI only */
322 union {
331 struct bcma_chipinfo chipinfo;
333 struct bcma_boardinfo boardinfo;
335 struct bcma_device *mapped_core;
336 struct list_head cores;
337 u8 nr_cores;
338 u8 num;
340 struct bcma_drv_cc drv_cc;
341 struct bcma_drv_cc_b drv_cc_b;
342 struct bcma_drv_pci drv_pci[2];
343 struct bcma_drv_pcie2 drv_pcie2;
344 struct bcma_drv_mips drv_mips;
345 struct bcma_drv_gmac_cmn drv_gmac_cmn;
349 struct ssb_sprom sprom;