Home
last modified time | relevance | path

Searched +full:vcc +full:- +full:lna +full:- +full:1 +full:p5 +full:- +full:supply (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/iio/frequency/
Dadi,admv1014.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Antoniu Miclaus <antoniu.miclaus@analog.com>
21 - adi,admv1014
24 maxItems: 1
26 spi-max-frequency:
30 maxItems: 1
32 clock-names:
34 - const: lo_in
[all …]
/linux-6.12.1/drivers/iio/frequency/
Dadmv1014.c1 // SPDX-License-Identifier: GPL-2.0-only
84 #define ADMV1014_BB_AMP_GAIN_CTRL_MSK GENMASK(2, 1)
92 #define ADMV1014_REG_ADDR_READ_MSK GENMASK(6, 1)
94 #define ADMV1014_REG_DATA_MSK GENMASK(16, 1)
113 static const int detector_table[] = {0, 1, 2, 4, 8, 16, 32, 64};
117 static const char * const quad_se_mode_names[] = { "se-pos", "se-neg", "diff" };
142 st->data[0] = ADMV1014_READ | FIELD_PREP(ADMV1014_REG_ADDR_READ_MSK, reg); in __admv1014_spi_read()
143 st->data[1] = 0; in __admv1014_spi_read()
144 st->data[2] = 0; in __admv1014_spi_read()
146 t.rx_buf = &st->data[0]; in __admv1014_spi_read()
[all …]