Searched +full:npcm750 +full:- +full:adc (Results 1 – 6 of 6) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/iio/adc/nuvoton,npcm750-adc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Nuvoton NPCM BMC Analog to Digital Converter (ADC)10 - Tomer Maimon <tmaimon77@gmail.com>13 The NPCM ADC is a 10-bit converter for eight channel inputs.17 const: nuvoton,npcm750-adc24 description: ADC interrupt, should be set for falling edge.31 description: If not provided the defulat ADC sample rate will be used.[all …]
8 hwmon-kernel-api9 pmbus-core10 inspur-ipsps111 submitting-patches12 sysfs-interface13 userspace-tools46 aspeed-pwm-tacho48 bel-pfe49 bt1-pvt51 corsair-cpro[all …]
1 // SPDX-License-Identifier: GPL-2.030 /* ADC registers */50 /* ADC General Definition */80 regtemp = ioread32(info->regs + NPCM_ADCCON); in npcm_adc_isr()82 iowrite32(regtemp, info->regs + NPCM_ADCCON); in npcm_adc_isr()83 wake_up_interruptible(&info->wq); in npcm_adc_isr()84 info->int_status = true; in npcm_adc_isr()95 /* Select ADC channel */ in npcm_adc_read()96 regtemp = ioread32(info->regs + NPCM_ADCCON); in npcm_adc_read()98 info->int_status = false; in npcm_adc_read()[all …]
1 # SPDX-License-Identifier: GPL-2.0-only20 sensors-detect script from the lm_sensors package. Read21 <file:Documentation/hwmon/userspace-tools.rst> for details.52 will be called abx500-temp.267 will be called as370-hwmon.290 will be called axi-fan-control299 lm-sensors 2.10.1 for proper userspace support.348 Only Intel-based Apple's computers are supported (MacBook Pro,355 the laptop to act as a pinball machine-esque joystick.370 will be called scmi-hwmon.[all …]
1 # SPDX-License-Identifier: GPL-2.06 obj-$(CONFIG_HWMON) += hwmon.o7 obj-$(CONFIG_HWMON_VID) += hwmon-vid.o10 obj-$(CONFIG_SENSORS_ACPI_POWER) += acpi_power_meter.o11 obj-$(CONFIG_SENSORS_ATK0110) += asus_atk0110.o15 obj-$(CONFIG_SENSORS_ASB100) += asb100.o16 obj-$(CONFIG_SENSORS_W83627HF) += w83627hf.o17 obj-$(CONFIG_SENSORS_W83773G) += w83773g.o18 obj-$(CONFIG_SENSORS_W83792D) += w83792d.o19 obj-$(CONFIG_SENSORS_W83793) += w83793.o[all …]
1 // SPDX-License-Identifier: GPL-2.011 #include <linux/clk-provider.h>20 #include <dt-bindings/clock/nuvoton,npcm7xx-clock.h>51 val = readl_relaxed(pll->pllcon); in npcm7xx_clk_pll_recalc_rate()79 return ERR_PTR(-ENOMEM); in npcm7xx_clk_register_pll()89 pll->pllcon = pllcon; in npcm7xx_clk_register_pll()90 pll->hw.init = &init; in npcm7xx_clk_register_pll()92 hw = &pll->hw; in npcm7xx_clk_register_pll()140 * defined in include/dt-bindings/clock/nuvoton, NPCM7XX-clock.h for141 * this specific clock. Otherwise, set to -1.[all …]