Home
last modified time | relevance | path

Searched refs:pwr_reg (Results 1 - 25 of 63) sorted by relevance

123

/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dwm8961.c197 u16 pwr_reg = snd_soc_component_read(component, WM8961_PWR_MGMT_2); in wm8961_hp_event() local
212 pwr_reg |= WM8961_LOUT1_PGA | WM8961_ROUT1_PGA; in wm8961_hp_event()
213 snd_soc_component_write(component, WM8961_PWR_MGMT_2, pwr_reg); in wm8961_hp_event()
271 pwr_reg &= ~(WM8961_LOUT1_PGA | WM8961_ROUT1_PGA); in wm8961_hp_event()
272 snd_soc_component_write(component, WM8961_PWR_MGMT_2, pwr_reg); in wm8961_hp_event()
287 u16 pwr_reg = snd_soc_component_read(component, WM8961_PWR_MGMT_2); in wm8961_spk_event() local
292 pwr_reg |= WM8961_SPKL_PGA | WM8961_SPKR_PGA; in wm8961_spk_event()
293 snd_soc_component_write(component, WM8961_PWR_MGMT_2, pwr_reg); in wm8961_spk_event()
306 pwr_reg &= ~(WM8961_SPKL_PGA | WM8961_SPKR_PGA); in wm8961_spk_event()
307 snd_soc_component_write(component, WM8961_PWR_MGMT_2, pwr_reg); in wm8961_spk_event()
[all...]
H A Dwm8940.c471 u16 pwr_reg = snd_soc_component_read(component, WM8940_POWER1) & 0x1F0; in wm8940_set_bias_level() local
477 pwr_reg |= (1 << 2) | (1 << 3); in wm8940_set_bias_level()
484 ret = snd_soc_component_write(component, WM8940_POWER1, pwr_reg | 0x1); in wm8940_set_bias_level()
488 pwr_reg |= (1 << 2) | (1 << 3); in wm8940_set_bias_level()
489 ret = snd_soc_component_write(component, WM8940_POWER1, pwr_reg | 0x1); in wm8940_set_bias_level()
501 pwr_reg |= (1 << 2) | (1 << 3); in wm8940_set_bias_level()
503 ret = snd_soc_component_write(component, WM8940_POWER1, pwr_reg | 0x2); in wm8940_set_bias_level()
506 ret = snd_soc_component_write(component, WM8940_POWER1, pwr_reg); in wm8940_set_bias_level()
H A Dwm8750.c624 u16 pwr_reg = snd_soc_component_read(component, WM8750_PWR1) & 0xfe3e; in wm8750_set_bias_level() local
629 snd_soc_component_write(component, WM8750_PWR1, pwr_reg | 0x00c0); in wm8750_set_bias_level()
638 snd_soc_component_write(component, WM8750_PWR1, pwr_reg | 0x01c1); in wm8750_set_bias_level()
645 snd_soc_component_write(component, WM8750_PWR1, pwr_reg | 0x0141); in wm8750_set_bias_level()
H A Dwm8971.c564 u16 pwr_reg = snd_soc_component_read(component, WM8971_PWR1) & 0xfe3e; in wm8971_set_bias_level() local
569 snd_soc_component_write(component, WM8971_PWR1, pwr_reg | 0x00c1); in wm8971_set_bias_level()
579 snd_soc_component_write(component, WM8971_PWR1, pwr_reg | 0x01c0); in wm8971_set_bias_level()
584 snd_soc_component_write(component, WM8971_PWR1, pwr_reg | 0x0140); in wm8971_set_bias_level()
H A Dwm8988.c726 u16 pwr_reg = snd_soc_component_read(component, WM8988_PWR1) & ~0x1c1; in wm8988_set_bias_level() local
734 snd_soc_component_write(component, WM8988_PWR1, pwr_reg | 0x00c0); in wm8988_set_bias_level()
742 snd_soc_component_write(component, WM8988_PWR1, pwr_reg | 0x1c1); in wm8988_set_bias_level()
749 snd_soc_component_write(component, WM8988_PWR1, pwr_reg | 0x0141); in wm8988_set_bias_level()
H A Dwm8958-dsp2.c327 int pwr_reg = snd_soc_component_read(component, WM8994_POWER_MANAGEMENT_5); in wm8958_dsp_apply() local
332 pwr_reg &= (WM8994_AIF1DAC1L_ENA | WM8994_AIF1DAC1R_ENA); in wm8958_dsp_apply()
336 pwr_reg &= (WM8994_AIF1DAC2L_ENA | WM8994_AIF1DAC2R_ENA); in wm8958_dsp_apply()
340 pwr_reg &= (WM8994_AIF2DACL_ENA | WM8994_AIF2DACR_ENA); in wm8958_dsp_apply()
352 if (!pwr_reg) in wm8958_dsp_apply()
358 path, wm8994->dsp_active, start, pwr_reg, reg); in wm8958_dsp_apply()
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dwm8961.c197 u16 pwr_reg = snd_soc_component_read(component, WM8961_PWR_MGMT_2); in wm8961_hp_event() local
212 pwr_reg |= WM8961_LOUT1_PGA | WM8961_ROUT1_PGA; in wm8961_hp_event()
213 snd_soc_component_write(component, WM8961_PWR_MGMT_2, pwr_reg); in wm8961_hp_event()
271 pwr_reg &= ~(WM8961_LOUT1_PGA | WM8961_ROUT1_PGA); in wm8961_hp_event()
272 snd_soc_component_write(component, WM8961_PWR_MGMT_2, pwr_reg); in wm8961_hp_event()
287 u16 pwr_reg = snd_soc_component_read(component, WM8961_PWR_MGMT_2); in wm8961_spk_event() local
292 pwr_reg |= WM8961_SPKL_PGA | WM8961_SPKR_PGA; in wm8961_spk_event()
293 snd_soc_component_write(component, WM8961_PWR_MGMT_2, pwr_reg); in wm8961_spk_event()
306 pwr_reg &= ~(WM8961_SPKL_PGA | WM8961_SPKR_PGA); in wm8961_spk_event()
307 snd_soc_component_write(component, WM8961_PWR_MGMT_2, pwr_reg); in wm8961_spk_event()
[all...]
H A Dwm8940.c480 u16 pwr_reg = snd_soc_component_read(component, WM8940_POWER1) & 0x1F0; in wm8940_set_bias_level() local
486 pwr_reg |= (1 << 2) | (1 << 3); in wm8940_set_bias_level()
493 ret = snd_soc_component_write(component, WM8940_POWER1, pwr_reg | 0x1); in wm8940_set_bias_level()
497 pwr_reg |= (1 << 2) | (1 << 3); in wm8940_set_bias_level()
498 ret = snd_soc_component_write(component, WM8940_POWER1, pwr_reg | 0x1); in wm8940_set_bias_level()
510 pwr_reg |= (1 << 2) | (1 << 3); in wm8940_set_bias_level()
512 ret = snd_soc_component_write(component, WM8940_POWER1, pwr_reg | 0x2); in wm8940_set_bias_level()
515 ret = snd_soc_component_write(component, WM8940_POWER1, pwr_reg); in wm8940_set_bias_level()
H A Dwm8750.c624 u16 pwr_reg = snd_soc_component_read(component, WM8750_PWR1) & 0xfe3e; in wm8750_set_bias_level() local
629 snd_soc_component_write(component, WM8750_PWR1, pwr_reg | 0x00c0); in wm8750_set_bias_level()
638 snd_soc_component_write(component, WM8750_PWR1, pwr_reg | 0x01c1); in wm8750_set_bias_level()
645 snd_soc_component_write(component, WM8750_PWR1, pwr_reg | 0x0141); in wm8750_set_bias_level()
H A Dwm8971.c564 u16 pwr_reg = snd_soc_component_read(component, WM8971_PWR1) & 0xfe3e; in wm8971_set_bias_level() local
569 snd_soc_component_write(component, WM8971_PWR1, pwr_reg | 0x00c1); in wm8971_set_bias_level()
579 snd_soc_component_write(component, WM8971_PWR1, pwr_reg | 0x01c0); in wm8971_set_bias_level()
584 snd_soc_component_write(component, WM8971_PWR1, pwr_reg | 0x0140); in wm8971_set_bias_level()
H A Dwm8988.c726 u16 pwr_reg = snd_soc_component_read(component, WM8988_PWR1) & ~0x1c1; in wm8988_set_bias_level() local
734 snd_soc_component_write(component, WM8988_PWR1, pwr_reg | 0x00c0); in wm8988_set_bias_level()
742 snd_soc_component_write(component, WM8988_PWR1, pwr_reg | 0x1c1); in wm8988_set_bias_level()
749 snd_soc_component_write(component, WM8988_PWR1, pwr_reg | 0x0141); in wm8988_set_bias_level()
H A Dwm8958-dsp2.c327 int pwr_reg = snd_soc_component_read(component, WM8994_POWER_MANAGEMENT_5); in wm8958_dsp_apply() local
332 pwr_reg &= (WM8994_AIF1DAC1L_ENA | WM8994_AIF1DAC1R_ENA); in wm8958_dsp_apply()
336 pwr_reg &= (WM8994_AIF1DAC2L_ENA | WM8994_AIF1DAC2R_ENA); in wm8958_dsp_apply()
340 pwr_reg &= (WM8994_AIF2DACL_ENA | WM8994_AIF2DACR_ENA); in wm8958_dsp_apply()
352 if (!pwr_reg) in wm8958_dsp_apply()
358 path, wm8994->dsp_active, start, pwr_reg, reg); in wm8958_dsp_apply()
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dmmci_stm32_sdmmc.c299 pwr |= host->pwr_reg & (MCI_STM32_VSWITCHEN | in mmci_sdmmc_set_pwrreg()
474 mmci_write_pwrreg(host, host->pwr_reg | MCI_STM32_VSWITCHEN); in sdmmc_pre_sig_volt_vswitch()
486 host->pwr_reg & MCI_STM32_VSWITCHEN) { in sdmmc_post_sig_volt_switch()
487 mmci_write_pwrreg(host, host->pwr_reg | MCI_STM32_VSWITCH); in sdmmc_post_sig_volt_switch()
499 mmci_write_pwrreg(host, host->pwr_reg & in sdmmc_post_sig_volt_switch()
529 host->pwr_reg = readl_relaxed(host->base + MMCIPOWER); in sdmmc_variant_init()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dmmci_stm32_sdmmc.c393 pwr |= host->pwr_reg & (MCI_STM32_VSWITCHEN | in mmci_sdmmc_set_pwrreg()
661 mmci_write_pwrreg(host, host->pwr_reg | MCI_STM32_VSWITCHEN); in sdmmc_pre_sig_volt_vswitch()
673 host->pwr_reg & MCI_STM32_VSWITCHEN) { in sdmmc_post_sig_volt_switch()
674 mmci_write_pwrreg(host, host->pwr_reg | MCI_STM32_VSWITCH); in sdmmc_post_sig_volt_switch()
686 mmci_write_pwrreg(host, host->pwr_reg & in sdmmc_post_sig_volt_switch()
730 host->pwr_reg = readl_relaxed(host->base + MMCIPOWER); in sdmmc_variant_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/hdmi/
H A Dhdmi.c417 HDMI_CFG(pwr_reg, 8x74),
427 HDMI_CFG(pwr_reg, 8x74),
435 HDMI_CFG(pwr_reg, 8x74),
443 HDMI_CFG(pwr_reg, none),
/kernel/linux/linux-6.6/drivers/pinctrl/renesas/
H A Dpinctrl-rzg2l.c558 u32 pwr_reg = 0x0; in rzg2l_pinctrl_pinconf_get() local
561 pwr_reg = SD_CH(0); in rzg2l_pinctrl_pinconf_get()
563 pwr_reg = SD_CH(1); in rzg2l_pinctrl_pinconf_get()
565 pwr_reg = QSPI; in rzg2l_pinctrl_pinconf_get()
570 addr = pctrl->base + pwr_reg; in rzg2l_pinctrl_pinconf_get()
655 u32 pwr_reg = 0x0; in rzg2l_pinctrl_pinconf_set() local
661 pwr_reg = SD_CH(0); in rzg2l_pinctrl_pinconf_set()
663 pwr_reg = SD_CH(1); in rzg2l_pinctrl_pinconf_set()
665 pwr_reg = QSPI; in rzg2l_pinctrl_pinconf_set()
669 addr = pctrl->base + pwr_reg; in rzg2l_pinctrl_pinconf_set()
[all...]
/kernel/linux/linux-6.6/drivers/clk/mediatek/
H A Dclk-mt8516-apmixedsys.c29 .pwr_reg = _pwr_reg, \
H A Dclk-pll.h30 u32 pwr_reg; member
H A Dclk-mt8135-apmixedsys.c24 .pwr_reg = _pwr_reg, \
H A Dclk-mt7981-apmixed.c29 .id = _id, .name = _name, .reg = _reg, .pwr_reg = _pwr_reg, \
H A Dclk-mt7986-apmixed.c27 .id = _id, .name = _name, .reg = _reg, .pwr_reg = _pwr_reg, \
H A Dclk-mt8195-apusys_pll.c32 .pwr_reg = _pwr_reg, \
H A Dclk-mt7622-apmixedsys.c26 .pwr_reg = _pwr_reg, \
H A Dclk-mt8188-apmixedsys.c40 .pwr_reg = _pwr_reg, \
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Ds3c2410_udc.c119 u32 addr_reg, pwr_reg, ep_int_reg, usb_int_reg; in s3c2410_udc_debugfs_show() local
125 pwr_reg = udc_read(S3C2410_UDC_PWR_REG); in s3c2410_udc_debugfs_show()
158 addr_reg, pwr_reg, ep_int_reg, usb_int_reg, in s3c2410_udc_debugfs_show()
841 int pwr_reg; in s3c2410_udc_irq() local
864 pwr_reg = udc_read(S3C2410_UDC_PWR_REG); in s3c2410_udc_irq()
870 usb_status, usbd_status, pwr_reg, ep0csr); in s3c2410_udc_irq()
885 ep0csr, pwr_reg); in s3c2410_udc_irq()
960 if (!usb_status && !usbd_status && !pwr_reg && !ep0csr) { in s3c2410_udc_irq()

Completed in 20 milliseconds

123