Home
last modified time | relevance | path

Searched +full:as73211_ds000556_3 +full:- +full:01 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/iio/light/
H A Dams,as73211.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Christian Eggers <ceggers@arri.de>
14 …https://ams.com/documents/20143/36005/AS73211_DS000556_3-01.pdf/a65474c0-b302-c2fd-e30a-c98df87616…
19 - ams,as73211
32 - compatible
33 - reg
38 - |
39 #include <dt-bindings/interrupt-controller/irq.h>
[all …]
/openbmc/linux/drivers/iio/light/
H A Das73211.c1 // SPDX-License-Identifier: GPL-2.0-only
9 * Color light sensor with 16-bit channels for x, y, z and temperature);
10 * 7-bit I2C slave address 0x74 .. 0x77.
12 * Datasheet: https://ams.com/documents/20143/36005/AS73211_DS000556_3-01.pdf
73 #define AS73211_SAMPLE_TIME_MAX_MS BIT(AS73211_SAMPLE_TIME_NUM - 1)
88 * struct as73211_data - Instance data for one AS73211
132 #define AS73211_OFFSET_TEMP_INT (-66)
191 return BIT(FIELD_GET(AS73211_CREG1_TIME_MASK, data->creg1)); in as73211_integration_time_1024cyc()
202 * = 2^(-CREG3_CCLK) * 2^CREG1_CYCLES * 1,000 in as73211_integration_time_us()
205 * t_int_us = 2^(3-CREG3_CCLK) * 2^CREG1_CYCLES * 125 in as73211_integration_time_us()
[all …]