Home
last modified time | relevance | path

Searched refs:BCMA_CORE_PCIE (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/bcma/
H A Ddriver_mips.c279 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 Dmain.c303 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 Dcore.c84 core->id.id != BCMA_CORE_PCIE && in bcma_core_set_clockmode()
H A Dhost_pci.c33 case BCMA_CORE_PCIE: in bcma_host_pci_provide_access_to_core()
H A Dscan.c80 { BCMA_CORE_PCIE, "PCIe" },
/openbmc/linux/include/linux/bcma/
H A Dbcma.h129 #define BCMA_CORE_PCIE 0x820 macro