Searched refs:bcma_find_core (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/bcma/ |
H A D | main.c | 395 core = bcma_find_core(bus, bcma_cc_core_id(bus)); in bcma_bus_register() 402 core = bcma_find_core(bus, BCMA_CORE_PCIE); in bcma_bus_register() 425 core = bcma_find_core(bus, bcma_cc_core_id(bus)); in bcma_bus_register() 432 core = bcma_find_core(bus, BCMA_CORE_NS_CHIPCOMMON_B); in bcma_bus_register() 439 core = bcma_find_core(bus, BCMA_CORE_MIPS_74K); in bcma_bus_register() 467 core = bcma_find_core(bus, BCMA_CORE_4706_MAC_GBIT_COMMON); in bcma_bus_register() 514 core = bcma_find_core(bus, bcma_cc_core_id(bus)); in bcma_bus_early_register() 521 core = bcma_find_core(bus, BCMA_CORE_MIPS_74K); in bcma_bus_early_register()
|
H A D | driver_mips.c | 197 core = bcma_find_core(bus, BCMA_CORE_NS_ROM); in bcma_boot_dev() 278 cpu = bcma_find_core(bus, BCMA_CORE_MIPS_74K); in bcma_fix_i2s_irqflag() 279 pcie = bcma_find_core(bus, BCMA_CORE_PCIE); in bcma_fix_i2s_irqflag() 280 i2s = bcma_find_core(bus, BCMA_CORE_I2S); in bcma_fix_i2s_irqflag()
|
H A D | host_pci.c | 219 if (bcma_find_core(bus, BCMA_CORE_PCIE2)) in bcma_host_pci_probe()
|
H A D | driver_chipcommon_pmu.c | 281 cc->pmu.core = bcma_find_core(bus, BCMA_CORE_PMU); in bcma_pmu_early_init()
|
/linux/include/linux/bcma/ |
H A D | bcma.h | 446 static inline struct bcma_device *bcma_find_core(struct bcma_bus *bus, in bcma_find_core() function
|
/linux/drivers/firmware/broadcom/ |
H A D | bcm47xx_sprom.c | 674 core = bcma_find_core(bus, BCMA_CORE_80211); in bcm47xx_get_sprom_bcma()
|