Searched full:clkctl (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/sound/soc/samsung/ |
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-6.12.1/sound/soc/intel/catpt/ |
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-6.12.1/Documentation/devicetree/bindings/clock/ |
D | brcm,bcm63xx-clocks.txt | 20 clkctl: clock-controller@10000004 {
|
/linux-6.12.1/Documentation/devicetree/bindings/spi/ |
D | brcm,bcm63xx-spi.yaml | 66 clocks = <&clkctl 9>;
|
/linux-6.12.1/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | sdio.c | 786 u8 clkctl, clkreq, devctl; in brcmf_sdio_htclk() local 791 clkctl = 0; in brcmf_sdio_htclk() 811 clkctl = brcmf_sdiod_readb(bus->sdiodev, in brcmf_sdio_htclk() 819 if (!SBSDIO_CLKAV(clkctl, bus->alp_only) && pendok) { in brcmf_sdio_htclk() 831 brcmf_dbg(SDIO, "CLKCTL: set PENDING\n"); in brcmf_sdio_htclk() 847 while (!SBSDIO_CLKAV(clkctl, bus->alp_only)) { in brcmf_sdio_htclk() 848 clkctl = brcmf_sdiod_readb(bus->sdiodev, in brcmf_sdio_htclk() 860 if (!SBSDIO_CLKAV(clkctl, bus->alp_only)) { in brcmf_sdio_htclk() 861 brcmf_err("HT Avail timeout (%d): clkctl 0x%02x\n", in brcmf_sdio_htclk() 862 PMU_MAX_TRANSITION_DLY, clkctl); in brcmf_sdio_htclk() [all …]
|
/linux-6.12.1/arch/mips/boot/dts/brcm/ |
D | bcm3368.dtsi | 57 clkctl: clock-controller@fff8c004 { label
|
/linux-6.12.1/sound/soc/sof/intel/ |
D | shim.h | 111 /* CLKCTL */
|
/linux-6.12.1/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
D | aiutils.h | 102 /* clkctl xtal what flags */
|
/linux-6.12.1/drivers/video/fbdev/ |
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-6.12.1/drivers/media/i2c/ |
D | tc358746.c | 1083 dev_dbg(tc358746->sd.dev, "CLKCTL[MCLKDIV]: %u (0x%x)\n", val, val); in tc358746_mclk_enable()
|