Searched full:ath79 (Results 1 – 25 of 36) sorted by relevance
12
| /linux/arch/mips/ath79/ |
| H A 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>
|
| H A 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()
|
| H A D | common.c | 17 #include <asm/mach-ath79/ath79.h> 18 #include <asm/mach-ath79/ar71xx_regs.h>
|
| H A 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>
|
| H A D | Platform | 5 cflags-$(CONFIG_ATH79) += -I$(srctree)/arch/mips/include/asm/mach-ath79
|
| H A D | Kconfig | 2 if ATH79
|
| /linux/Documentation/devicetree/bindings/clock/ |
| H A D | qca,ath79-pll.yaml | 4 $id: http://devicetree.org/schemas/clock/qca,ath79-pll.yaml# 7 title: Qualcomm Atheros ATH79 PLL controller
|
| /linux/drivers/net/ethernet/atheros/ |
| H A D | Kconfig | 9 depends on PCI || ATH79 || COMPILE_TEST 22 depends on ATH79 || COMPILE_TEST
|
| /linux/drivers/phy/qualcomm/ |
| H A D | phy-ath79-usb.c | 102 .name = "ath79-usb-phy", 107 MODULE_DESCRIPTION("ATH79 USB PHY driver");
|
| H A D | Makefile | 2 obj-$(CONFIG_PHY_ATH79_USB) += phy-ath79-usb.o
|
| /linux/drivers/irqchip/ |
| H A D | irq-ath79-cpu.c | 18 #include <asm/mach-ath79/ath79.h>
|
| /linux/arch/mips/pci/ |
| H A D | pci-ar724x.c | 14 #include <asm/mach-ath79/ath79.h> 15 #include <asm/mach-ath79/ar71xx_regs.h>
|
| H A D | pci-ar71xx.c | 21 #include <asm/mach-ath79/ar71xx_regs.h> 22 #include <asm/mach-ath79/ath79.h>
|
| H A D | Makefile | 28 obj-$(CONFIG_ATH79) += fixup-ath79.o
|
| /linux/arch/mips/boot/compressed/ |
| H A D | uart-ath79.c | 2 #include "../../ath79/early_printk.c"
|
| /linux/drivers/watchdog/ |
| H A D | ath79_wdt.c | 36 #define DRIVER_NAME "ath79-wdt" 180 .identity = "ATH79 watchdog",
|
| /linux/Documentation/devicetree/bindings/spi/ |
| H A D | qca,ar934x-spi.yaml | 36 #include <dt-bindings/clock/ath79-clk.h>
|
| /linux/drivers/gpio/ |
| H A D | gpio-ath79.c | 169 .name = "gpio-ath79", 284 .name = "ath79-gpio",
|
| /linux/Documentation/devicetree/bindings/memory-controllers/ |
| H A D | qca,ath79-ddr-controller.yaml | 4 $id: http://devicetree.org/schemas/memory-controllers/qca,ath79-ddr-controller.yaml#
|
| /linux/arch/mips/ |
| H A D | Kbuild.platforms | 6 platform-$(CONFIG_ATH79) += ath79/
|
| /linux/Documentation/devicetree/bindings/interrupt-controller/ |
| H A D | qca,ar7100-cpu-intc.yaml | 7 title: Qualcomm Atheros ath79 CPU interrupt controller
|
| /linux/Documentation/devicetree/bindings/mtd/partitions/ |
| H A D | simple-partition.yaml | 38 and DCH-M225, as well as in WD and NEC routers on the ath79 (MIPS),
|
| /linux/drivers/reset/ |
| H A D | Kconfig | 34 default ATH79 36 This enables the ATH79 reset controller driver that supports the
|
| H A D | Makefile | 11 obj-$(CONFIG_RESET_ATH79) += reset-ath79.o
|
| H A D | reset-ath79.c | 129 .name = "ath79-reset",
|
12