Home
last modified time | relevance | path

Searched full:calxeda (Results 1 – 25 of 99) sorted by relevance

1234

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/ata/
Dsata_highbank.yaml7 title: Calxeda AHCI SATA Controller
10 The Calxeda SATA controller mostly conforms to the AHCI interface
19 const: calxeda,hb-ahci
29 calxeda,pre-clocks:
35 calxeda,post-clocks:
41 calxeda,led-order:
47 calxeda,port-phys:
55 calxeda,tx-atten:
63 calxeda,sgpio-gpio:
79 compatible = "calxeda,hb-ahci";
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/ata/
Dsata_highbank.yaml7 title: Calxeda AHCI SATA Controller
10 The Calxeda SATA controller mostly conforms to the AHCI interface
19 const: calxeda,hb-ahci
29 calxeda,pre-clocks:
35 calxeda,post-clocks:
41 calxeda,led-order:
47 calxeda,port-phys:
57 calxeda,tx-atten:
65 calxeda,sgpio-gpio:
82 compatible = "calxeda,hb-ahci";
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/clock/
Dcalxeda.yaml4 $id: http://devicetree.org/schemas/clock/calxeda.yaml#
7 title: Calxeda highbank platform Clock Controller
10 This binding covers the Calxeda SoC internal peripheral and bus clocks
24 - calxeda,hb-pll-clock
25 - calxeda,hb-a9periph-clock
26 - calxeda,hb-a9bus-clock
27 - calxeda,hb-emmc-clock
46 compatible = "calxeda,hb-sregs";
61 compatible = "calxeda,hb-pll-clock";
68 compatible = "calxeda,hb-pll-clock";
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/
Dcalxeda.yaml4 $id: http://devicetree.org/schemas/clock/calxeda.yaml#
7 title: Device Tree Clock bindings for Calxeda highbank platform
10 This binding covers the Calxeda SoC internal peripheral and bus clocks
24 - calxeda,hb-pll-clock
25 - calxeda,hb-a9periph-clock
26 - calxeda,hb-a9bus-clock
27 - calxeda,hb-emmc-clock
46 compatible = "calxeda,hb-sregs";
61 compatible = "calxeda,hb-pll-clock";
68 compatible = "calxeda,hb-pll-clock";
[all …]
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Decx-common.dtsi3 * Copyright 2011-2012 Calxeda, Inc.
26 compatible = "calxeda,hb-ahci";
30 calxeda,port-phys = < &combophy5 0>, <&combophy0 0>,
33 calxeda,sgpio-gpio =<&gpioh 5 1>, <&gpioh 6 1>,
35 calxeda,led-order = <4 0 1 2 3>;
39 compatible = "calxeda,hb-sdhci";
132 compatible = "calxeda,hb-sregs";
147 compatible = "calxeda,hb-pll-clock";
154 compatible = "calxeda,hb-pll-clock";
161 compatible = "calxeda,hb-a9periph-clock";
[all …]
Dhighbank.dts3 * Copyright 2011-2012 Calxeda, Inc.
12 model = "Calxeda Highbank";
13 compatible = "calxeda,highbank";
108 compatible = "calxeda,hb-ddr-ctrl";
150 compatible = "calxeda,hb-sregs-l2-ecc";
/kernel/linux/linux-6.6/arch/arm/boot/dts/calxeda/
Decx-common.dtsi3 * Copyright 2011-2012 Calxeda, Inc.
26 compatible = "calxeda,hb-ahci";
30 calxeda,port-phys = < &combophy5 0>, <&combophy0 0>,
33 calxeda,sgpio-gpio =<&gpioh 5 1>, <&gpioh 6 1>,
35 calxeda,led-order = <4 0 1 2 3>;
39 compatible = "calxeda,hb-sdhci";
132 compatible = "calxeda,hb-sregs";
147 compatible = "calxeda,hb-pll-clock";
154 compatible = "calxeda,hb-pll-clock";
161 compatible = "calxeda,hb-a9periph-clock";
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/memory-controllers/
Dcalxeda-ddr-ctrlr.yaml4 $id: http://devicetree.org/schemas/memory-controllers/calxeda-ddr-ctrlr.yaml#
7 title: Calxeda DDR memory controller binding
10 The Calxeda DDR memory controller is initialised and programmed by the
20 - calxeda,hb-ddr-ctrl
21 - calxeda,ecx-2000-ddr-ctrl
39 compatible = "calxeda,hb-ddr-ctrl";
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/memory-controllers/
Dcalxeda-ddr-ctrlr.yaml4 $id: http://devicetree.org/schemas/memory-controllers/calxeda-ddr-ctrlr.yaml#
7 title: Calxeda DDR memory controller
10 The Calxeda DDR memory controller is initialised and programmed by the
20 - calxeda,hb-ddr-ctrl
21 - calxeda,ecx-2000-ddr-ctrl
39 compatible = "calxeda,hb-ddr-ctrl";
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/arm/
Dcalxeda.yaml4 $id: http://devicetree.org/schemas/arm/calxeda.yaml#
7 title: Calxeda Platforms
12 Bindings for boards with Calxeda Cortex-A9 based ECX-1000 (Highbank) SOC
21 - calxeda,highbank
22 - calxeda,ecx-2000
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/
Dcalxeda.yaml4 $id: http://devicetree.org/schemas/arm/calxeda.yaml#
7 title: Calxeda Platforms Device Tree Bindings
12 Bindings for boards with Calxeda Cortex-A9 based ECX-1000 (Highbank) SOC
21 - calxeda,highbank
22 - calxeda,ecx-2000
/kernel/linux/linux-6.6/drivers/cpufreq/
Dhighbank-cpufreq.c3 * Copyright (C) 2012 Calxeda, Inc.
66 if ((!of_machine_is_compatible("calxeda,highbank")) && in hb_cpufreq_driver_init()
67 (!of_machine_is_compatible("calxeda,ecx-2000"))) in hb_cpufreq_driver_init()
105 { .compatible = "calxeda,highbank" },
106 { .compatible = "calxeda,ecx-2000" },
111 MODULE_AUTHOR("Mark Langsdorf <mark.langsdorf@calxeda.com>");
112 MODULE_DESCRIPTION("Calxeda Highbank cpufreq driver");
/kernel/linux/linux-5.10/drivers/cpufreq/
Dhighbank-cpufreq.c3 * Copyright (C) 2012 Calxeda, Inc.
66 if ((!of_machine_is_compatible("calxeda,highbank")) && in hb_cpufreq_driver_init()
67 (!of_machine_is_compatible("calxeda,ecx-2000"))) in hb_cpufreq_driver_init()
105 { .compatible = "calxeda,highbank" },
106 { .compatible = "calxeda,ecx-2000" },
111 MODULE_AUTHOR("Mark Langsdorf <mark.langsdorf@calxeda.com>");
112 MODULE_DESCRIPTION("Calxeda Highbank cpufreq driver");
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/arm/calxeda/
Dl2ecc.yaml4 $id: http://devicetree.org/schemas/arm/calxeda/l2ecc.yaml#
7 title: Calxeda Highbank L2 cache ECC
10 Binding for the Calxeda Highbank L2 cache controller ECC device.
19 const: "calxeda,hb-sregs-l2-ecc"
39 compatible = "calxeda,hb-sregs-l2-ecc";
Dhb-sregs.yaml4 $id: http://devicetree.org/schemas/arm/calxeda/hb-sregs.yaml#
7 title: Calxeda Highbank system registers
10 The Calxeda Highbank system has a block of MMIO registers controlling
19 const: calxeda,hb-sregs
36 compatible = "calxeda,hb-sregs";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/calxeda/
Dl2ecc.yaml4 $id: http://devicetree.org/schemas/arm/calxeda/l2ecc.yaml#
7 title: Calxeda Highbank L2 cache ECC
10 Binding for the Calxeda Highbank L2 cache controller ECC device.
19 const: "calxeda,hb-sregs-l2-ecc"
39 compatible = "calxeda,hb-sregs-l2-ecc";
Dhb-sregs.yaml4 $id: http://devicetree.org/schemas/arm/calxeda/hb-sregs.yaml#
7 title: Calxeda Highbank system registers
10 The Calxeda Highbank system has a block of MMIO registers controlling
19 const: calxeda,hb-sregs
36 compatible = "calxeda,hb-sregs";
/kernel/linux/linux-5.10/arch/arm/mach-highbank/
Dhighbank.c3 * Copyright 2010-2011 Calxeda, Inc.
78 if (of_device_is_compatible(dev->of_node, "calxeda,hb-ahci")) in highbank_platform_notifier()
80 else if (of_device_is_compatible(dev->of_node, "calxeda,hb-sdhci")) in highbank_platform_notifier()
84 else if (of_device_is_compatible(dev->of_node, "calxeda,hb-xgmac")) { in highbank_platform_notifier()
116 .name = "cpuidle-calxeda",
142 np = of_find_compatible_node(NULL, NULL, "calxeda,hb-sregs"); in highbank_init()
159 "calxeda,highbank",
160 "calxeda,ecx-2000",
/kernel/linux/linux-6.6/arch/arm/mach-highbank/
Dhighbank.c3 * Copyright 2010-2011 Calxeda, Inc.
78 if (of_device_is_compatible(dev->of_node, "calxeda,hb-ahci")) in highbank_platform_notifier()
80 else if (of_device_is_compatible(dev->of_node, "calxeda,hb-sdhci")) in highbank_platform_notifier()
84 else if (of_device_is_compatible(dev->of_node, "calxeda,hb-xgmac")) { in highbank_platform_notifier()
116 .name = "cpuidle-calxeda",
142 np = of_find_compatible_node(NULL, NULL, "calxeda,hb-sregs"); in highbank_init()
159 "calxeda,highbank",
160 "calxeda,ecx-2000",
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/phy/
Dcalxeda-combophy.yaml4 $id: http://devicetree.org/schemas/phy/calxeda-combophy.yaml#
7 title: Calxeda Highbank Combination PHYs for SATA
10 The Calxeda Combination PHYs connect the SoC to the internal fabric
22 const: calxeda,hb-combophy
46 compatible = "calxeda,hb-combophy";
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/net/
Dcalxeda-xgmac.yaml4 $id: http://devicetree.org/schemas/net/calxeda-xgmac.yaml#
7 title: Calxeda Highbank 10Gb XGMAC Ethernet controller
10 The Calxeda XGMAC Ethernet controllers are directly connected to the
21 const: calxeda,hb-xgmac
46 compatible = "calxeda,hb-xgmac";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/
Dcalxeda-xgmac.yaml4 $id: http://devicetree.org/schemas/net/calxeda-xgmac.yaml#
7 title: Calxeda Highbank 10Gb XGMAC Ethernet controller
10 The Calxeda XGMAC Ethernet controllers are directly connected to the
21 const: calxeda,hb-xgmac
46 compatible = "calxeda,hb-xgmac";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/
Dcalxeda-combophy.yaml4 $id: http://devicetree.org/schemas/phy/calxeda-combophy.yaml#
7 title: Calxeda Highbank Combination PHYs binding for SATA
10 The Calxeda Combination PHYs connect the SoC to the internal fabric
22 const: calxeda,hb-combophy
46 compatible = "calxeda,hb-combophy";
/kernel/linux/linux-5.10/drivers/vfio/platform/reset/
Dvfio_platform_calxedaxgmac.c3 * VFIO platform driver specialized for Calxeda xgmac reset
4 * reset code is inherited from calxeda xgmac native driver
6 * Copyright 2010-2011 Calxeda, Inc.
20 #define DRIVER_DESC "Reset support for Calxeda xgmac vfio platform device"
69 module_vfio_reset_handler("calxeda,hb-xgmac", vfio_platform_calxedaxgmac_reset);
/kernel/linux/linux-6.6/drivers/vfio/platform/reset/
Dvfio_platform_calxedaxgmac.c3 * VFIO platform driver specialized for Calxeda xgmac reset
4 * reset code is inherited from calxeda xgmac native driver
6 * Copyright 2010-2011 Calxeda, Inc.
20 #define DRIVER_DESC "Reset support for Calxeda xgmac vfio platform device"
69 module_vfio_reset_handler("calxeda,hb-xgmac", vfio_platform_calxedaxgmac_reset);

1234