Searched refs:BCMA_CORE_PCIE (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/bcma/ |
H A D | driver_mips.c | 279 pcie = bcma_find_core(bus, BCMA_CORE_PCIE); in bcma_fix_i2s_irqflag() 314 bcma_core_mips_set_irq_name(bus, 4, BCMA_CORE_PCIE, 0); in bcma_core_mips_init() 334 bcma_core_mips_set_irq_name(bus, 1, BCMA_CORE_PCIE, 0); in bcma_core_mips_init() 337 bcma_core_mips_set_irq_name(bus, 3, BCMA_CORE_PCIE, 1); in bcma_core_mips_init()
|
H A D | main.c | 303 case BCMA_CORE_PCIE: in bcma_register_devices() 402 core = bcma_find_core(bus, BCMA_CORE_PCIE); in bcma_bus_register() 446 core = bcma_find_core_unit(bus, BCMA_CORE_PCIE, 0); in bcma_bus_register() 453 core = bcma_find_core_unit(bus, BCMA_CORE_PCIE, 1); in bcma_bus_register()
|
H A D | core.c | 84 core->id.id != BCMA_CORE_PCIE && in bcma_core_set_clockmode()
|
H A D | host_pci.c | 33 case BCMA_CORE_PCIE: in bcma_host_pci_provide_access_to_core()
|
H A D | scan.c | 80 { BCMA_CORE_PCIE, "PCIe" },
|
/openbmc/linux/include/linux/bcma/ |
H A D | bcma.h | 129 #define BCMA_CORE_PCIE 0x820 macro
|