| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/watchdog/ |
| D | nuvoton,npcm-wdt.txt | 1 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/ |
| D | nuvoton,npcm750-adc.yaml | 7 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/ |
| D | pinctrl-npcm7xx.c | 1504 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/ |
| D | npcm_wdt.c | 225 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/ |
| D | spi-npcm-pspi.c | 37 #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");
|
| D | Makefile | 74 obj-$(CONFIG_SPI_NPCM_FIU) += spi-npcm-fiu.o 75 obj-$(CONFIG_SPI_NPCM_PSPI) += spi-npcm-pspi.o
|
| D | Kconfig | 515 tristate "Nuvoton NPCM FLASH Interface Unit" 525 tristate "Nuvoton NPCM PSPI Controller" 528 This driver provides support for Nuvoton NPCM BMC
|
| D | spi-npcm-fiu.c | 757 .name = "NPCM-FIU",
|
| /kernel/linux/linux-5.10/drivers/iio/adc/ |
| D | npcm_adc.c | 142 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");
|
| D | Kconfig | 763 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/ |
| D | npcm.txt | 1 NPCM Platforms Device Tree Bindings
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/rng/ |
| D | nuvoton,npcm-rng.txt | 1 NPCM SoC Random Number Generator
|
| /kernel/linux/linux-5.10/drivers/char/hw_random/ |
| D | npcm-rng.c | 172 .name = "npcm-rng", 182 MODULE_DESCRIPTION("Nuvoton NPCM Random Number Generator Driver");
|
| D | Kconfig | 497 tristate "NPCM Random Number Generator support" 502 Generator hardware available in Nuvoton NPCM SoCs. 505 module will be called npcm-rng.
|
| D | Makefile | 46 obj-$(CONFIG_HW_RANDOM_NPCM) += npcm-rng.o
|
| /kernel/linux/linux-5.10/arch/arm/mach-npcm/ |
| D | Kconfig | 3 bool "Nuvoton NPCM Architecture"
|
| /kernel/linux/linux-5.10/drivers/reset/ |
| D | Kconfig | 113 bool "NPCM BMC Reset Driver" if COMPILE_TEST 116 This enables the reset controller driver for Nuvoton NPCM
|
| D | reset-npcm.c | 267 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",
|
| D | Makefile | 19 obj-$(CONFIG_RESET_NPCM) += reset-npcm.o
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/reset/ |
| D | nuvoton,npcm-reset.txt | 1 Nuvoton NPCM Reset controller
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/spi/ |
| D | nuvoton,npcm-pspi.txt | 1 Nuvoton NPCM Peripheral Serial Peripheral Interface(PSPI) controller driver
|
| D | nuvoton,npcm-fiu.txt | 3 NPCM FIU supports single, dual and quad communication interface.
|
| /kernel/linux/linux-5.10/drivers/char/ipmi/ |
| D | kcs_bmc_npcm7xx.c | 22 #define DEVICE_NAME "npcm-kcs-bmc"
|
| /kernel/linux/linux-5.10/arch/arm/ |
| D | Makefile | 203 machine-$(CONFIG_ARCH_NPCM) += npcm
|
| /kernel/linux/linux-5.10/drivers/i2c/busses/ |
| D | i2c-npcm7xx.c | 984 * 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()
|