Searched full:ezchip (Results 1 – 25 of 31) sorted by relevance
12
/Linux-v5.4/arch/arc/plat-eznps/ |
D | Kconfig | 8 bool "\"EZchip\" ARC dev platform" 14 Support for EZchip development platforms, 22 bool "ARC-EZchip MTM Extensions" 38 bool "ARC-EZchip Memory error as an exception" 49 bool "ARC-EZchip Shared Auxiliary Registers Per Core"
|
D | platform.c | 3 * Copyright(c) 2015 EZchip Technologies. 84 "ezchip,arc-nps",
|
D | ctop.c | 3 * Copyright(c) 2015 EZchip Technologies.
|
D | entry.S | 5 Copyright(c) 2012 EZchip Technologies.
|
D | smp.c | 3 * Copyright(c) 2015 EZchip Technologies.
|
D | mtm.c | 3 * Copyright(c) 2015 EZchip Technologies.
|
/Linux-v5.4/arch/arc/boot/dts/ |
D | eznps.dts | 3 * Copyright(c) 2015 EZchip Technologies. 9 compatible = "ezchip,arc-nps"; 46 compatible = "ezchip,nps400-ic"; 58 compatible = "ezchip,nps400-timer"; 77 compatible = "ezchip,nps-mgt-enet";
|
D | nsimosci.dts | 79 compatible = "ezchip,nps-mgt-enet";
|
D | nsimosci_hs.dts | 79 compatible = "ezchip,nps-mgt-enet";
|
D | nsimosci_hs_idu.dts | 86 compatible = "ezchip,nps-mgt-enet";
|
/Linux-v5.4/drivers/net/ethernet/ezchip/ |
D | Kconfig | 3 # EZchip network device configuration 7 bool "EZchip devices" 14 the questions about EZchip devices. If you say Y, you will be asked for 20 tristate "EZchip NPS management enet support"
|
D | nps_enet.h | 3 * Copyright(c) 2015 EZchip Technologies. 171 * @priv: Pointer to EZchip ENET private data structure. 183 * @priv: Pointer to EZchip ENET private data structure.
|
D | nps_enet.c | 3 * Copyright(c) 2015 EZchip Technologies. 216 * EZchip ENET has 2 interrupt causes, and depending on bits raised in 655 { .compatible = "ezchip,nps-mgt-enet" }, 671 MODULE_AUTHOR("EZchip Semiconductor");
|
/Linux-v5.4/Documentation/devicetree/bindings/timer/ |
D | ezchip,nps400-timer1.txt | 5 - compatible : should be "ezchip,nps400-timer1" 7 Clocks required for compatible = "ezchip,nps400-timer1": 13 compatible = "ezchip,nps400-timer1";
|
D | ezchip,nps400-timer0.txt | 5 - compatible : should be "ezchip,nps400-timer0" 7 Clocks required for compatible = "ezchip,nps400-timer0": 14 compatible = "ezchip,nps400-timer0";
|
/Linux-v5.4/Documentation/devicetree/bindings/interrupt-controller/ |
D | ezchip,nps400-ic.txt | 1 EZchip NPS Interrupt Controller 5 - compatible : should be "ezchip,nps400-ic" 14 compatible = "ezchip,nps400-ic";
|
/Linux-v5.4/Documentation/devicetree/bindings/net/ |
D | ezchip_enet.txt | 1 * EZchip NPS Management Ethernet port driver 4 - compatible: Should be "ezchip,nps-mgt-enet" 11 compatible = "ezchip,nps-mgt-enet";
|
/Linux-v5.4/Documentation/devicetree/bindings/arc/ |
D | eznps.txt | 1 EZchip NPS Network Processor Platforms Device Tree Bindings 7 - compatible = "ezchip,arc-nps";
|
/Linux-v5.4/drivers/clocksource/ |
D | timer-nps.c | 113 TIMER_OF_DECLARE(ezchip_nps400_clksrc, "ezchip,nps400-timer", 115 TIMER_OF_DECLARE(ezchip_nps400_clk_src, "ezchip,nps400-timer1", 282 TIMER_OF_DECLARE(ezchip_nps400_clk_evt, "ezchip,nps400-timer0",
|
/Linux-v5.4/arch/arc/plat-eznps/include/plat/ |
D | ctop.h | 3 * Copyright(c) 2015 EZchip Technologies. 40 /* EZchip core instructions */
|
D | smp.h | 3 * Copyright(c) 2015 EZchip Technologies.
|
D | mtm.h | 3 * Copyright(c) 2015 EZchip Technologies.
|
/Linux-v5.4/arch/arc/kernel/ |
D | devtree.c | 32 else if (of_flat_dt_is_compatible(dt_root, "ezchip,arc-nps")) in arc_set_early_base_baud()
|
/Linux-v5.4/drivers/irqchip/ |
D | irq-eznps.c | 165 IRQCHIP_DECLARE(ezchip_nps400_ic, "ezchip,nps400-ic", nps400_of_init);
|
/Linux-v5.4/drivers/net/ethernet/ |
D | Makefile | 38 obj-$(CONFIG_NET_VENDOR_EZCHIP) += ezchip/
|
12