Searched refs:lpc (Results 1 - 22 of 22) sorted by relevance

/linux-master/drivers/phy/
H A Dphy-lpc18xx-usb-otg.c29 struct lpc18xx_usb_otg_phy *lpc = phy_get_drvdata(phy); local
33 ret = clk_set_rate(lpc->clk, 480000000);
37 return clk_prepare(lpc->clk);
42 struct lpc18xx_usb_otg_phy *lpc = phy_get_drvdata(phy); local
44 clk_unprepare(lpc->clk);
51 struct lpc18xx_usb_otg_phy *lpc = phy_get_drvdata(phy); local
54 ret = clk_enable(lpc->clk);
59 ret = regmap_update_bits(lpc->reg, LPC18XX_CREG_CREG0,
62 clk_disable(lpc->clk);
71 struct lpc18xx_usb_otg_phy *lpc local
96 struct lpc18xx_usb_otg_phy *lpc; local
[all...]
/linux-master/arch/arm/boot/dts/nxp/
H A DMakefile3 subdir-y += lpc
/linux-master/scripts/dtc/include-prefixes/arm/nxp/
H A DMakefile3 subdir-y += lpc
/linux-master/drivers/soc/aspeed/
H A DMakefile2 obj-$(CONFIG_ASPEED_LPC_CTRL) += aspeed-lpc-ctrl.o
3 obj-$(CONFIG_ASPEED_LPC_SNOOP) += aspeed-lpc-snoop.o
H A Daspeed-lpc-ctrl.c17 #include <linux/aspeed-lpc-ctrl.h>
19 #define DEVICE_NAME "aspeed-lpc-ctrl"
167 * addr (host lpc address) is safe regardless of values. This
285 if (!of_device_is_compatible(np, "aspeed,ast2400-lpc-v2") &&
286 !of_device_is_compatible(np, "aspeed,ast2500-lpc-v2") &&
287 !of_device_is_compatible(np, "aspeed,ast2600-lpc-v2")) {
298 if (of_device_is_compatible(dev->of_node, "aspeed,ast2600-lpc-ctrl")) {
344 { .compatible = "aspeed,ast2400-lpc-ctrl" },
345 { .compatible = "aspeed,ast2500-lpc-ctrl" },
346 { .compatible = "aspeed,ast2600-lpc
[all...]
/linux-master/drivers/mcb/
H A DMakefile9 obj-$(CONFIG_MCB_LPC) += mcb-lpc.o
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-lpc.c187 struct lpc_debugfs_entry *lpc = filp->private_data; local
204 if (lpc->lpc_type == OPAL_LPC_FW) {
210 rc = opal_lpc_read(opal_lpc_chip_id, lpc->lpc_type, pos,
278 struct lpc_debugfs_entry *lpc = filp->private_data; local
295 if (lpc->lpc_type == OPAL_LPC_FW) {
334 rc = opal_lpc_write(opal_lpc_chip_id, lpc->lpc_type, pos,
374 root = debugfs_create_dir("lpc", arch_debugfs_dir);
393 for_each_compatible_node(np, NULL, "ibm,power8-lpc") {
H A DMakefile12 obj-y += idle.o opal-rtc.o opal-nvram.o opal-lpc.o opal-flash.o
/linux-master/arch/powerpc/platforms/512x/
H A Dmpc512x_shared.c489 static struct mpc512x_lpc __iomem *lpc; local
495 if (!lpc) {
496 np = of_find_compatible_node(NULL, NULL, "fsl,mpc5121-lpc");
497 lpc = of_iomap(np, 0);
499 if (!lpc)
503 out_be32(&lpc->cs_cfg[cs], val);
/linux-master/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_hubp.c114 enum cursor_lines_per_chunk lpc = hubp2_get_lines_per_chunk( local
137 CURSOR_LINES_PER_CHUNK, lpc);
/linux-master/drivers/clocksource/
H A Dclksrc_st_lpc.c18 #include <dt-bindings/mfd/st-lpc.h>
55 "clksrc-st-lpc", rate, 300, 32,
58 pr_err("clksrc-st-lpc: Failed to register clocksource\n");
71 pr_err("clksrc-st-lpc: Failed to get LPC clock\n");
76 pr_err("clksrc-st-lpc: Failed to enable LPC clock\n");
81 pr_err("clksrc-st-lpc: Failed to get LPC clock rate\n");
96 ret = of_property_read_u32(np, "st,lpc-mode", &mode);
98 pr_err("clksrc-st-lpc: An LPC mode must be provided\n");
108 pr_err("clksrc-st-lpc: Unable to map iomem\n");
126 pr_info("clksrc-st-lpc
[all...]
/linux-master/drivers/misc/
H A Dcs5535-mfgpt.c99 uint32_t zsel, lpc, dummy; local
129 rdmsr(MSR_PIC_IRQM_LPC, lpc, dummy);
130 if (lpc & (1 << *irq))
H A Dapds990x.c434 u32 lpc; /* Lux per count */ local
446 lpc = APDS990X_LUX_OUTPUT_SCALE * (chip->cf.df * chip->cf.ga) /
449 return (iac * lpc) / APDS_PARAM_SCALE;
/linux-master/drivers/usb/mtu3/
H A Dmtu3_gadget_ep0.c330 u32 lpc; local
349 lpc = mtu3_readl(mbase, U3D_LINK_POWER_CONTROL);
351 lpc |= SW_U1_REQUEST_ENABLE;
353 lpc &= ~SW_U1_REQUEST_ENABLE;
354 mtu3_writel(mbase, U3D_LINK_POWER_CONTROL, lpc);
364 lpc = mtu3_readl(mbase, U3D_LINK_POWER_CONTROL);
366 lpc |= SW_U2_REQUEST_ENABLE;
368 lpc &= ~SW_U2_REQUEST_ENABLE;
369 mtu3_writel(mbase, U3D_LINK_POWER_CONTROL, lpc);
/linux-master/drivers/watchdog/
H A Dst_lpc_wdt.c22 #include <dt-bindings/mfd/st-lpc.h>
57 .compatible = "st,stih407-lpc",
160 ret = of_property_read_u32(np, "st,lpc-mode", &mode);
284 .name = "st-lpc-wdt",
/linux-master/drivers/pinctrl/nuvoton/
H A Dpinctrl-npcm7xx.c627 NPCM7XX_GRP(lpc), \
770 NPCM7XX_SFUNC(lpc); variable
888 NPCM7XX_MKFUNC(lpc),
1022 NPCM7XX_PINCFG(95, lpc, NONE, 0, espi, MFSEL4, 8, gpio, MFSEL1, 26, 0),
1091 NPCM7XX_PINCFG(161, lpc, NONE, 0, espi, MFSEL4, 8, gpio, MFSEL1, 26, DSTR(8, 12)),
1093 NPCM7XX_PINCFG(163, lpc, NONE, 0, espi, MFSEL4, 8, gpio, MFSEL1, 26, 0),
1094 NPCM7XX_PINCFG(164, lpc, NONE, 0, espi, MFSEL4, 8, gpio, MFSEL1, 26, SLEWLPC),
1095 NPCM7XX_PINCFG(165, lpc, NONE, 0, espi, MFSEL4, 8, gpio, MFSEL1, 26, SLEWLPC),
1096 NPCM7XX_PINCFG(166, lpc, NONE, 0, espi, MFSEL4, 8, gpio, MFSEL1, 26, SLEWLPC),
1097 NPCM7XX_PINCFG(167, lpc, NON
[all...]
H A Dpinctrl-npcm8xx.c810 NPCM8XX_GRP(lpc), \
1058 NPCM8XX_SFUNC(lpc); variable
1282 NPCM8XX_MKFUNC(lpc),
1426 NPCM8XX_PINCFG(95, lpc, MFSEL1, 26, espi, MFSEL4, 8, none, NONE, 0, none, NONE, 0, none, NONE, 0, 0),
1492 NPCM8XX_PINCFG(161, lpc, MFSEL1, 26, espi, MFSEL4, 8, none, NONE, 0, none, NONE, 0, none, NONE, 0, 0),
1494 NPCM8XX_PINCFG(163, lpc, MFSEL1, 26, espi, MFSEL4, 8, none, NONE, 0, none, NONE, 0, none, NONE, 0, 0),
1495 NPCM8XX_PINCFG(164, lpc, MFSEL1, 26, espi, MFSEL4, 8, none, NONE, 0, none, NONE, 0, none, NONE, 0, 0),
1496 NPCM8XX_PINCFG(165, lpc, MFSEL1, 26, espi, MFSEL4, 8, none, NONE, 0, none, NONE, 0, none, NONE, 0, 0),
1497 NPCM8XX_PINCFG(166, lpc, MFSEL1, 26, espi, MFSEL4, 8, none, NONE, 0, none, NONE, 0, none, NONE, 0, 0),
1498 NPCM8XX_PINCFG(167, lpc, MFSEL
[all...]
/linux-master/drivers/rtc/
H A Drtc-st-lpc.c3 * rtc-st-lpc.c - ST's LPC RTC, powered by the Low Power Timer
25 #include <dt-bindings/mfd/st-lpc.h>
191 ret = of_property_read_u32(np, "st,lpc-mode", &mode);
297 { .compatible = "st,stih407-lpc" },
304 .name = "st-lpc-rtc",
H A DMakefile170 obj-$(CONFIG_RTC_DRV_ST_LPC) += rtc-st-lpc.o
/linux-master/drivers/irqchip/
H A DMakefile115 obj-$(CONFIG_LOONGSON_PCH_LPC) += irq-loongson-pch-lpc.o
/linux-master/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hubp.c597 enum cursor_lines_per_chunk lpc = hubp2_get_lines_per_chunk( local
615 CURSOR_LINES_PER_CHUNK, lpc);
633 hubp->att.cur_ctl.bits.line_per_chunk = lpc;
/linux-master/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hubp.c1150 enum cursor_lines_per_chunk lpc = hubp1_get_lines_per_chunk( local
1167 CURSOR_LINES_PER_CHUNK, lpc);

Completed in 223 milliseconds