Home
last modified time | relevance | path

Searched +full:gsc +full:- +full:fan (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/hwmon/
H A Dgsc-hwmon.rst1 .. SPDX-License-Identifier: GPL-2.0
3 Kernel driver gsc-hwmon
6 Supported chips: Gateworks GSC
7 Datasheet: http://trac.gateworks.com/wiki/gsc
11 ------------
14 various ADC's connected to the GSC, and optional FAN controller available
19 ------------------
22 on the GSC version and firmware. The values returned by the driver do not need
30 ----------------------
32 Temperatures are measured with 12-bit or 10-bit resolution and are scaled
[all …]
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mm-venice-gw700x.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 #include <dt-bindings/gpio/gpio.h>
7 #include <dt-bindings/input/linux-event-codes.h>
8 #include <dt-bindings/leds/common.h>
9 #include <dt-bindings/net/ti-dp83867.h>
22 gpio-keys {
23 compatible = "gpio-keys";
25 key-user-pb {
31 key-user-pb1x {
34 interrupt-parent = <&gsc>;
[all …]
H A Dimx8mp-venice-gw702x.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 #include <dt-bindings/gpio/gpio.h>
7 #include <dt-bindings/input/linux-event-codes.h>
8 #include <dt-bindings/leds/common.h>
9 #include <dt-bindings/net/ti-dp83867.h>
23 gpio-keys {
24 compatible = "gpio-keys";
26 key-user-pb {
32 key-user-pb1x {
35 interrupt-parent = <&gsc>;
[all …]
H A Dimx8mp-venice-gw74xx.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 /dts-v1/;
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/input/linux-event-codes.h>
10 #include <dt-bindings/leds/common.h>
11 #include <dt-bindings/phy/phy-imx8-pcie.h>
12 #include <dt-bindings/net/ti-dp83867.h>
18 compatible = "gateworks,imx8mp-gw74xx", "fsl,imx8mp";
33 stdout-path = &uart2;
42 pinctrl-names = "default";
[all …]
/linux/drivers/mfd/
H A Dgateworks-gsc.c1 // SPDX-License-Identifier: GPL-2.0
3 * The Gateworks System Controller (GSC) is a multi-function
6 * system functions such as push-button monitoring, multiple ADC's for
7 * voltage and temperature monitoring, fan controller and watchdog monitor.
15 #include <linux/mfd/gsc.h>
26 * The GSC suffers from an errata where occasionally during
40 * -EAGAIN returned when the i2c host controller is busy in gsc_write()
41 * -EIO returned when i2c device is busy in gsc_write()
43 if (ret != -EAGAIN && ret != -EIO) in gsc_write()
59 * -EAGAIN returned when the i2c host controller is busy in gsc_read()
[all …]
/linux/drivers/gpu/drm/xe/
H A Dxe_device_types.h1 /* SPDX-License-Identifier: MIT */
3 * Copyright © 2022-2023 Intel Corporation
47 #define GRAPHICS_VER(xe) ((xe)->info.graphics_verx100 / 100)
48 #define MEDIA_VER(xe) ((xe)->info.media_verx100 / 100)
49 #define GRAPHICS_VERx100(xe) ((xe)->info.graphics_verx100)
50 #define MEDIA_VERx100(xe) ((xe)->info.media_verx100)
51 #define IS_DGFX(xe) ((xe)->info.is_dgfx)
62 ((_xe)->info.platform == (_platform) && \
63 (_xe)->info.step.graphics >= (min_step) && \
64 (_xe)->info.step.graphics < (max_step))
[all …]