Home
last modified time | relevance | path

Searched full:hix5hd2 (Results 1 – 18 of 18) sorted by relevance

/linux/Documentation/devicetree/bindings/i2c/
H A Dhisilicon,hix5hd2-i2c.yaml4 $id: http://devicetree.org/schemas/i2c/hisilicon,hix5hd2-i2c.yaml#
6 title: I2C for HiSilicon hix5hd2 chipset platform
17 - hisilicon,hix5hd2-i2c
42 #include <dt-bindings/clock/hix5hd2-clock.h>
45 compatible = "hisilicon,hix5hd2-i2c";
/linux/Documentation/devicetree/bindings/phy/
H A Dhisilicon,hix5hd2-sata-phy.yaml4 $id: http://devicetree.org/schemas/phy/hisilicon,hix5hd2-sata-phy.yaml#
7 title: HiSilicon hix5hd2 SATA PHY
14 const: hisilicon,hix5hd2-sata-phy
43 compatible = "hisilicon,hix5hd2-sata-phy";
/linux/arch/arm/boot/dts/hisilicon/
H A Dhisi-x5hd2.dtsi7 #include <dt-bindings/clock/hix5hd2-clock.h>
413 compatible = "hisilicon,hix5hd2-clock";
439 compatible = "hisilicon,hix5hd2-gmac", "hisilicon,hisi-gmac-v1";
448 compatible = "hisilicon,hix5hd2-gmac", "hisilicon,hisi-gmac-v1";
476 compatible = "hisilicon,hix5hd2-sata-phy";
491 compatible = "hisilicon,hix5hd2-ir";
499 compatible = "hisilicon,hix5hd2-i2c";
509 compatible = "hisilicon,hix5hd2-i2c";
519 compatible = "hisilicon,hix5hd2-i2c";
529 compatible = "hisilicon,hix5hd2-i2c";
[all …]
H A Dhisi-x5hd2-dkb.dts11 model = "Hisilicon HIX5HD2 Development Board";
12 compatible = "hisilicon,hix5hd2";
21 enable-method = "hisilicon,hix5hd2-smp";
/linux/Documentation/devicetree/bindings/media/
H A Dhix5hd2-ir.txt1 Device-Tree bindings for hix5hd2 ir IP
4 - compatible: Should contain "hisilicon,hix5hd2-ir", or:
21 compatible = "hisilicon,hix5hd2-ir";
/linux/Documentation/devicetree/bindings/arm/hisilicon/controller/
H A Dcpuctrl.yaml14 in CPU controller, especially in HIX5HD2 SoC.
39 const: hisilicon,hix5hd2-clock
69 compatible = "hisilicon,hix5hd2-clock";
/linux/drivers/phy/hisilicon/
H A Dphy-hix5hd2-sata.c171 {.compatible = "hisilicon,hix5hd2-sata-phy",},
179 .name = "hix5hd2-sata-phy",
186 MODULE_DESCRIPTION("HISILICON HIX5HD2 SATA PHY driver");
187 MODULE_ALIAS("platform:hix5hd2-sata-phy");
H A DKconfig66 tristate "HIX5HD2 SATA PHY Driver"
71 Support for SATA PHY on Hisilicon hix5hd2 Soc.
H A DMakefile8 obj-$(CONFIG_PHY_HIX5HD2_SATA) += phy-hix5hd2-sata.o
/linux/Documentation/devicetree/bindings/net/
H A Dhisilicon-hix5hd2-gmac.txt1 Hisilicon hix5hd2 gmac controller
5 * "hisilicon,hix5hd2-gmac"
11 The version v1 includes SoCs hix5hd2.
/linux/drivers/i2c/busses/
H A Di2c-hix5hd2.c428 strscpy(priv->adap.name, "hix5hd2-i2c", sizeof(priv->adap.name)); in hix5hd2_i2c_probe()
503 { .compatible = "hisilicon,hix5hd2-i2c" },
512 .name = "hix5hd2-i2c",
520 MODULE_DESCRIPTION("Hix5hd2 I2C Bus driver");
523 MODULE_ALIAS("platform:hix5hd2-i2c");
/linux/arch/arm64/boot/dts/hisilicon/
H A Dhi3798cv200.dtsi275 compatible = "hisilicon,hix5hd2-i2c";
286 compatible = "hisilicon,hix5hd2-i2c";
297 compatible = "hisilicon,hix5hd2-i2c";
308 compatible = "hisilicon,hix5hd2-i2c";
319 compatible = "hisilicon,hix5hd2-i2c";
591 compatible = "hisilicon,hix5hd2-ir";
/linux/drivers/net/ethernet/hisilicon/
H A DKconfig23 tristate "Hisilicon HIX5HD2 Family Network Device Support"
26 This selects the hix5hd2 mac family network device.
/linux/arch/arm/mach-hisi/
H A DKconfig56 Support for Hisilicon HIX5HD2 SoC family
H A Dplatsmp.c186 CPU_METHOD_OF_DECLARE(hix5hd2_smp, "hisilicon,hix5hd2-smp", &hix5hd2_smp_ops);
/linux/drivers/clk/hisilicon/
H A DMakefile10 obj-$(CONFIG_ARCH_HIX5HD2) += clk-hix5hd2.o
H A Dclk-hix5hd2.c8 #include <dt-bindings/clock/hix5hd2-clock.h>
319 CLK_OF_DECLARE(hix5hd2_clk, "hisilicon,hix5hd2-clock", hix5hd2_clk_init);
/linux/drivers/media/rc/
H A DMakefile32 obj-$(CONFIG_IR_HIX5HD2) += ir-hix5hd2.o