/linux/drivers/phy/ |
A D | phy-lpc18xx-usb-otg.c | 44 clk_unprepare(lpc->clk); in lpc18xx_usb_otg_phy_exit() 54 ret = clk_enable(lpc->clk); in lpc18xx_usb_otg_phy_power_on() 62 clk_disable(lpc->clk); in lpc18xx_usb_otg_phy_power_on() 80 clk_disable(lpc->clk); in lpc18xx_usb_otg_phy_power_off() 98 lpc = devm_kzalloc(&pdev->dev, sizeof(*lpc), GFP_KERNEL); in lpc18xx_usb_otg_phy_probe() 99 if (!lpc) in lpc18xx_usb_otg_phy_probe() 103 if (IS_ERR(lpc->reg)) { in lpc18xx_usb_otg_phy_probe() 105 return PTR_ERR(lpc->reg); in lpc18xx_usb_otg_phy_probe() 109 if (IS_ERR(lpc->clk)) { in lpc18xx_usb_otg_phy_probe() 115 if (IS_ERR(lpc->phy)) { in lpc18xx_usb_otg_phy_probe() [all …]
|
/linux/Documentation/devicetree/bindings/mfd/ |
A D | aspeed-lpc.yaml | 42 - aspeed,ast2400-lpc-v2 43 - aspeed,ast2500-lpc-v2 44 - aspeed,ast2600-lpc-v2 60 "^lpc-ctrl@[0-9a-f]+$": 73 - aspeed,ast2400-lpc-ctrl 74 - aspeed,ast2500-lpc-ctrl 75 - aspeed,ast2600-lpc-ctrl 121 "^lpc-snoop@[0-9a-f]+$": 171 lpc: lpc@1e789000 { 179 lpc_ctrl: lpc-ctrl@80 { [all …]
|
/linux/Documentation/devicetree/bindings/watchdog/ |
A D | st_lpc_wdt.txt | 7 [See: ../rtc/rtc-st-lpc.txt for RTC options] 8 [See: ../timer/st,stih407-lpc for Clocksource options] 12 - compatible : Should be: "st,stih407-lpc" 16 - st,lpc-mode : The LPC can run either one of three modes: 33 lpc@fde05000 { 34 compatible = "st,stih407-lpc"; 39 st,lpc-mode = <ST_LPC_MODE_WDT>;
|
/linux/Documentation/devicetree/bindings/rtc/ |
A D | rtc-st-lpc.txt | 8 [See: ../timer/st,stih407-lpc for Clocksource options] 12 - compatible : Must be: "st,stih407-lpc" 16 - st,lpc-mode : The LPC can run either one of three modes: 23 lpc@fde05000 { 24 compatible = "st,stih407-lpc"; 27 st,lpc-mode = <ST_LPC_MODE_RTC>;
|
/linux/Documentation/devicetree/bindings/timer/ |
A D | st,stih407-lpc | 8 [See: ../rtc/rtc-st-lpc.txt for RTC options] 12 - compatible : Must be: "st,stih407-lpc" 16 - st,lpc-mode : The LPC can run either one of three modes: 23 lpc@fde05000 { 24 compatible = "st,stih407-lpc"; 27 st,lpc-mode = <ST_LPC_MODE_CLKSRC>;
|
/linux/Documentation/devicetree/bindings/ipmi/ |
A D | aspeed,ast2400-kcs-bmc.yaml | 43 aspeed,lpc-io-reg: 52 aspeed,lpc-interrupts: 95 - aspeed,lpc-io-reg 103 aspeed,lpc-io-reg = <0xca2>; 104 aspeed,lpc-interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
|
/linux/arch/powerpc/platforms/powernv/ |
A D | opal-lpc.c | 187 struct lpc_debugfs_entry *lpc = filp->private_data; in lpc_debug_read() local 204 if (lpc->lpc_type == OPAL_LPC_FW) { in lpc_debug_read() 210 rc = opal_lpc_read(opal_lpc_chip_id, lpc->lpc_type, pos, in lpc_debug_read() 278 struct lpc_debugfs_entry *lpc = filp->private_data; in lpc_debug_write() local 295 if (lpc->lpc_type == OPAL_LPC_FW) { in lpc_debug_write() 334 rc = opal_lpc_write(opal_lpc_chip_id, lpc->lpc_type, pos, in lpc_debug_write()
|
/linux/Documentation/devicetree/bindings/pinctrl/ |
A D | aspeed,ast2500-pinctrl.yaml | 105 lpc: lpc@1e789000 { 106 compatible = "aspeed,ast2500-lpc", "simple-mfd"; 113 lpc_host: lpc-host@80 { 114 compatible = "aspeed,ast2500-lpc-host", "simple-mfd", "syscon";
|
/linux/Documentation/devicetree/bindings/arm/hisilicon/ |
A D | low-pin-count.yaml | 28 - hisilicon,hip06-lpc 29 - hisilicon,hip07-lpc 50 compatible = "hisilicon,hip06-lpc";
|
/linux/Documentation/devicetree/bindings/soc/aspeed/ |
A D | uart-routing.yaml | 44 lpc: lpc@1e789000 { 45 compatible = "aspeed,ast2600-lpc-v2", "simple-mfd", "syscon";
|
/linux/Documentation/devicetree/bindings/serial/ |
A D | 8250.yaml | 17 - aspeed,lpc-io-reg 19 - aspeed,lpc-interrupts 199 aspeed,lpc-io-reg: 204 aspeed,lpc-interrupts: 252 aspeed,lpc-io-reg = <0x3f8>; 253 aspeed,lpc-interrupts = <4 IRQ_TYPE_LEVEL_LOW>;
|
/linux/drivers/soc/aspeed/ |
A D | Makefile | 2 obj-$(CONFIG_ASPEED_LPC_CTRL) += aspeed-lpc-ctrl.o 3 obj-$(CONFIG_ASPEED_LPC_SNOOP) += aspeed-lpc-snoop.o
|
/linux/arch/powerpc/platforms/512x/ |
A D | mpc512x_shared.c | 489 static struct mpc512x_lpc __iomem *lpc; in mpc512x_cs_config() local 495 if (!lpc) { in mpc512x_cs_config() 497 lpc = of_iomap(np, 0); in mpc512x_cs_config() 499 if (!lpc) in mpc512x_cs_config() 503 out_be32(&lpc->cs_cfg[cs], val); in mpc512x_cs_config()
|
/linux/arch/arm/boot/dts/ |
A D | aspeed-bmc-amd-ethanolx.dts | 236 aspeed,lpc-io-reg = <0x60>; 241 aspeed,lpc-io-reg = <0x62>; 246 aspeed,lpc-io-reg = <0xCA2>; 251 aspeed,lpc-io-reg = <0x97DE>; 260 //Enable lpc clock
|
A D | aspeed-bmc-asrock-e3c246d4i.dts | 77 aspeed,lpc-io-reg = <0x2f8>; 78 aspeed,lpc-interrupts = <3 IRQ_TYPE_LEVEL_HIGH>; 203 aspeed,lpc-io-reg = <0xca2>;
|
A D | aspeed-bmc-facebook-elbert.dts | 59 aspeed,lpc-io-reg = <0xca8>; 64 aspeed,lpc-io-reg = <0xca2>;
|
A D | aspeed-g6.dtsi | 510 lpc: lpc@1e789000 { label 511 compatible = "aspeed,ast2600-lpc-v2", "simple-mfd", "syscon"; 548 lpc_ctrl: lpc-ctrl@80 { 549 compatible = "aspeed,ast2600-lpc-ctrl"; 555 lpc_snoop: lpc-snoop@80 { 556 compatible = "aspeed,ast2600-lpc-snoop"; 569 compatible = "aspeed,ast2600-lpc-reset";
|
A D | aspeed-g4.dtsi | 345 lpc: lpc@1e789000 { label 346 compatible = "aspeed,ast2400-lpc-v2", "simple-mfd", "syscon"; 354 lpc_ctrl: lpc-ctrl@80 { 355 compatible = "aspeed,ast2400-lpc-ctrl"; 361 lpc_snoop: lpc-snoop@90 { 362 compatible = "aspeed,ast2400-lpc-snoop"; 375 compatible = "aspeed,ast2400-lpc-reset";
|
A D | stih407-family.dtsi | 7 #include <dt-bindings/mfd/st-lpc.h> 601 lpc@8787000 { 602 compatible = "st,stih407-lpc"; 608 st,lpc-mode = <ST_LPC_MODE_WDT>; 611 lpc@8788000 { 612 compatible = "st,stih407-lpc"; 616 st,lpc-mode = <ST_LPC_MODE_CLKSRC>;
|
A D | aspeed-g5.dtsi | 436 lpc: lpc@1e789000 { label 437 compatible = "aspeed,ast2500-lpc-v2", "simple-mfd", "syscon"; 473 lpc_ctrl: lpc-ctrl@80 { 474 compatible = "aspeed,ast2500-lpc-ctrl"; 480 lpc_snoop: lpc-snoop@90 { 481 compatible = "aspeed,ast2500-lpc-snoop"; 489 compatible = "aspeed,ast2500-lpc-reset";
|
A D | aspeed-bmc-facebook-tiogapass.dts | 81 // Enable lpc clock 111 aspeed,lpc-io-reg = <0xca8>; 117 aspeed,lpc-io-reg = <0xca2>;
|
/linux/drivers/usb/mtu3/ |
A D | mtu3_gadget_ep0.c | 328 u32 lpc; in ep0_handle_feature_dev() local 347 lpc = mtu3_readl(mbase, U3D_LINK_POWER_CONTROL); in ep0_handle_feature_dev() 349 lpc |= SW_U1_REQUEST_ENABLE; in ep0_handle_feature_dev() 351 lpc &= ~SW_U1_REQUEST_ENABLE; in ep0_handle_feature_dev() 352 mtu3_writel(mbase, U3D_LINK_POWER_CONTROL, lpc); in ep0_handle_feature_dev() 362 lpc = mtu3_readl(mbase, U3D_LINK_POWER_CONTROL); in ep0_handle_feature_dev() 364 lpc |= SW_U2_REQUEST_ENABLE; in ep0_handle_feature_dev() 366 lpc &= ~SW_U2_REQUEST_ENABLE; in ep0_handle_feature_dev() 367 mtu3_writel(mbase, U3D_LINK_POWER_CONTROL, lpc); in ep0_handle_feature_dev()
|
/linux/Documentation/devicetree/bindings/net/ |
A D | lpc-eth.txt | 4 - compatible: Should be "nxp,lpc-eth" 21 compatible = "nxp,lpc-eth";
|
/linux/drivers/misc/ |
A D | cs5535-mfgpt.c | 99 uint32_t zsel, lpc, dummy; in cs5535_mfgpt_set_irq() local 129 rdmsr(MSR_PIC_IRQM_LPC, lpc, dummy); in cs5535_mfgpt_set_irq() 130 if (lpc & (1 << *irq)) in cs5535_mfgpt_set_irq()
|
/linux/drivers/mcb/ |
A D | Makefile | 9 obj-$(CONFIG_MCB_LPC) += mcb-lpc.o
|