Searched full:ath79 (Results 1 – 25 of 41) sorted by relevance
12
| /Linux-v6.6/arch/mips/ath79/ |
| D | early_printk.c | 16 #include <asm/mach-ath79/ath79.h> 17 #include <asm/mach-ath79/ar71xx_regs.h> 18 #include <asm/mach-ath79/ar933x_uart.h>
|
| D | setup.c | 29 #include <asm/mach-ath79/ath79.h> 30 #include <asm/mach-ath79/ar71xx_regs.h> 184 panic("ath79: unknown SoC, id:0x%08x", id); in ath79_detect_sys_type()
|
| D | common.c | 17 #include <asm/mach-ath79/ath79.h> 18 #include <asm/mach-ath79/ar71xx_regs.h>
|
| D | Platform | 5 cflags-$(CONFIG_ATH79) += -I$(srctree)/arch/mips/include/asm/mach-ath79
|
| D | Kconfig | 2 if ATH79
|
| D | clock.c | 20 #include <dt-bindings/clock/ath79-clk.h> 24 #include <asm/mach-ath79/ath79.h> 25 #include <asm/mach-ath79/ar71xx_regs.h>
|
| /Linux-v6.6/drivers/net/ethernet/atheros/ |
| D | Kconfig | 9 depends on (PCI || ATH79) 22 depends on ATH79
|
| /Linux-v6.6/drivers/phy/qualcomm/ |
| D | phy-ath79-usb.c | 102 .name = "ath79-usb-phy", 107 MODULE_DESCRIPTION("ATH79 USB PHY driver");
|
| D | Makefile | 2 obj-$(CONFIG_PHY_ATH79_USB) += phy-ath79-usb.o
|
| /Linux-v6.6/drivers/irqchip/ |
| D | irq-ath79-cpu.c | 18 #include <asm/mach-ath79/ath79.h>
|
| D | Makefile | 6 obj-$(CONFIG_ATH79) += irq-ath79-cpu.o 7 obj-$(CONFIG_ATH79) += irq-ath79-misc.o
|
| /Linux-v6.6/drivers/gpio/ |
| D | gpio-ath79.c | 13 #include <linux/platform_data/gpio-ath79.h> 176 .name = "gpio-ath79", 299 .name = "ath79-gpio",
|
| /Linux-v6.6/arch/mips/boot/compressed/ |
| D | uart-ath79.c | 2 #include "../../ath79/early_printk.c"
|
| /Linux-v6.6/arch/mips/pci/ |
| D | pci-ar724x.c | 14 #include <asm/mach-ath79/ath79.h> 15 #include <asm/mach-ath79/ar71xx_regs.h>
|
| D | pci-ar71xx.c | 21 #include <asm/mach-ath79/ar71xx_regs.h> 22 #include <asm/mach-ath79/ath79.h>
|
| D | Makefile | 28 obj-$(CONFIG_ATH79) += fixup-ath79.o
|
| /Linux-v6.6/Documentation/devicetree/bindings/spi/ |
| D | qca,ar934x-spi.yaml | 36 #include <dt-bindings/clock/ath79-clk.h>
|
| /Linux-v6.6/Documentation/devicetree/bindings/mtd/partitions/ |
| D | seama.yaml | 12 DIR890L and DCH-M225, as well as in WD and NEC routers on the ath79
|
| /Linux-v6.6/drivers/reset/ |
| D | Kconfig | 27 default ATH79 29 This enables the ATH79 reset controller driver that supports the
|
| D | Makefile | 8 obj-$(CONFIG_RESET_ATH79) += reset-ath79.o
|
| D | reset-ath79.c | 129 .name = "ath79-reset",
|
| /Linux-v6.6/drivers/watchdog/ |
| D | ath79_wdt.c | 36 #define DRIVER_NAME "ath79-wdt" 180 .identity = "ATH79 watchdog",
|
| /Linux-v6.6/arch/mips/ |
| D | Kbuild.platforms | 7 platform-$(CONFIG_ATH79) += ath79/
|
| /Linux-v6.6/Documentation/devicetree/bindings/memory-controllers/ |
| D | qca,ath79-ddr-controller.yaml | 4 $id: http://devicetree.org/schemas/memory-controllers/qca,ath79-ddr-controller.yaml#
|
| /Linux-v6.6/arch/mips/boot/dts/qca/ |
| D | ar9132.dtsi | 2 #include <dt-bindings/clock/ath79-clk.h>
|
12