/linux/Documentation/devicetree/bindings/timer/ |
H A D | econet,en751221-timer.yaml | 4 $id: http://devicetree.org/schemas/timer/econet,en751221-timer.yaml# 7 title: EcoNet EN751221 High Precision Timer (HPT) 13 The EcoNet High Precision Timer (HPT) is a timer peripheral found in various 14 EcoNet SoCs, including the EN751221 and EN751627 families. It provides per-VPE 21 - const: econet,en751221-timer 23 - const: econet,en751627-timer 24 - const: econet,en751221-timer 48 const: econet,en751627-timer 66 compatible = "econet,en751627-timer", "econet,en751221-timer"; 74 compatible = "econet,en751221-timer";
|
/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | econet,en751221-intc.yaml | 4 $id: http://devicetree.org/schemas/interrupt-controller/econet,en751221-intc.yaml# 7 title: EcoNet EN751221 Interrupt Controller 13 The EcoNet EN751221 Interrupt Controller is a simple interrupt controller 26 const: econet,en751221-intc 40 econet,shadow-interrupts: 67 compatible = "econet,en751221-intc"; 76 econet,shadow-interrupts = <7 2>, <8 3>, <13 12>, <30 29>;
|
/linux/Documentation/devicetree/bindings/mips/ |
H A D | econet.yaml | 4 $id: http://devicetree.org/schemas/mips/econet.yaml# 7 title: EcoNet MIPS SoCs 18 - description: Boards with EcoNet EN751221 family SoC 22 - const: econet,en751221
|
/linux/arch/mips/boot/dts/econet/ |
H A D | en751221.dtsi | 5 compatible = "econet,en751221"; 34 compatible = "econet,en751221-intc"; 41 econet,shadow-interrupts = <7 2>, <8 3>, <13 12>, <30 29>; 60 compatible = "econet,en751221-timer";
|
H A D | en751221_smartfiber_xp8421-b.dts | 8 compatible = "smartfiber,xp8421-b", "econet,en751221";
|
/linux/arch/mips/econet/ |
H A D | Kconfig | 2 if ECONET 5 prompt "EcoNet SoC selection" 8 Select EcoNet MIPS SoC type. Individual SoCs within a family are
|
H A D | init.c | 3 * EcoNet setup code 64 return "EcoNet-EN75xx"; in get_system_type()
|
H A D | Platform | 1 # To address a 7.2MB kernel size limit in the EcoNet SDK bootloader,
|
/linux/drivers/clocksource/ |
H A D | timer-econet-en751221.c | 3 * Timer present on EcoNet EN75xx MIPS based SoCs. 162 "clockevents/econet/timer:starting", in cevt_init() 216 TIMER_OF_DECLARE(econet_timer_hpt, "econet,en751221-timer", timer_init);
|
H A D | Kconfig | 77 bool "EcoNet EN751221 High Precision Timer" if COMPILE_TEST 82 Support for CPU timer found on EcoNet MIPS based SoCs.
|
H A D | Makefile | 20 obj-$(CONFIG_ECONET_EN751221_TIMER) += timer-econet-en751221.o
|
/linux/drivers/irqchip/ |
H A D | irq-econet-en751221.c | 5 * The EcoNet EN751221 Interrupt Controller is a simple interrupt controller 15 * reflects this by adding the pair <30 29> to the "econet,shadow-interrupts" 194 const char *field = "econet,shadow-interrupts"; in get_shadow_interrupts() 310 IRQCHIP_DECLARE(econet_en751221_intc, "econet,en751221-intc", econet_intc_of_init);
|
/linux/arch/mips/boot/dts/ |
H A D | Makefile | 4 subdir-$(CONFIG_ECONET) += econet
|
/linux/arch/mips/ |
H A D | Kbuild.platforms | 14 platform-$(CONFIG_ECONET) += econet/
|
H A D | Kconfig | 392 config ECONET config in Machine selection""choicec8c6c30c0104 393 bool "EcoNet MIPS family" 411 EcoNet EN75xx MIPS devices are big endian MIPS machines used 415 to as "EcoNet", this family is for MIPS based devices only. 1065 source "arch/mips/econet/Kconfig"
|
/linux/include/uapi/linux/ |
H A D | if_arp.h | 80 #define ARPHRD_ECONET 782 /* Acorn Econet */
|
H A D | if_ether.h | 147 #define ETH_P_ECONET 0x0018 /* Acorn Econet */
|
/linux/include/linux/ |
H A D | socket.h | 211 #define AF_ECONET 19 /* Acorn Econet */
|
/linux/tools/perf/trace/beauty/include/linux/ |
H A D | socket.h | 211 #define AF_ECONET 19 /* Acorn Econet */
|
/linux/ |
H A D | MAINTAINERS | 8824 ECONET MIPS PLATFORM 8828 F: Documentation/devicetree/bindings/interrupt-controller/econet,en751221-intc.yaml 8829 F: Documentation/devicetree/bindings/mips/econet.yaml 8830 F: Documentation/devicetree/bindings/timer/econet,en751221-timer.yaml 8831 F: arch/mips/boot/dts/econet/ 8832 F: arch/mips/econet/ 8833 F: drivers/clocksource/timer-econet-en751221.c 8834 F: drivers/irqchip/irq-econet-en751221.c
|