Searched defs:bcma_bus (Results 1 – 1 of 1) sorted by relevance
178 struct bcma_bus { struct180 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;[all …]