Searched refs:pwr_ctrl (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/platform/x86/amd/pmf/ |
| H A D | auto-mode.c | 115 struct power_table_control *pwr_ctrl = &config_store.mode_set[idx].power_control; in amd_pmf_set_automode() local 117 amd_pmf_send_cmd(dev, SET_SPL, SET_CMD, pwr_ctrl->spl, NULL); in amd_pmf_set_automode() 118 amd_pmf_send_cmd(dev, SET_FPPT, SET_CMD, pwr_ctrl->fppt, NULL); in amd_pmf_set_automode() 119 amd_pmf_send_cmd(dev, SET_SPPT, SET_CMD, pwr_ctrl->sppt, NULL); in amd_pmf_set_automode() 120 amd_pmf_send_cmd(dev, SET_SPPT_APU_ONLY, SET_CMD, pwr_ctrl->sppt_apu_only, NULL); in amd_pmf_set_automode() 121 amd_pmf_send_cmd(dev, SET_STT_MIN_LIMIT, SET_CMD, pwr_ctrl->stt_min, NULL); in amd_pmf_set_automode() 123 fixp_q88_fromint(pwr_ctrl->stt_skin_temp[STT_TEMP_APU]), NULL); in amd_pmf_set_automode() 125 fixp_q88_fromint(pwr_ctrl->stt_skin_temp[STT_TEMP_HS2]), NULL); in amd_pmf_set_automode() 305 struct power_table_control *pwr_ctrl; in amd_pmf_load_defaults_auto_mode() local 339 pwr_ctrl = &config_store.mode_set[AUTO_QUIET].power_control; in amd_pmf_load_defaults_auto_mode() [all …]
|
| /linux/sound/soc/codecs/ |
| H A D | ak4619.c | 512 u8 pwr_ctrl = 0; in ak4619_set_bias_level() local 516 pwr_ctrl |= RSTN; in ak4619_set_bias_level() 519 pwr_ctrl |= PMAD1 | PMAD2 | PMDA1 | PMDA2; in ak4619_set_bias_level() 527 snd_soc_component_write(component, PWR_MGMT, pwr_ctrl); in ak4619_set_bias_level()
|
| H A D | tlv320adcx140.c | 699 int pwr_ctrl = 0; in adcx140_pwr_ctrl() local 703 pwr_ctrl = ADCX140_PWR_CFG_ADC_PDZ | ADCX140_PWR_CFG_PLL_PDZ; in adcx140_pwr_ctrl() 706 pwr_ctrl |= ADCX140_PWR_CFG_BIAS_PDZ; in adcx140_pwr_ctrl() 708 if (pwr_ctrl) { in adcx140_pwr_ctrl() 717 ADCX140_PWR_CTRL_MSK, pwr_ctrl); in adcx140_pwr_ctrl()
|
| /linux/drivers/power/supply/ |
| H A D | isp1704_charger.c | 183 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/arch/arm/mm/ |
| H A D | l2c-l2x0-resume.S | 28 @ r8 = pwr_ctrl
|
| H A D | cache-l2x0.c | 565 l2x0_saved_regs.pwr_ctrl = readl_relaxed(base + in l2c310_save() 592 l2c_write_sec(l2x0_saved_regs.pwr_ctrl, base, in l2c310_configure() 1281 power = l2x0_saved_regs.pwr_ctrl | in l2c310_of_parse() 1299 l2x0_saved_regs.pwr_ctrl = power; in l2c310_of_parse()
|
| /linux/arch/arm/include/asm/hardware/ |
| H A D | cache-l2x0.h | 183 unsigned long pwr_ctrl; member
|
| /linux/arch/arm/mach-exynos/ |
| H A D | firmware.c | 193 exynos_smc(SMC_CMD_L2X0SETUP2, regs->pwr_ctrl, regs->aux_ctrl, 0); in exynos_l2_configure()
|
| /linux/arch/arm/kernel/ |
| H A D | asm-offsets.c | 104 DEFINE(L2X0_R_PWR_CTRL, offsetof(struct l2x0_regs, pwr_ctrl)); in main()
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_lcn.c | 4912 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()
|
| /linux/drivers/clk/meson/ |
| H A D | a1-peripherals.c | 1860 static A1_PCLK(pwr_ctrl, SYS_CLK_EN0, 3, CLK_IGNORE_UNUSED);
|