Home
last modified time | relevance | path

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

/linux-5.19.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()
/linux-5.19.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()
/linux-5.19.10/sound/soc/codecs/
Dtlv320adcx140.c655 int pwr_ctrl = 0; in adcx140_pwr_ctrl() local
658 pwr_ctrl = ADCX140_PWR_CFG_ADC_PDZ | ADCX140_PWR_CFG_PLL_PDZ; in adcx140_pwr_ctrl()
661 pwr_ctrl |= ADCX140_PWR_CFG_BIAS_PDZ; in adcx140_pwr_ctrl()
664 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()
/linux-5.19.10/arch/arm/include/asm/hardware/
Dcache-l2x0.h181 unsigned long pwr_ctrl; member
/linux-5.19.10/arch/arm/mach-exynos/
Dfirmware.c187 exynos_smc(SMC_CMD_L2X0SETUP2, regs->pwr_ctrl, regs->aux_ctrl, 0); in exynos_l2_configure()
/linux-5.19.10/drivers/usb/typec/tcpm/
Dtcpci.c365 unsigned int pwr_ctrl, threshold = 0; in tcpci_set_auto_vbus_discharge_threshold() local
375 ret = regmap_read(tcpci->regmap, TCPC_POWER_CTRL, &pwr_ctrl); in tcpci_set_auto_vbus_discharge_threshold()
379 if (pwr_ctrl & TCPC_FAST_ROLE_SWAP_EN) { in tcpci_set_auto_vbus_discharge_threshold()
/linux-5.19.10/arch/arm/kernel/
Dasm-offsets.c99 DEFINE(L2X0_R_PWR_CTRL, offsetof(struct l2x0_regs, pwr_ctrl)); in main()
/linux-5.19.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()