Home
last modified time | relevance | path

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

123

/linux-6.12.1/drivers/peci/controller/
DKconfig21 tristate "Nuvoton NPCM PECI support"
31 Interface (PECI) bus adapter driver on the Nuvoton NPCM SoCs.
34 will be called peci-npcm.
Dpeci-npcm.c15 /* NPCM GCR module */
19 /* NPCM PECI Registers */
258 0, "peci-npcm-irq", priv); in npcm_peci_probe()
272 "failed to add npcm peci controller\n"); in npcm_peci_probe()
296 MODULE_DESCRIPTION("NPCM PECI driver");
DMakefile4 obj-$(CONFIG_PECI_NPCM) += peci-npcm.o
/linux-6.12.1/Documentation/devicetree/bindings/media/
Dnuvoton,npcm-ece.yaml4 $id: http://devicetree.org/schemas/media/nuvoton,npcm-ece.yaml#
7 title: Nuvoton NPCM Encoding Compression Engine
14 Video Encoding Compression Engine (ECE) present on Nuvoton NPCM SoCs.
Dnuvoton,npcm-vcd.yaml4 $id: http://devicetree.org/schemas/media/nuvoton,npcm-vcd.yaml#
7 title: Nuvoton NPCM Video Capture/Differentiation Engine
14 Video Capture/Differentiation Engine (VCD) present on Nuvoton NPCM SoCs.
/linux-6.12.1/include/uapi/linux/
Dnpcm-video.h3 * Controls header for NPCM video driver
14 * Check Documentation/userspace-api/media/drivers/npcm-video.rst for control
19 * This control is meant to set the mode of NPCM Video Capture/Differentiation
/linux-6.12.1/drivers/mmc/host/
Dsdhci-npcm.c3 * NPCM SDHC MMC host controller driver.
83 .name = "npcm-sdhci",
92 MODULE_DESCRIPTION("NPCM Secure Digital Host Controller Interface driver");
/linux-6.12.1/drivers/edac/
Dnpcm_edac.c11 #define EDAC_MOD_NAME "npcm-edac"
279 * ~# echo 0 > /sys/kernel/debug/edac/npcm-edac/error_type
280 * ~# echo 1 > /sys/kernel/debug/edac/npcm-edac/location
281 * ~# echo 7 > /sys/kernel/debug/edac/npcm-edac/bit
282 * ~# echo 1 > /sys/kernel/debug/edac/npcm-edac/force_ecc_error
285 * ~# echo 1 > /sys/kernel/debug/edac/npcm-edac/error_type
286 * ~# echo 1 > /sys/kernel/debug/edac/npcm-edac/force_ecc_error
530 .name = "npcm-edac",
541 MODULE_DESCRIPTION("Nuvoton NPCM EDAC Driver");
/linux-6.12.1/Documentation/userspace-api/media/drivers/
Dnpcm-video.rst5 NPCM video driver
9 and Encoding Compression Engine (ECE) present on Nuvoton NPCM SoCs. The VCD can
64 include/uapi/linux/npcm-video.h
/linux-6.12.1/drivers/media/platform/nuvoton/
DKconfig6 tristate "Nuvoton NPCM Video Capture/Encode Engine driver"
12 Encoding Compression Engine (ECE) present on Nuvoton NPCM SoCs.
DMakefile2 obj-$(CONFIG_VIDEO_NPCM_VCD_ECE) += npcm-video.o
/linux-6.12.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-6.12.1/Documentation/devicetree/bindings/arm/nuvoton/
Dnuvoton,npcm.yaml4 $id: http://devicetree.org/schemas/arm/nuvoton/nuvoton,npcm.yaml#
7 title: NPCM Platforms
/linux-6.12.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-6.12.1/Documentation/devicetree/bindings/mmc/
Dnpcm,sdhci.yaml4 $id: http://devicetree.org/schemas/mmc/npcm,sdhci.yaml#
7 title: NPCM SDHCI Controller
/linux-6.12.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-6.12.1/Documentation/devicetree/bindings/memory-controllers/
Dnuvoton,npcm-memory-controller.yaml4 $id: http://devicetree.org/schemas/memory-controllers/nuvoton,npcm-memory-controller.yaml#
7 title: Nuvoton NPCM Memory Controller
/linux-6.12.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()
1627 struct npcm7xx_pinctrl *npcm = pinctrl_dev_get_drvdata(pctldev); in npcm7xx_pinmux_set_mux() local
1629 dev_dbg(npcm->dev, "set_mux: %d, %d[%s]\n", function, group, in npcm7xx_pinmux_set_mux()
1632 npcm7xx_setfunc(npcm->gcr_regmap, npcm7xx_groups[group].pins, in npcm7xx_pinmux_set_mux()
1642 struct npcm7xx_pinctrl *npcm = pinctrl_dev_get_drvdata(pctldev); in npcm7xx_gpio_request_enable() local
[all …]
Dpinctrl-npcm8xx.c1917 struct npcm8xx_pinctrl *npcm = pinctrl_dev_get_drvdata(pctldev); in npcm8xx_get_drive_strength() local
1919 &npcm->gpio_bank[pin / NPCM8XX_GPIO_PER_BANK]; in npcm8xx_get_drive_strength()
1936 static int npcm8xx_set_drive_strength(struct npcm8xx_pinctrl *npcm, in npcm8xx_set_drive_strength() argument
1940 &npcm->gpio_bank[pin / NPCM8XX_GPIO_PER_BANK]; in npcm8xx_set_drive_strength()
2029 struct npcm8xx_pinctrl *npcm = pinctrl_dev_get_drvdata(pctldev); in npcm8xx_pinmux_set_mux() local
2031 npcm8xx_setfunc(npcm->gcr_regmap, npcm8xx_pingroups[group].pins, in npcm8xx_pinmux_set_mux()
2041 struct npcm8xx_pinctrl *npcm = pinctrl_dev_get_drvdata(pctldev); in npcm8xx_gpio_request_enable() local
2048 npcm8xx_setfunc(npcm->gcr_regmap, &offset, 1, mode); in npcm8xx_gpio_request_enable()
2057 struct npcm8xx_pinctrl *npcm = pinctrl_dev_get_drvdata(pctldev); in npcm8xx_gpio_request_free() local
2060 virq = irq_find_mapping(npcm->domain, offset); in npcm8xx_gpio_request_free()
[all …]
/linux-6.12.1/drivers/usb/chipidea/
Dci_hdrc_npcm.c69 dev_err(dev, "failed to register HDRC NPCM device: %d\n", ret); in npcm_udc_probe()
110 MODULE_DESCRIPTION("NPCM USB device controller driver");
/linux-6.12.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", host->bus_num); in npcm_pspi_probe()
459 MODULE_DESCRIPTION("NPCM peripheral SPI Controller driver");
/linux-6.12.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-6.12.1/drivers/char/ipmi/
DKconfig125 tristate "NPCM KCS IPMI BMC driver"
128 interface found on Nuvoton NPCM SOCs.
/linux-6.12.1/drivers/char/hw_random/
Dnpcm-rng.c174 .name = "npcm-rng",
184 MODULE_DESCRIPTION("Nuvoton NPCM Random Number Generator Driver");
/linux-6.12.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()
349 MODULE_DESCRIPTION("Nuvoton NPCM ADC Driver");

123