Home
last modified time | relevance | path

Searched full:npcm (Results 1 – 25 of 28) sorted by relevance

12

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/watchdog/
Dnuvoton,npcm-wdt.txt1 Nuvoton NPCM Watchdog
3 Nuvoton NPCM timer module provides five 24-bit timer counters, and a watchdog.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/adc/
Dnuvoton,npcm750-adc.yaml7 title: Nuvoton NPCM BMC Analog to Digital Converter (ADC)
13 The NPCM ADC is a 10-bit converter for eight channel inputs.
/kernel/linux/linux-5.10/drivers/pinctrl/nuvoton/
Dpinctrl-npcm7xx.c1504 struct npcm7xx_pinctrl *npcm = pinctrl_dev_get_drvdata(pctldev); in npcm7xx_get_drive_strength() local
1506 &npcm->gpio_bank[pin / NPCM7XX_GPIO_PER_BANK]; in npcm7xx_get_drive_strength()
1527 static int npcm7xx_set_drive_strength(struct npcm7xx_pinctrl *npcm, in npcm7xx_set_drive_strength() argument
1532 &npcm->gpio_bank[pin / NPCM7XX_GPIO_PER_BANK]; in npcm7xx_set_drive_strength()
1562 struct npcm7xx_pinctrl *npcm = pinctrl_dev_get_drvdata(pctldev); in npcm7xx_get_groups_count() local
1564 dev_dbg(npcm->dev, "group size: %d\n", ARRAY_SIZE(npcm7xx_groups)); in npcm7xx_get_groups_count()
1590 struct npcm7xx_pinctrl *npcm = pinctrl_dev_get_drvdata(pctldev); in npcm7xx_dt_node_to_map() local
1592 dev_dbg(npcm->dev, "dt_node_to_map: %s\n", np_config->name); in npcm7xx_dt_node_to_map()
1640 struct npcm7xx_pinctrl *npcm = pinctrl_dev_get_drvdata(pctldev); in npcm7xx_pinmux_set_mux() local
1642 dev_dbg(npcm->dev, "set_mux: %d, %d[%s]\n", function, group, in npcm7xx_pinmux_set_mux()
[all …]
/kernel/linux/linux-5.10/drivers/watchdog/
Dnpcm_wdt.c225 dev_info(dev, "NPCM watchdog driver enabled\n"); in npcm_wdt_probe()
241 .name = "npcm-wdt",
248 MODULE_DESCRIPTION("Watchdog driver for NPCM");
/kernel/linux/linux-5.10/drivers/spi/
Dspi-npcm-pspi.c37 #define DRIVER_NAME "npcm-pspi"
391 "npcm-pspi", priv); in npcm_pspi_probe()
421 pr_info("NPCM Peripheral SPI %d probed\n", master->bus_num); in npcm_pspi_probe()
460 MODULE_DESCRIPTION("NPCM peripheral SPI Controller driver");
DMakefile74 obj-$(CONFIG_SPI_NPCM_FIU) += spi-npcm-fiu.o
75 obj-$(CONFIG_SPI_NPCM_PSPI) += spi-npcm-pspi.o
DKconfig515 tristate "Nuvoton NPCM FLASH Interface Unit"
525 tristate "Nuvoton NPCM PSPI Controller"
528 This driver provides support for Nuvoton NPCM BMC
Dspi-npcm-fiu.c757 .name = "NPCM-FIU",
/kernel/linux/linux-5.10/drivers/iio/adc/
Dnpcm_adc.c142 dev_err(info->dev, "NPCM ADC read failed\n"); in npcm_adc_read_raw()
275 pr_info("NPCM ADC driver probed\n"); in npcm_adc_probe()
317 MODULE_DESCRIPTION("Nuvoton NPCM ADC Driver");
DKconfig763 tristate "Nuvoton NPCM ADC driver"
767 Say yes here to build support for Nuvoton NPCM ADC.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/npcm/
Dnpcm.txt1 NPCM Platforms Device Tree Bindings
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/rng/
Dnuvoton,npcm-rng.txt1 NPCM SoC Random Number Generator
/kernel/linux/linux-5.10/drivers/char/hw_random/
Dnpcm-rng.c172 .name = "npcm-rng",
182 MODULE_DESCRIPTION("Nuvoton NPCM Random Number Generator Driver");
DKconfig497 tristate "NPCM Random Number Generator support"
502 Generator hardware available in Nuvoton NPCM SoCs.
505 module will be called npcm-rng.
DMakefile46 obj-$(CONFIG_HW_RANDOM_NPCM) += npcm-rng.o
/kernel/linux/linux-5.10/arch/arm/mach-npcm/
DKconfig3 bool "Nuvoton NPCM Architecture"
/kernel/linux/linux-5.10/drivers/reset/
DKconfig113 bool "NPCM BMC Reset Driver" if COMPILE_TEST
116 This enables the reset controller driver for Nuvoton NPCM
Dreset-npcm.c267 dev_warn(&pdev->dev, "NPCM USB reset failed, can cause issues with UDC and USB host\n"); in npcm_rc_probe()
286 .name = "npcm-reset",
DMakefile19 obj-$(CONFIG_RESET_NPCM) += reset-npcm.o
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/reset/
Dnuvoton,npcm-reset.txt1 Nuvoton NPCM Reset controller
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/spi/
Dnuvoton,npcm-pspi.txt1 Nuvoton NPCM Peripheral Serial Peripheral Interface(PSPI) controller driver
Dnuvoton,npcm-fiu.txt3 NPCM FIU supports single, dual and quad communication interface.
/kernel/linux/linux-5.10/drivers/char/ipmi/
Dkcs_bmc_npcm7xx.c22 #define DEVICE_NAME "npcm-kcs-bmc"
/kernel/linux/linux-5.10/arch/arm/
DMakefile203 machine-$(CONFIG_ARCH_NPCM) += npcm
/kernel/linux/linux-5.10/drivers/i2c/busses/
Di2c-npcm7xx.c984 * in order to utilyze the npcm HW FIFO, the driver will ask for 16 bytes
1754 * npcm i2c HW allows direct reading of SCL and SDA. in npcm_i2c_recovery_init()

12