Home
last modified time | relevance | path

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

12

/Linux-v6.1/Documentation/devicetree/bindings/arm/npcm/
Dnpcm.yaml4 $id: http://devicetree.org/schemas/arm/npcm/npcm.yaml#
7 title: NPCM Platforms Device Tree Bindings
Dnuvoton,gcr.yaml4 $id: http://devicetree.org/schemas/arm/npcm/nuvoton,gcr.yaml#
/Linux-v6.1/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.
/Linux-v6.1/Documentation/devicetree/bindings/rng/
Dnuvoton,npcm-rng.yaml4 $id: http://devicetree.org/schemas/rng/nuvoton,npcm-rng.yaml#
7 title: Nuvoton NPCM SoC Random Number Generator
/Linux-v6.1/Documentation/devicetree/bindings/ipmi/
Dnpcm7xx-kcs-bmc.txt1 * Nuvoton NPCM KCS (Keyboard Controller Style) IPMI interface
3 The Nuvoton SOCs (NPCM) are commonly used as BMCs
/Linux-v6.1/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: %zu\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 …]
/Linux-v6.1/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()
461 MODULE_DESCRIPTION("NPCM peripheral SPI Controller driver");
DMakefile86 obj-$(CONFIG_SPI_NPCM_FIU) += spi-npcm-fiu.o
87 obj-$(CONFIG_SPI_NPCM_PSPI) += spi-npcm-pspi.o
DKconfig639 tristate "Nuvoton NPCM FLASH Interface Unit"
649 tristate "Nuvoton NPCM PSPI Controller"
652 This driver provides support for Nuvoton NPCM BMC
/Linux-v6.1/drivers/watchdog/
Dnpcm_wdt.c241 dev_info(dev, "NPCM watchdog driver enabled\n"); in npcm_wdt_probe()
258 .name = "npcm-wdt",
265 MODULE_DESCRIPTION("Watchdog driver for NPCM");
/Linux-v6.1/drivers/char/ipmi/
DKconfig125 tristate "NPCM KCS IPMI BMC driver"
128 interface found on Nuvoton NPCM SOCs.
/Linux-v6.1/drivers/char/hw_random/
Dnpcm-rng.c172 .name = "npcm-rng",
182 MODULE_DESCRIPTION("Nuvoton NPCM Random Number Generator Driver");
DKconfig484 tristate "NPCM Random Number Generator support"
489 Generator hardware available in Nuvoton NPCM SoCs.
492 module will be called npcm-rng.
DMakefile44 obj-$(CONFIG_HW_RANDOM_NPCM) += npcm-rng.o
/Linux-v6.1/drivers/iio/adc/
Dnpcm_adc.c169 dev_err(info->dev, "NPCM ADC read failed\n"); in npcm_adc_read_raw()
309 pr_info("NPCM ADC driver probed\n"); in npcm_adc_probe()
351 MODULE_DESCRIPTION("Nuvoton NPCM ADC Driver");
/Linux-v6.1/arch/arm/mach-npcm/
DKconfig3 bool "Nuvoton NPCM Architecture"
/Linux-v6.1/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.
/Linux-v6.1/Documentation/devicetree/bindings/reset/
Dnuvoton,npcm750-reset.yaml7 title: Nuvoton NPCM Reset controller
/Linux-v6.1/drivers/reset/
DKconfig140 bool "NPCM BMC Reset Driver" if COMPILE_TEST
143 This enables the reset controller driver for Nuvoton NPCM
DMakefile22 obj-$(CONFIG_RESET_NPCM) += reset-npcm.o
Dreset-npcm.c406 dev_warn(&pdev->dev, "NPCM USB reset failed, can cause issues with UDC and USB host\n"); in npcm_rc_probe()
425 .name = "npcm-reset",
/Linux-v6.1/Documentation/devicetree/bindings/iio/adc/
Dnuvoton,npcm750-adc.yaml7 title: Nuvoton NPCM BMC Analog to Digital Converter (ADC)
/Linux-v6.1/Documentation/devicetree/bindings/i2c/
Dnuvoton,npcm7xx-i2c.yaml10 I2C bus controllers of the NPCM series support both master and
/Linux-v6.1/arch/arm64/
DKconfig.platforms229 bool "Nuvoton NPCM Architecture"

12