Home
last modified time | relevance | path

Searched refs:pwr_ctrl (Results 1 – 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/drivers/power/supply/
Disp1704_charger.c183 u8 pwr_ctrl; in isp1704_charger_detect() local
186 pwr_ctrl = isp1704_read(isp, ISP1704_PWR_CTRL); in isp1704_charger_detect()
209 isp1704_write(isp, ISP1704_PWR_CTRL, pwr_ctrl); in isp1704_charger_detect()
/kernel/linux/linux-5.10/arch/arm/mm/
Dl2c-l2x0-resume.S28 @ r8 = pwr_ctrl
Dcache-l2x0.c564 l2x0_saved_regs.pwr_ctrl = readl_relaxed(base + in l2c310_save()
591 l2c_write_sec(l2x0_saved_regs.pwr_ctrl, base, in l2c310_configure()
1280 power = l2x0_saved_regs.pwr_ctrl | in l2c310_of_parse()
1298 l2x0_saved_regs.pwr_ctrl = power; in l2c310_of_parse()
/kernel/linux/linux-5.10/sound/soc/codecs/
Dtlv320adcx140.c656 int pwr_ctrl = 0; in adcx140_pwr_ctrl() local
659 pwr_ctrl = ADCX140_PWR_CFG_ADC_PDZ | ADCX140_PWR_CFG_PLL_PDZ; in adcx140_pwr_ctrl()
662 pwr_ctrl |= ADCX140_PWR_CFG_BIAS_PDZ; in adcx140_pwr_ctrl()
665 ADCX140_PWR_CTRL_MSK, pwr_ctrl); in adcx140_pwr_ctrl()
Dtlv320dac33.c854 unsigned int oscset, ratioset, pwr_ctrl, reg_tmp; in dac33_prepare_chip() local
922 pwr_ctrl = dac33_read_reg_cache(component, DAC33_PWR_CTRL); in dac33_prepare_chip()
923 pwr_ctrl |= DAC33_OSCPDNB | DAC33_DACRPDNB | DAC33_DACLPDNB; in dac33_prepare_chip()
924 dac33_write(component, DAC33_PWR_CTRL, pwr_ctrl); in dac33_prepare_chip()
/kernel/linux/linux-5.10/arch/arm/include/asm/hardware/
Dcache-l2x0.h181 unsigned long pwr_ctrl; member
/kernel/linux/linux-5.10/arch/arm/mach-exynos/
Dfirmware.c185 exynos_smc(SMC_CMD_L2X0SETUP2, regs->pwr_ctrl, regs->aux_ctrl, 0); in exynos_l2_configure()
/kernel/linux/linux-5.10/arch/arm/kernel/
Dasm-offsets.c108 DEFINE(L2X0_R_PWR_CTRL, offsetof(struct l2x0_regs, pwr_ctrl)); in main()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_lcn.c4912 u16 pwr_ctrl; in wlc_phy_txpower_recalc_target_lcnphy() local
4916 pwr_ctrl = wlc_lcnphy_get_tx_pwr_ctrl(pi); in wlc_phy_txpower_recalc_target_lcnphy()
4919 wlc_lcnphy_set_tx_pwr_ctrl(pi, pwr_ctrl); in wlc_phy_txpower_recalc_target_lcnphy()
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch27883 + void __iomem *pwr_ctrl;
27887 + pwr_ctrl = ioremap(PWR_CTRL0_REG, 0x4);
27888 + if (!pwr_ctrl) {
27892 + val = readl(pwr_ctrl);
27894 + writel(val, pwr_ctrl);
27896 + iounmap(pwr_ctrl);
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/
Dhispark_taurus.patch312867 + void __iomem *pwr_ctrl;
312871 + pwr_ctrl = ioremap(PWR_CTRL0_REG, 0x4);
312872 + if (!pwr_ctrl) {
312876 + val = readl(pwr_ctrl);
312878 + writel(val, pwr_ctrl);
312880 + iounmap(pwr_ctrl);