Searched refs:bcma_find_core_unit (Results 1 – 3 of 3) sorted by relevance
/drivers/bcma/ |
D | main.c | 86 struct bcma_device *bcma_find_core_unit(struct bcma_bus *bus, u16 coreid, in bcma_find_core_unit() function 97 EXPORT_SYMBOL_GPL(bcma_find_core_unit); 478 core = bcma_find_core_unit(bus, BCMA_CORE_PCIE, 0); in bcma_bus_register() 485 core = bcma_find_core_unit(bus, BCMA_CORE_PCIE, 1); in bcma_bus_register() 492 core = bcma_find_core_unit(bus, BCMA_CORE_PCIE2, 0); in bcma_bus_register()
|
D | driver_mips.c | 194 core = bcma_find_core_unit(bus, coreid, unit); in bcma_core_mips_set_irq_name()
|
/drivers/net/ethernet/broadcom/ |
D | bgmac.c | 1657 ns_core = bcma_find_core_unit(core->bus, in bgmac_probe()
|