bcma_find_core_unit
core = bcma_find_core_unit(bus, coreid, unit);
core = bcma_find_core_unit(bus, BCMA_CORE_PCIE, 0);
core = bcma_find_core_unit(bus, BCMA_CORE_PCIE, 1);
core = bcma_find_core_unit(bus, BCMA_CORE_PCIE2, 0);
EXPORT_SYMBOL_GPL(bcma_find_core_unit);
extern struct bcma_device *bcma_find_core_unit(struct bcma_bus *bus, u16 coreid,
return bcma_find_core_unit(bus, coreid, 0);