Lines Matching defs:bcma_bus
178 struct bcma_bus { struct
180 void __iomem *mmio;
182 const struct bcma_host_ops *ops;
184 enum bcma_hosttype hosttype;
185 union {
192 struct bcma_chipinfo chipinfo;
194 struct bcma_device *mapped_core;
195 struct list_head cores;
196 u8 nr_cores;
197 u8 init_done:1;
199 struct bcma_drv_cc drv_cc;
200 struct bcma_drv_pci drv_pci;
201 struct bcma_drv_mips drv_mips;
205 struct ssb_sprom sprom;