Home
last modified time | relevance | path

Searched full:lgm (Results 1 – 25 of 50) sorted by relevance

12

/openbmc/linux/Documentation/devicetree/bindings/dma/
H A Dintel,ldma.yaml19 - intel,lgm-cdma
20 - intel,lgm-dma2tx
21 - intel,lgm-dma1rx
22 - intel,lgm-dma1tx
23 - intel,lgm-dma0tx
24 - intel,lgm-dma3
25 - intel,lgm-toe-dma30
26 - intel,lgm-toe-dma31
92 compatible = "intel,lgm-cdma";
108 compatible = "intel,lgm-dma3";
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dintel,lgm-emmc-phy.yaml4 $id: http://devicetree.org/schemas/phy/intel,lgm-emmc-phy.yaml#
7 title: Intel Lightning Mountain(LGM) eMMC PHY
20 "intel,lgm-syscon", "syscon"
27 - intel,lgm-emmc-phy
54 compatible = "intel,lgm-syscon", "syscon";
60 compatible = "intel,lgm-emmc-phy";
H A Dintel,lgm-usb-phy.yaml4 $id: http://devicetree.org/schemas/phy/intel,lgm-usb-phy.yaml#
7 title: Intel LGM USB PHY
14 const: intel,lgm-usb-phy
50 compatible = "intel,lgm-usb-phy";
H A Dintel,combo-phy.yaml22 - const: intel,combophy-lgm
94 compatible = "intel,combophy-lgm", "intel,combo-phy";
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dintel,cgu-lgm.yaml4 $id: http://devicetree.org/schemas/clock/intel,cgu-lgm.yaml#
13 Lightning Mountain(LGM) SoC's Clock Generation Unit(CGU) driver provides
17 Please refer to include/dt-bindings/clock/intel,lgm-clk.h header file, it
23 const: intel,cgu-lgm
41 compatible = "intel,cgu-lgm";
/openbmc/linux/Documentation/devicetree/bindings/pwm/
H A Dintel,lgm-pwm.yaml4 $id: http://devicetree.org/schemas/pwm/intel,lgm-pwm.yaml#
7 title: LGM SoC PWM fan controller
17 const: intel,lgm-pwm
42 compatible = "intel,lgm-pwm";
/openbmc/linux/drivers/leds/blink/
H A DKconfig16 tristate "LED support for LGM SoC series"
21 Lightning Mountain (LGM) SoC. Lightning Mountain is a AnyWAN
29 Say 'Y' here if you are working on LGM SoC based platform. Otherwise,
31 will be called leds-lgm-sso.
H A DMakefile3 obj-$(CONFIG_LEDS_LGM) += leds-lgm-sso.o
H A Dleds-lgm-sso.c23 #define SSO_DEV_NAME "lgm-sso"
474 gc->label = "lgm-sso"; in sso_gpio_gc_init()
858 { .compatible = "intel,lgm-ssoled" },
868 .name = "lgm-ssoled",
/openbmc/linux/Documentation/devicetree/bindings/leds/
H A Dleds-lgm.yaml4 $id: http://devicetree.org/schemas/leds/leds-lgm.yaml#
7 title: Intel Lightning Mountain (LGM) SoC LED Serial Shift Output (SSO) Controller driver
15 const: intel,lgm-ssoled
102 #include <dt-bindings/clock/intel,lgm-clk.h>
106 compatible = "intel,lgm-ssoled";
/openbmc/linux/Documentation/devicetree/bindings/reset/
H A Dintel,rcu-gw.yaml15 - intel,rcu-lgm
38 For LGM SoC, reset cell count is 2 as bit offset in
53 compatible = "intel,rcu-lgm";
60 compatible = "intel,lgm-pwm";
/openbmc/linux/Documentation/devicetree/bindings/mtd/
H A Dintel,lgm-ebunand.yaml4 $id: http://devicetree.org/schemas/mtd/intel,lgm-ebunand.yaml#
7 title: Intel LGM SoC NAND Controller
17 const: intel,lgm-ebunand
69 compatible = "intel,lgm-ebunand";
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dintel,lgm-io.yaml4 $id: http://devicetree.org/schemas/pinctrl/intel,lgm-io.yaml#
18 const: intel,lgm-io
63 compatible = "intel,lgm-io";
/openbmc/linux/Documentation/devicetree/bindings/spi/
H A Dspi-lantiq-ssc.txt5 "intel,lgm-spi"
10 For compatible "intel,lgm-ssc" - the common interrupt number for
38 compatible = "intel,lgm-spi";
/openbmc/linux/drivers/clk/x86/
H A DKconfig6 bool "Clock driver for Lightning Mountain(LGM) platform"
9 Lightning Mountain(LGM) network processor SoC.
H A DMakefile4 obj-$(CONFIG_CLK_LGM_CGU) += clk-cgu.o clk-cgu-pll.o clk-lgm.o
/openbmc/linux/Documentation/devicetree/bindings/pci/
H A Dintel-gw-pcie.yaml16 const: intel,lgm-pcie
26 - const: intel,lgm-pcie
92 compatible = "intel,lgm-pcie", "snps,dw-pcie";
/openbmc/linux/drivers/phy/intel/
H A DMakefile4 obj-$(CONFIG_PHY_INTEL_LGM_COMBO) += phy-intel-lgm-combo.o
5 obj-$(CONFIG_PHY_INTEL_LGM_EMMC) += phy-intel-lgm-emmc.o
/openbmc/linux/Documentation/devicetree/bindings/mmc/
H A Darasan,sdhci.yaml71 - const: intel,lgm-sdhci-5.1-emmc # Intel LGM eMMC PHY
77 - const: intel,lgm-sdhci-5.1-sdxc # Intel LGM SDXC PHY
254 compatible = "intel,lgm-sdhci-5.1-emmc", "arasan,sdhci-5.1";
272 compatible = "intel,lgm-sdhci-5.1-sdxc", "arasan,sdhci-5.1";
/openbmc/linux/drivers/phy/
H A Dphy-lgm-usb.c3 * Intel LGM USB PHY driver
263 { .compatible = "intel,lgm-usb-phy" },
270 .name = "lgm-usb-phy",
279 MODULE_DESCRIPTION("Intel LGM USB PHY driver");
H A DMakefile12 obj-$(CONFIG_USB_LGM_PHY) += phy-lgm-usb.o
/openbmc/linux/drivers/dma/lgm/
H A DMakefile2 obj-$(CONFIG_INTEL_LDMA) += lgm-dma.o
H A Dlgm-dma.c25 #define DRIVER_NAME "lgm-dma"
1553 { .compatible = "intel,lgm-cdma", .data = &dma0},
1554 { .compatible = "intel,lgm-dma2tx", .data = &dma2tx},
1555 { .compatible = "intel,lgm-dma1rx", .data = &dma1rx},
1556 { .compatible = "intel,lgm-dma1tx", .data = &dma1tx},
1557 { .compatible = "intel,lgm-dma0tx", .data = &dma0tx},
1558 { .compatible = "intel,lgm-dma3", .data = &dma3},
1559 { .compatible = "intel,lgm-toe-dma30", .data = &toe_dma30},
1560 { .compatible = "intel,lgm-toe-dma31", .data = &toe_dma31},
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dsyscon.yaml51 - intel,lgm-syscon
/openbmc/linux/drivers/pwm/
H A DKconfig275 tristate "Intel LGM PWM support"
280 Generic PWM fan controller driver for LGM SoC.
283 will be called pwm-intel-lgm.

12