Home
last modified time | relevance | path

Searched +full:meson6 +full:- +full:efuse (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/devicetree/bindings/nvmem/
H A Damlogic,meson6-efuse.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/nvmem/amlogic,meson6-efuse.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Amlogic Meson6 eFuse
10 - Neil Armstrong <neil.armstrong@linaro.org>
11 - Martin Blumenstingl <martin.blumenstingl@googlemail.com>
14 - $ref: nvmem.yaml#
15 - $ref: nvmem-deprecated-cells.yaml#
20 - amlogic,meson6-efuse
[all …]
/linux/drivers/nvmem/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
32 tristate "Airoha AN8855 eFuse support"
40 be called nvmem-an8855-efuse.
43 tristate "Apple eFuse support"
48 calibration data required for the PCIe or the USB-C PHY.
51 be called nvmem-apple-efuses.
60 and RTC-related settings on a SPMI-attached PMIC present on Apple
64 will be called apple-nvmem-spmi.
67 tristate "Broadcom On-Chip OTP Controller support"
76 will be called nvmem-bcm-ocotp.
[all …]
/linux/drivers/iio/adc/
H A Dmeson_saradc.c1 // SPDX-License-Identifier: GPL-2.0
10 #include <linux/clk-provider.h>
16 #include <linux/nvmem-consumer.h>
96 (8 + (((_chan) - 2) * 3))
153 * and u-boot source served as reference). These only seem to be relevant on
177 /* temperature sensor calibration information in eFuse */
384 for (i = 0; i < indio_dev->num_channels; i++) in find_channel_by_num()
385 if (indio_dev->channels[i].channel == num) in find_channel_by_num()
386 return &indio_dev->channels[i]; in find_channel_by_num()
395 regmap_read(priv->regmap, MESON_SAR_ADC_REG0, &regval); in meson_sar_adc_get_fifo_count()
[all …]