Home
last modified time | relevance | path

Searched full:madc (Results 1 – 13 of 13) sorted by relevance

/linux/Documentation/devicetree/bindings/iio/adc/
H A Dti,twl4030-madc.yaml4 $id: http://devicetree.org/schemas/iio/adc/ti,twl4030-madc.yaml#
7 title: MADC subsystem in the TWL4030 power module
13 The MADC subsystem in the TWL4030 consists of a 10-bit ADC
18 const: ti,twl4030-madc
23 ti,system-uses-second-madc-irq:
26 Set if the second madc irq register should be used, which is intended
42 madc {
43 compatible = "ti,twl4030-madc";
/linux/Documentation/hwmon/
H A Dtwl4030-madc-hwmon.rst1 Kernel driver twl4030-madc
8 Prefix: 'twl4030-madc'
18 other things it contains a 10-bit A/D converter MADC. The converter has 16
/linux/Documentation/devicetree/bindings/mfd/
H A Dti,twl.yaml52 madc:
54 $ref: /schemas/iio/adc/ti,twl4030-madc.yaml
298 twl_madc: madc {
299 compatible = "ti,twl4030-madc";
/linux/drivers/mfd/
H A Dtwl4030-irq.c154 .name = "madc",
155 SIH_INITIALIZER(MADC, 4)
213 .name = "madc",
214 SIH_INITIALIZER(MADC, 4)
351 * inverted: for MADC, COR=1 means "clear on write". in twl4030_init_sih_modules()
H A Dtwl-core.c608 * letting it generate the right frequencies for USB, MADC, and
664 /* effect->MADC+USB ck en */ in clocks_init()
/linux/include/linux/power/
H A Dtwl4030_madc_battery.h3 * Dumb driver for LiIon batteries using TWL4030 madc.
/linux/sound/soc/codecs/
H A Dtlv320aic32x4.c715 u8 madc, nadc, mdac, ndac, max_nadc, min_mdac, max_ndac; in aic32x4_setup_clocks() local
724 { .id = "madc" }, in aic32x4_setup_clocks()
769 madc = DIV_ROUND_UP((32 * adc_resource_class), aosr); in aic32x4_setup_clocks()
774 max_nadc = AIC32X4_MAX_CODEC_CLKIN_FREQ / (madc * aosr * sample_rate); in aic32x4_setup_clocks()
777 adc_clock_rate = nadc * madc * aosr * sample_rate; in aic32x4_setup_clocks()
796 madc); in aic32x4_setup_clocks()
890 { .id = "madc" }, in aic32x4_set_bias_level()
H A Dtlv320aic32x4-clk.c437 .name = "madc",
446 (const char *[]) { "ndac", "mdac", "nadc", "madc" },
H A Dtlv320aic31xx.c194 u8 madc; member
199 /* mclk/p rate pll: r j d dosr ndac mdac aors nadc madc */
936 aic31xx_divs[i].madc ? aic31xx_divs[i].madc : 1); in aic31xx_setup_pll()
956 aic31xx_divs[i].madc, in aic31xx_setup_pll()
1251 if (aic31xx_divs[aic31xx->rate_div_line].madc) in aic31xx_clk_on()
/linux/drivers/power/supply/
H A Dtwl4030_madc_battery.c3 * Dumb driver for LiIon batteries using TWL4030 madc.
H A Dtwl4030_charger.c92 * If AC (Accessory Charger) voltage exceeds 4.5V (MADC 11)
249 * If AC (Accessory Charger) voltage exceeds 4.5V (MADC 11) in twl4030_charger_update_current()
/linux/drivers/iio/adc/
H A DKconfig1611 tristate "TWL4030 MADC (Monitoring A/D Converter)"
1614 This driver provides support for Triton TWL4030-MADC. The
1618 called twl4030-madc.
/linux/sound/pci/ac97/
H A Dac97_proc.c197 val & AC97_EA_MDAC ? " MADC" : "", in snd_ac97_proc_read_main()