Searched full:ath79 (Results 1 – 25 of 38) 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 | Platform | 5 cflags-$(CONFIG_ATH79) += -I$(srctree)/arch/mips/include/asm/mach-ath79
|
H A D | Kconfig | 2 if ATH79
|
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>
|
/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
|
H A D | Kconfig | 7 depends on OF && (ATH79 || COMPILE_TEST)
|
/linux/drivers/irqchip/ |
H A D | irq-ath79-cpu.c | 18 #include <asm/mach-ath79/ath79.h>
|
H A D | Makefile | 6 obj-$(CONFIG_ATH79) += irq-ath79-cpu.o 7 obj-$(CONFIG_ATH79) += irq-ath79-misc.o
|
/linux/arch/mips/boot/compressed/ |
H A D | uart-ath79.c | 2 #include "../../ath79/early_printk.c"
|
/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/Documentation/devicetree/bindings/spi/ |
H A D | qca,ar934x-spi.yaml | 36 #include <dt-bindings/clock/ath79-clk.h>
|
/linux/Documentation/devicetree/bindings/mtd/partitions/ |
H A D | seama.yaml | 12 DIR890L and DCH-M225, as well as in WD and NEC routers on the ath79
|
/linux/drivers/gpio/ |
H A D | gpio-ath79.c | 176 .name = "gpio-ath79", 288 .name = "ath79-gpio",
|
/linux/arch/mips/ |
H A D | Kbuild.platforms | 6 platform-$(CONFIG_ATH79) += ath79/
|
/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/drivers/reset/ |
H A D | Kconfig | 27 default ATH79 29 This enables the ATH79 reset controller driver that supports the
|
H A D | Makefile | 8 obj-$(CONFIG_RESET_ATH79) += reset-ath79.o
|
H A D | reset-ath79.c | 129 .name = "ath79-reset",
|
/linux/arch/mips/boot/dts/qca/ |
H A D | ar9132.dtsi | 2 #include <dt-bindings/clock/ath79-clk.h>
|
12