Searched refs:BCMA_CORE_PCIE (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/bcma/ |
A D | driver_mips.c | 285 pcie = bcma_find_core(bus, BCMA_CORE_PCIE); in bcma_fix_i2s_irqflag() 320 bcma_core_mips_set_irq_name(bus, 4, BCMA_CORE_PCIE, 0); in bcma_core_mips_init() 340 bcma_core_mips_set_irq_name(bus, 1, BCMA_CORE_PCIE, 0); in bcma_core_mips_init() 343 bcma_core_mips_set_irq_name(bus, 3, BCMA_CORE_PCIE, 1); in bcma_core_mips_init()
|
A D | main.c | 302 case BCMA_CORE_PCIE: in bcma_register_devices() 401 core = bcma_find_core(bus, BCMA_CORE_PCIE); in bcma_bus_register() 445 core = bcma_find_core_unit(bus, BCMA_CORE_PCIE, 0); in bcma_bus_register() 452 core = bcma_find_core_unit(bus, BCMA_CORE_PCIE, 1); in bcma_bus_register()
|
A D | core.c | 84 core->id.id != BCMA_CORE_PCIE && in bcma_core_set_clockmode()
|
A D | host_pci.c | 33 case BCMA_CORE_PCIE: in bcma_host_pci_provide_access_to_core()
|
A D | scan.c | 80 { BCMA_CORE_PCIE, "PCIe" },
|
/linux-6.3-rc2/include/linux/bcma/ |
A D | bcma.h | 129 #define BCMA_CORE_PCIE 0x820 macro
|
Completed in 9 milliseconds