Home
last modified time | relevance | path

Searched +full:006 +full:- +full:0 +full:- +full:0007 (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/devicetree/bindings/iio/chemical/
H A Dsenseair,sunrise.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Senseair Sunrise 006-0-0007 CO2 Sensor
10 - Jacopo Mondi <jacopo@jmondi.org>
13 Senseair Sunrise 006-0-0007 is a NDIR CO2 sensor. It supports I2C or UART buses
24 const: senseair,sunrise-006-0-0007
29 ndry-gpios:
34 en-gpios:
40 - compatible
[all …]
/linux/drivers/iio/chemical/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
34 module will be called atlas-ph-sensor.
45 module will be called atlas-ezo-sensor.
88 Say yes here to build support for ScioSense ENS160 multi-gas sensor.
102 tristate "AMS iAQ-Core VOC sensors"
106 iAQ-Core Continuous/Pulsed VOC (Volatile Organic Compounds)
220 tristate "Senseair Sunrise 006-0-0007 CO2 sensor"
224 Say yes here to build support for Senseair Sunrise 006-0-0007 CO2
H A Dsunrise_co2.c1 // SPDX-License-Identifier: GPL-2.0
3 * Senseair Sunrise 006-0-0007 CO2 sensor driver.
8 * - controllable EN pin
9 * - single-shot operations using the nDRY pin.
10 * - ABC/target calibration
26 #define SUNRISE_ERROR_STATUS_REG 0x00
27 #define SUNRISE_CO2_FILTERED_COMP_REG 0x06
28 #define SUNRISE_CHIP_TEMPERATURE_REG 0x08
29 #define SUNRISE_CALIBRATION_STATUS_REG 0x81
30 #define SUNRISE_CALIBRATION_COMMAND_REG 0x82
[all …]
/linux/drivers/scsi/arcmsr/
H A Darcmsr.h9 ** Copyright (C) 2002 - 2005, Areca Technology Corporation All rights reserved.
12 ** E-mail: support@areca.com.tw
53 #define ARCMSR_DRIVER_VERSION "v1.51.00.14-20230915"
69 #define ARCMSR_MAX_XFER_LEN 0x26000 /* 152K */
73 #define PCI_DEVICE_ID_ARECA_1880 0x1880
76 #define PCI_DEVICE_ID_ARECA_1214 0x1214
79 #define PCI_DEVICE_ID_ARECA_1203 0x1203
82 #define PCI_DEVICE_ID_ARECA_1883 0x1883
85 #define PCI_DEVICE_ID_ARECA_1884 0x1884
87 #define PCI_DEVICE_ID_ARECA_1886_0 0x1886
[all …]
/linux/drivers/scsi/qla4xxx/
H A Dql4_fw.h1 /* SPDX-License-Identifier: GPL-2.0-only */
4 * Copyright (c) 2003-2013 QLogic Corporation
23 __le32 ext_hw_conf; /* 0x50 R/W */
24 __le32 rsrvd0; /* 0x54 */
25 __le32 port_ctrl; /* 0x58 */
26 __le32 port_status; /* 0x5c */
27 __le32 rsrvd1[32]; /* 0x60-0xdf */
28 __le32 gp_out; /* 0xe0 */
29 __le32 gp_in; /* 0xe4 */
30 __le32 rsrvd2[5]; /* 0xe8-0xfb */
[all …]