lpc 57 arch/arc/plat-eznps/smp.c struct nps_host_reg_aux_lpc lpc; lpc 69 arch/arc/plat-eznps/smp.c lpc.mep = 1; lpc 70 arch/arc/plat-eznps/smp.c write_aux_reg(CTOP_AUX_LPC, lpc.value); lpc 489 arch/powerpc/platforms/512x/mpc512x_shared.c static struct mpc512x_lpc __iomem *lpc; lpc 495 arch/powerpc/platforms/512x/mpc512x_shared.c if (!lpc) { lpc 497 arch/powerpc/platforms/512x/mpc512x_shared.c lpc = of_iomap(np, 0); lpc 499 arch/powerpc/platforms/512x/mpc512x_shared.c if (!lpc) lpc 503 arch/powerpc/platforms/512x/mpc512x_shared.c out_be32(&lpc->cs_cfg[cs], val); lpc 187 arch/powerpc/platforms/powernv/opal-lpc.c struct lpc_debugfs_entry *lpc = filp->private_data; lpc 204 arch/powerpc/platforms/powernv/opal-lpc.c if (lpc->lpc_type == OPAL_LPC_FW) { lpc 210 arch/powerpc/platforms/powernv/opal-lpc.c rc = opal_lpc_read(opal_lpc_chip_id, lpc->lpc_type, pos, lpc 278 arch/powerpc/platforms/powernv/opal-lpc.c struct lpc_debugfs_entry *lpc = filp->private_data; lpc 295 arch/powerpc/platforms/powernv/opal-lpc.c if (lpc->lpc_type == OPAL_LPC_FW) { lpc 334 arch/powerpc/platforms/powernv/opal-lpc.c rc = opal_lpc_write(opal_lpc_chip_id, lpc->lpc_type, pos, lpc 1097 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c enum cursor_lines_per_chunk lpc = hubp1_get_lines_per_chunk( lpc 1114 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c CURSOR_LINES_PER_CHUNK, lpc); lpc 577 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.c enum cursor_lines_per_chunk lpc = hubp2_get_lines_per_chunk( lpc 595 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.c CURSOR_LINES_PER_CHUNK, lpc); lpc 434 drivers/misc/apds990x.c u32 lpc; /* Lux per count */ lpc 446 drivers/misc/apds990x.c lpc = APDS990X_LUX_OUTPUT_SCALE * (chip->cf.df * chip->cf.ga) / lpc 449 drivers/misc/apds990x.c return (iac * lpc) / APDS_PARAM_SCALE; lpc 99 drivers/misc/cs5535-mfgpt.c uint32_t zsel, lpc, dummy; lpc 129 drivers/misc/cs5535-mfgpt.c rdmsr(MSR_PIC_IRQM_LPC, lpc, dummy); lpc 130 drivers/misc/cs5535-mfgpt.c if (lpc & (1 << *irq)) lpc 29 drivers/phy/phy-lpc18xx-usb-otg.c struct lpc18xx_usb_otg_phy *lpc = phy_get_drvdata(phy); lpc 33 drivers/phy/phy-lpc18xx-usb-otg.c ret = clk_set_rate(lpc->clk, 480000000); lpc 37 drivers/phy/phy-lpc18xx-usb-otg.c return clk_prepare(lpc->clk); lpc 42 drivers/phy/phy-lpc18xx-usb-otg.c struct lpc18xx_usb_otg_phy *lpc = phy_get_drvdata(phy); lpc 44 drivers/phy/phy-lpc18xx-usb-otg.c clk_unprepare(lpc->clk); lpc 51 drivers/phy/phy-lpc18xx-usb-otg.c struct lpc18xx_usb_otg_phy *lpc = phy_get_drvdata(phy); lpc 54 drivers/phy/phy-lpc18xx-usb-otg.c ret = clk_enable(lpc->clk); lpc 59 drivers/phy/phy-lpc18xx-usb-otg.c ret = regmap_update_bits(lpc->reg, LPC18XX_CREG_CREG0, lpc 62 drivers/phy/phy-lpc18xx-usb-otg.c clk_disable(lpc->clk); lpc 71 drivers/phy/phy-lpc18xx-usb-otg.c struct lpc18xx_usb_otg_phy *lpc = phy_get_drvdata(phy); lpc 74 drivers/phy/phy-lpc18xx-usb-otg.c ret = regmap_update_bits(lpc->reg, LPC18XX_CREG_CREG0, lpc 80 drivers/phy/phy-lpc18xx-usb-otg.c clk_disable(lpc->clk); lpc 96 drivers/phy/phy-lpc18xx-usb-otg.c struct lpc18xx_usb_otg_phy *lpc; lpc 98 drivers/phy/phy-lpc18xx-usb-otg.c lpc = devm_kzalloc(&pdev->dev, sizeof(*lpc), GFP_KERNEL); lpc 99 drivers/phy/phy-lpc18xx-usb-otg.c if (!lpc) lpc 102 drivers/phy/phy-lpc18xx-usb-otg.c lpc->reg = syscon_node_to_regmap(pdev->dev.of_node->parent); lpc 103 drivers/phy/phy-lpc18xx-usb-otg.c if (IS_ERR(lpc->reg)) { lpc 105 drivers/phy/phy-lpc18xx-usb-otg.c return PTR_ERR(lpc->reg); lpc 108 drivers/phy/phy-lpc18xx-usb-otg.c lpc->clk = devm_clk_get(&pdev->dev, NULL); lpc 109 drivers/phy/phy-lpc18xx-usb-otg.c if (IS_ERR(lpc->clk)) { lpc 111 drivers/phy/phy-lpc18xx-usb-otg.c return PTR_ERR(lpc->clk); lpc 114 drivers/phy/phy-lpc18xx-usb-otg.c lpc->phy = devm_phy_create(&pdev->dev, NULL, &lpc18xx_usb_otg_phy_ops); lpc 115 drivers/phy/phy-lpc18xx-usb-otg.c if (IS_ERR(lpc->phy)) { lpc 117 drivers/phy/phy-lpc18xx-usb-otg.c return PTR_ERR(lpc->phy); lpc 120 drivers/phy/phy-lpc18xx-usb-otg.c phy_set_drvdata(lpc->phy, lpc); lpc 627 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c NPCM7XX_GRP(lpc), \ lpc 770 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c NPCM7XX_SFUNC(lpc); lpc 888 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c NPCM7XX_MKFUNC(lpc), lpc 1022 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c NPCM7XX_PINCFG(95, lpc, NONE, 0, espi, MFSEL4, 8, gpio, MFSEL1, 26, 0), lpc 1091 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c NPCM7XX_PINCFG(161, lpc, NONE, 0, espi, MFSEL4, 8, gpio, MFSEL1, 26, DS(8, 12)), lpc 1093 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c NPCM7XX_PINCFG(163, lpc, NONE, 0, espi, MFSEL4, 8, gpio, MFSEL1, 26, 0), lpc 1094 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c NPCM7XX_PINCFG(164, lpc, NONE, 0, espi, MFSEL4, 8, gpio, MFSEL1, 26, SLEWLPC), lpc 1095 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c NPCM7XX_PINCFG(165, lpc, NONE, 0, espi, MFSEL4, 8, gpio, MFSEL1, 26, SLEWLPC), lpc 1096 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c NPCM7XX_PINCFG(166, lpc, NONE, 0, espi, MFSEL4, 8, gpio, MFSEL1, 26, SLEWLPC), lpc 1097 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c NPCM7XX_PINCFG(167, lpc, NONE, 0, espi, MFSEL4, 8, gpio, MFSEL1, 26, SLEWLPC), lpc 320 drivers/usb/mtu3/mtu3_gadget_ep0.c u32 lpc; lpc 339 drivers/usb/mtu3/mtu3_gadget_ep0.c lpc = mtu3_readl(mbase, U3D_LINK_POWER_CONTROL); lpc 341 drivers/usb/mtu3/mtu3_gadget_ep0.c lpc |= SW_U1_REQUEST_ENABLE; lpc 343 drivers/usb/mtu3/mtu3_gadget_ep0.c lpc &= ~SW_U1_REQUEST_ENABLE; lpc 344 drivers/usb/mtu3/mtu3_gadget_ep0.c mtu3_writel(mbase, U3D_LINK_POWER_CONTROL, lpc); lpc 354 drivers/usb/mtu3/mtu3_gadget_ep0.c lpc = mtu3_readl(mbase, U3D_LINK_POWER_CONTROL); lpc 356 drivers/usb/mtu3/mtu3_gadget_ep0.c lpc |= SW_U2_REQUEST_ENABLE; lpc 358 drivers/usb/mtu3/mtu3_gadget_ep0.c lpc &= ~SW_U2_REQUEST_ENABLE; lpc 359 drivers/usb/mtu3/mtu3_gadget_ep0.c mtu3_writel(mbase, U3D_LINK_POWER_CONTROL, lpc);