Searched refs:bcma_find_core (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/bcma/ |
D | main.c | 399 core = bcma_find_core(bus, bcma_cc_core_id(bus)); in bcma_bus_register() 406 core = bcma_find_core(bus, BCMA_CORE_PCIE); in bcma_bus_register() 426 core = bcma_find_core(bus, bcma_cc_core_id(bus)); in bcma_bus_register() 433 core = bcma_find_core(bus, BCMA_CORE_NS_CHIPCOMMON_B); in bcma_bus_register() 440 core = bcma_find_core(bus, BCMA_CORE_MIPS_74K); in bcma_bus_register() 468 core = bcma_find_core(bus, BCMA_CORE_4706_MAC_GBIT_COMMON); in bcma_bus_register() 515 core = bcma_find_core(bus, bcma_cc_core_id(bus)); in bcma_bus_early_register() 522 core = bcma_find_core(bus, BCMA_CORE_MIPS_74K); in bcma_bus_early_register()
|
D | driver_mips.c | 244 core = bcma_find_core(bus, BCMA_CORE_NS_ROM); in bcma_boot_dev() 362 cpu = bcma_find_core(bus, BCMA_CORE_MIPS_74K); in bcma_fix_i2s_irqflag() 363 pcie = bcma_find_core(bus, BCMA_CORE_PCIE); in bcma_fix_i2s_irqflag() 364 i2s = bcma_find_core(bus, BCMA_CORE_I2S); in bcma_fix_i2s_irqflag()
|
D | host_pci.c | 221 if (bcma_find_core(bus, BCMA_CORE_PCIE2)) in bcma_host_pci_probe()
|
/linux-4.1.27/include/linux/bcma/ |
D | bcma.h | 431 static inline struct bcma_device *bcma_find_core(struct bcma_bus *bus, in bcma_find_core() function
|
/linux-4.1.27/arch/mips/bcm47xx/ |
D | sprom.c | 715 core = bcma_find_core(bus, BCMA_CORE_80211); in bcm47xx_get_sprom_bcma()
|