Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/bcma/
Ddriver_mips.c285 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()
Dmain.c302 case BCMA_CORE_PCIE: in bcma_register_devices()
399 core = bcma_find_core(bus, BCMA_CORE_PCIE); in bcma_bus_register()
443 core = bcma_find_core_unit(bus, BCMA_CORE_PCIE, 0); in bcma_bus_register()
450 core = bcma_find_core_unit(bus, BCMA_CORE_PCIE, 1); in bcma_bus_register()
Dcore.c84 core->id.id != BCMA_CORE_PCIE && in bcma_core_set_clockmode()
Dhost_pci.c33 case BCMA_CORE_PCIE: in bcma_host_pci_provide_access_to_core()
Dscan.c80 { BCMA_CORE_PCIE, "PCIe" },
/linux-6.1.9/include/linux/bcma/
Dbcma.h129 #define BCMA_CORE_PCIE 0x820 macro