Home
last modified time | relevance | path

Searched +full:lgm +full:- +full:pwm (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/devicetree/bindings/pwm/
H A Dintel,lgm-pwm.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pwm/intel,lgm-pwm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: LGM SoC PWM fan controller
10 - Rahul Tanwar <rtanwar@maxlinear.com>
13 - $ref: pwm.yaml#
17 const: intel,lgm-pwm
22 "#pwm-cells":
32 - compatible
[all …]
/linux/Documentation/devicetree/bindings/reset/
H A Dintel,rcu-gw.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/reset/intel,rcu-gw.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Dilip Kota <eswara.kota@linux.intel.com>
15 - intel,rcu-lgm
16 - intel,rcu-xrx200
22 intel,global-reset:
24 $ref: /schemas/types.yaml#/definitions/uint32-array
26 - description: Register offset
[all …]
/linux/drivers/pwm/
H A Dpwm-intel-lgm.c1 // SPDX-License-Identifier: GPL-2.0
6 * - The hardware supports fixed period & configures only 2-wire mode.
7 * - Supports normal polarity. Does not support changing polarity.
8 * - When PWM is disabled, output of PWM will become 0(inactive). It doesn't
10 * - When duty cycle is changed, PWM output may be a mix of previous setting
13 * - It is a dedicated PWM fan controller. There are no other consumers for
14 * this PWM controller.
21 #include <linux/pwm.h>
36 #define LGM_PWM_MAX_RPM (BIT(16) - 1)
38 #define LGM_PWM_MAX_DUTY_CYCLE (BIT(8) - 1)
[all …]