Home
last modified time | relevance | path

Searched refs:bcma_find_core (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/bcma/
Dmain.c399 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()
Ddriver_mips.c244 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()
Dhost_pci.c221 if (bcma_find_core(bus, BCMA_CORE_PCIE2)) in bcma_host_pci_probe()
/linux-4.1.27/include/linux/bcma/
Dbcma.h431 static inline struct bcma_device *bcma_find_core(struct bcma_bus *bus, in bcma_find_core() function
/linux-4.1.27/arch/mips/bcm47xx/
Dsprom.c715 core = bcma_find_core(bus, BCMA_CORE_80211); in bcm47xx_get_sprom_bcma()