Searched full:bcm47xx (Results 1 – 25 of 41) sorted by relevance
12
/linux-6.12.1/arch/mips/bcm47xx/ ! |
D | Kconfig | 2 if BCM47XX 5 bool "SSB Support for Broadcom BCM47XX" 19 Add support for old Broadcom BCM47xx boards with Sonics Silicon Backplane support. 24 bool "BCMA Support for Broadcom BCM47XX" 36 Add support for new Broadcom BCM47xx boards with Broadcom specific Advanced Microcontroller Bus.
|
D | Platform | 2 # Broadcom BCM47XX boards 5 -I$(srctree)/arch/mips/include/asm/mach-bcm47xx
|
D | prom.c | 37 #include <bcm47xx.h> 41 static char bcm47xx_system_type[20] = "Broadcom BCM47XX"; 68 * However as the BCM47XX is mostly used on low-memory systems, we in prom_init_mem() 73 * BCM47XX uses 128MB for addressing the ram, if the system contains in prom_init_mem()
|
D | serial.c | 2 * 8250 UART probe driver for the BCM47XX platforms 16 #include <bcm47xx.h>
|
D | Makefile | 3 # Makefile for the BCM47XX specific kernel interface routines
|
D | bcm47xx_private.h | 6 #define pr_fmt(fmt) "bcm47xx: " fmt
|
D | workarounds.c | 6 #include <bcm47xx.h>
|
D | time.c | 28 #include <bcm47xx.h>
|
D | irq.c | 32 #include <bcm47xx.h>
|
/linux-6.12.1/drivers/watchdog/ ! |
D | bcm47xx_wdt.c | 3 * Watchdog driver for Broadcom BCM47XX 209 dev_info(&pdev->dev, "BCM47xx Watchdog Timer enabled (%d seconds%s%s)\n", in bcm47xx_wdt_probe() 223 .name = "bcm47xx-wdt", 232 MODULE_DESCRIPTION("Watchdog driver for Broadcom BCM47xx");
|
/linux-6.12.1/drivers/mtd/parsers/ ! |
D | Kconfig | 3 tristate "BCM47XX partitioning parser" 4 depends on BCM47XX || ARCH_BCM_5301X 6 This provides partitions parser for devices based on BCM47xx 138 depends on MTD && (BCM47XX || ARCH_BCM_5301X || ARCH_MEDIATEK || RALINK || COMPILE_TEST)
|
D | bcm47xxpart.c | 3 * BCM47XX MTD partitioning 123 /* Nothing more in higher memory on BCM47XX (MIPS) */ in bcm47xxpart_parse() 317 MODULE_DESCRIPTION("MTD partitioning for BCM47XX flash memories");
|
/linux-6.12.1/Documentation/devicetree/bindings/mtd/partitions/ ! |
D | brcm,bcm947xx-cfe-partitions.yaml | 7 title: Broadcom BCM47xx Partitions 10 Broadcom is one of hardware manufacturers providing SoCs (BCM47xx) used in
|
D | brcm,trx.txt | 5 most of the vendors building devices based on Broadcom's BCM47xx SoCs and is
|
/linux-6.12.1/arch/arm/mach-bcm/ ! |
D | Kconfig | 84 different SoC or with the older BCM47XX and BCM53XX based 85 network SoC using a MIPS CPU, they are supported by arch/mips/bcm47xx
|
/linux-6.12.1/drivers/net/ethernet/broadcom/ ! |
D | Kconfig | 173 depends on BCM47XX || ARCH_BCM_5301X || COMPILE_TEST 179 They can be found on BCM47xx SoCs and provide gigabit ethernet.
|
/linux-6.12.1/drivers/firmware/broadcom/ ! |
D | Kconfig | 4 depends on BCM47XX || ARCH_BCM_5301X || COMPILE_TEST
|
/linux-6.12.1/drivers/net/wireless/broadcom/b43/ ! |
D | bus.c | 13 #include <asm/mach-bcm47xx/bcm47xx.h>
|
/linux-6.12.1/Documentation/devicetree/bindings/nvmem/ ! |
D | brcm,nvram.yaml | 14 NVRAM can be accessed on Broadcom BCM47xx MIPS and Northstar ARM Cortex-A9
|
/linux-6.12.1/arch/mips/ ! |
D | Kbuild.platforms | 7 platform-$(CONFIG_BCM47XX) += bcm47xx/
|
/linux-6.12.1/Documentation/devicetree/bindings/bus/ ! |
D | brcm,bus-axi.txt | 12 BCM47xx/BCM53xx ARM SoCs. To assign IRQ numbers to the cores, provide
|
/linux-6.12.1/drivers/mtd/nand/raw/bcm47xxnflash/ ! |
D | main.c | 3 * BCM47XX NAND flash driver
|
/linux-6.12.1/drivers/bcma/ ! |
D | Kconfig | 37 BCM47XX line.
|
/linux-6.12.1/arch/mips/pci/ ! |
D | Makefile | 17 obj-$(CONFIG_BCM47XX) += pci-bcm47xx.o
|
/linux-6.12.1/drivers/ssb/ ! |
D | Kconfig | 89 for some Broadcom SoCs from the BCM47xx and BCM53xx lines.
|
12