Searched refs:bcma_find_core (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/bcma/ |
D | main.c | 425 core = bcma_find_core(bus, bcma_cc_core_id(bus)); in bcma_bus_register() 432 core = bcma_find_core(bus, BCMA_CORE_PCIE); in bcma_bus_register() 457 core = bcma_find_core(bus, bcma_cc_core_id(bus)); in bcma_bus_register() 464 core = bcma_find_core(bus, BCMA_CORE_NS_CHIPCOMMON_B); in bcma_bus_register() 471 core = bcma_find_core(bus, BCMA_CORE_MIPS_74K); in bcma_bus_register() 499 core = bcma_find_core(bus, BCMA_CORE_4706_MAC_GBIT_COMMON); in bcma_bus_register() 546 core = bcma_find_core(bus, bcma_cc_core_id(bus)); in bcma_bus_early_register() 553 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.4.14/drivers/usb/host/ |
D | bcma-hcd.c | 170 arm_core = bcma_find_core(dev->bus, BCMA_CORE_ARMCA9); in bcma_hcd_init_chip_arm_phy()
|
/linux-4.4.14/include/linux/bcma/ |
D | bcma.h | 442 static inline struct bcma_device *bcma_find_core(struct bcma_bus *bus, in bcma_find_core() function
|
/linux-4.4.14/arch/mips/bcm47xx/ |
D | sprom.c | 677 core = bcma_find_core(bus, BCMA_CORE_80211); in bcm47xx_get_sprom_bcma()
|