Searched full:bcm63xx (Results 1 – 25 of 91) sorted by relevance
1234
/Linux-v6.1/Documentation/devicetree/bindings/sound/ |
D | brcm,bcm63xx-audio.txt | 1 Broadcom DSL/PON BCM63xx Audio I2S controller 4 - compatible: Should be "brcm,bcm63xx-i2s". 21 i2s: bcm63xx-i2s { 24 compatible = "brcm,bcm63xx-i2s";
|
/Linux-v6.1/arch/mips/pci/ |
D | pci-bcm63xx.c | 19 #include "pci-bcm63xx.h" 28 .name = "bcm63xx PCI memory space", 35 .name = "bcm63xx PCI IO space", 58 .name = "bcm63xx Cardbus memory space", 65 .name = "bcm63xx Cardbus IO space", 79 .name = "bcm63xx PCIe memory space", 86 .name = "bcm63xx PCIe IO space", 284 printk(KERN_WARNING "bcm63xx: this CPU " in bcm63xx_register_pci() 327 "bcm63xx PCI IO space"); in bcm63xx_register_pci()
|
D | Makefile | 18 obj-$(CONFIG_BCM63XX) += pci-bcm63xx.o fixup-bcm63xx.o \ 19 ops-bcm63xx.o
|
D | pci-bcm63xx.h | 22 * defined in ops-bcm63xx.c 29 * defined in pci-bcm63xx.c
|
/Linux-v6.1/drivers/clk/bcm/ |
D | Kconfig | 24 bool "Broadcom BCM63xx clock support" 29 Enable common clock framework support for Broadcom BCM63xx DSL SoCs 33 bool "Broadcom BCM63xx gated clock support" 37 Enable common clock framework support for Broadcom BCM63xx DSL SoCs
|
D | Makefile | 2 obj-$(CONFIG_CLK_BCM_63XX) += clk-bcm63xx.o 3 obj-$(CONFIG_CLK_BCM_63XX_GATE) += clk-bcm63xx-gate.o
|
/Linux-v6.1/sound/soc/bcm/ |
D | Makefile | 12 # BCM63XX Platform Support 13 snd-soc-63xx-objs := bcm63xx-i2s-whistler.o bcm63xx-pcm-whistler.o
|
D | bcm63xx-i2s-whistler.c | 2 // linux/sound/bcm/bcm63xx-i2s-whistler.c 3 // BCM63xx whistler i2s driver 14 #include "bcm63xx-i2s.h" 220 .name = "bcm63xx", 300 {.compatible = "brcm,bcm63xx-i2s"},
|
D | bcm63xx-pcm-whistler.c | 2 // linux/sound/bcm/bcm63xx-pcm-whistler.c 3 // BCM63xx whistler pcm interface 15 #include "bcm63xx-i2s.h"
|
/Linux-v6.1/drivers/net/dsa/b53/ |
D | Kconfig | 10 BCM5325E, BCM5365, BCM539x, BCM53115 and BCM53125 as well as BCM63XX 28 default BCM63XX || BMIPS_GENERIC 30 Select to enable support for memory-mapped switches like the BCM63XX
|
/Linux-v6.1/drivers/mtd/nand/raw/brcmnand/ |
D | Kconfig | 13 tristate "Broadcom BCM63xx NAND controller glue" 14 default BCM63XX 17 on Broadcom BCM63xx MIPS-based DSL platforms.
|
/Linux-v6.1/arch/mips/bcm63xx/ |
D | Platform | 2 # Broadcom BCM63XX boards 5 -I$(srctree)/arch/mips/include/asm/mach-bcm63xx/
|
D | Kconfig | 3 depends on BCM63XX 45 source "arch/mips/bcm63xx/boards/Kconfig"
|
/Linux-v6.1/drivers/soc/bcm/bcm63xx/ |
D | Kconfig | 5 bool "BCM63xx power domain driver" 9 This enables support for the BCM63xx power domains controller on
|
D | Makefile | 2 obj-$(CONFIG_BCM63XX_POWER) += bcm63xx-power.o
|
/Linux-v6.1/drivers/mtd/parsers/ |
D | Kconfig | 15 bool "BCM63XX CFE partitioning parser" 16 depends on BCM63XX || BMIPS_GENERIC || COMPILE_TEST 20 This provides partition parsing for BCM63xx devices with CFE 101 depends on BCM63XX || BMIPS_GENERIC || COMPILE_TEST
|
D | bcm63xxpart.c | 3 * BCM63XX CFE image tag parser 172 MODULE_DESCRIPTION("MTD partitioning for BCM63XX CFE bootloaders");
|
/Linux-v6.1/Documentation/devicetree/bindings/power/ |
D | brcm,bcm63xx-power.yaml | 4 $id: http://devicetree.org/schemas/power/brcm,bcm63xx-power.yaml# 7 title: BCM63xx power domain driver
|
/Linux-v6.1/Documentation/devicetree/bindings/phy/ |
D | brcm,bcm63xx-usbh-phy.yaml | 4 $id: "http://devicetree.org/schemas/phy/brcm,bcm63xx-usbh-phy.yaml#" 7 title: BCM63xx USBH PHY
|
/Linux-v6.1/Documentation/devicetree/bindings/gpio/ |
D | brcm,bcm6345-gpio.yaml | 14 Bindings for Broadcom's BCM63xx memory-mapped GPIO controllers. 16 These bindings can be used on any BCM63xx SoC. However, BCM6338 and BCM6345
|
/Linux-v6.1/drivers/net/ethernet/broadcom/ |
D | Kconfig | 9 depends on (SSB_POSSIBLE && HAS_DMA) || PCI || BCM63XX || \ 64 depends on BCM63XX 69 MIPS chipset family (BCM63XX).
|
/Linux-v6.1/drivers/phy/broadcom/ |
D | Kconfig | 8 tristate "BCM63xx USBH PHY driver" 12 Enable this to support the BCM63xx USBH PHY driver.
|
/Linux-v6.1/drivers/net/phy/ |
D | bcm63xx.c | 76 .name = "Broadcom BCM63XX (1)", 86 .name = "Broadcom BCM63XX (2)",
|
/Linux-v6.1/drivers/pinctrl/bcm/ |
D | pinctrl-bcm63xx.c | 3 * Driver for BCM63xx GPIO unit (pinctrl + GPIO) 15 #include "pinctrl-bcm63xx.h"
|
/Linux-v6.1/arch/mips/bcm63xx/boards/ |
D | Kconfig | 4 depends on BCM63XX
|
1234