Searched full:clkctl (Results 1 – 6 of 6) sorted by relevance
| /linux/sound/soc/samsung/ |
| H A D | pcm.c | 157 u32 ctl, clkctl; in s3c_pcm_snd_txctrl() local 159 clkctl = readl(regs + S3C_PCM_CLKCTL); in s3c_pcm_snd_txctrl() 169 clkctl |= S3C_PCM_CLKCTL_SERCLK_EN; in s3c_pcm_snd_txctrl() 177 clkctl |= S3C_PCM_CLKCTL_SERCLK_EN; in s3c_pcm_snd_txctrl() 181 writel(clkctl, regs + S3C_PCM_CLKCTL); in s3c_pcm_snd_txctrl() 188 u32 ctl, clkctl; in s3c_pcm_snd_rxctrl() local 191 clkctl = readl(regs + S3C_PCM_CLKCTL); in s3c_pcm_snd_rxctrl() 200 clkctl |= S3C_PCM_CLKCTL_SERCLK_EN; in s3c_pcm_snd_rxctrl() 208 clkctl |= S3C_PCM_CLKCTL_SERCLK_EN; in s3c_pcm_snd_rxctrl() 212 writel(clkctl, regs + S3C_PCM_CLKCTL); in s3c_pcm_snd_rxctrl() [all …]
|
| /linux/sound/soc/intel/catpt/ |
| H A D | dsp.c | 289 ret = catpt_readl_poll_shim(cdev, CLKCTL, in catpt_dsp_select_lpclock() 300 ret = catpt_readl_poll_shim(cdev, CLKCTL, in catpt_dsp_select_lpclock() 336 catpt_writel_shim(cdev, CLKCTL, CATPT_CLKCTL_DEFAULT); in catpt_dsp_set_regs_defaults() 370 catpt_updatel_shim(cdev, CLKCTL, CATPT_CLKCTL_SMOS, 0); in catpt_dsp_power_down() 425 catpt_updatel_shim(cdev, CLKCTL, CATPT_CLKCTL_SMOS, CATPT_CLKCTL_SMOS); in catpt_dsp_power_up()
|
| /linux/Documentation/devicetree/bindings/spi/ |
| H A D | brcm,bcm63xx-spi.yaml | 66 clocks = <&clkctl 9>;
|
| /linux/arch/mips/boot/dts/brcm/ |
| H A D | bcm3368.dtsi | 57 clkctl: clock-controller@fff8c004 { label
|
| /linux/drivers/video/fbdev/ |
| H A D | imsttfb.c | 115 CLKCTL = 0x02, /* (0x01) Miscellaneous Clock Control */ enumerator 228 { CLKCTL, 0x21 }, 956 par->cmap_regs[PIDXLO] = CLKCTL; eieio(); in imsttfb_blank() 971 par->cmap_regs[PIDXLO] = CLKCTL; eieio(); in imsttfb_blank()
|
| /linux/drivers/media/i2c/ |
| H A D | tc358746.c | 1092 dev_dbg(tc358746->sd.dev, "CLKCTL[MCLKDIV]: %u (0x%x)\n", val, val); in tc358746_mclk_enable()
|