Lines Matching defs:bcma_bus
334 struct bcma_bus { struct
335 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;
351 struct list_head cores;
352 u8 nr_cores;
353 u8 num;
355 struct bcma_drv_cc drv_cc;
356 struct bcma_drv_cc_b drv_cc_b;
357 struct bcma_drv_pci drv_pci[2];
358 struct bcma_drv_pcie2 drv_pcie2;
359 struct bcma_drv_mips drv_mips;
360 struct bcma_drv_gmac_cmn drv_gmac_cmn;
364 struct ssb_sprom sprom;