Home
last modified time | relevance | path

Searched full:clkctl (Results 1 – 25 of 27) sorted by relevance

12

/kernel/linux/linux-6.6/sound/soc/samsung/
Dpcm.c157 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 …]
/kernel/linux/linux-5.10/sound/soc/samsung/
Dpcm.c157 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 …]
/kernel/linux/linux-6.6/sound/soc/intel/catpt/
Ddsp.c289 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()
/kernel/linux/linux-5.10/sound/soc/intel/catpt/
Ddsp.c289 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()
416 catpt_updatel_shim(cdev, CLKCTL, CATPT_CLKCTL_SMOS, 0); in wpt_dsp_power_down()
471 catpt_updatel_shim(cdev, CLKCTL, CATPT_CLKCTL_SMOS, CATPT_CLKCTL_SMOS); in wpt_dsp_power_up()
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/clock/
Dbrcm,bcm63xx-clocks.txt20 clkctl: clock-controller@10000004 {
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/
Dbrcm,bcm63xx-clocks.txt20 clkctl: clock-controller@10000004 {
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/spi/
Dspi-bcm63xx-hsspi.txt26 clocks = <&clkctl 9>, <&hsspi_pll>;
Dspi-bcm63xx.txt26 clocks = <&clkctl 9>;
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/spi/
Dbrcm,bcm63xx-spi.yaml66 clocks = <&clkctl 9>;
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dsdio.c775 u8 clkctl, clkreq, devctl; in brcmf_sdio_htclk() local
780 clkctl = 0; in brcmf_sdio_htclk()
800 clkctl = brcmf_sdiod_readb(bus->sdiodev, in brcmf_sdio_htclk()
808 if (!SBSDIO_CLKAV(clkctl, bus->alp_only) && pendok) { in brcmf_sdio_htclk()
820 brcmf_dbg(SDIO, "CLKCTL: set PENDING\n"); in brcmf_sdio_htclk()
836 while (!SBSDIO_CLKAV(clkctl, bus->alp_only)) { in brcmf_sdio_htclk()
837 clkctl = brcmf_sdiod_readb(bus->sdiodev, in brcmf_sdio_htclk()
849 if (!SBSDIO_CLKAV(clkctl, bus->alp_only)) { in brcmf_sdio_htclk()
850 brcmf_err("HT Avail timeout (%d): clkctl 0x%02x\n", in brcmf_sdio_htclk()
851 PMU_MAX_TRANSITION_DLY, clkctl); in brcmf_sdio_htclk()
[all …]
/kernel/linux/linux-5.10/arch/mips/boot/dts/brcm/
Dbcm3368.dtsi54 clkctl: clock-controller@fff8c004 { label
Dbcm6328.dtsi54 clkctl: clock-controller@10000004 { label
Dbcm6368.dtsi54 clkctl: clock-controller@10000004 { label
Dbcm6358.dtsi54 clkctl: clock-controller@fffe0004 { label
Dbcm63268.dtsi54 clkctl: clock-controller@10000004 { label
Dbcm6362.dtsi54 clkctl: clock-controller@10000004 { label
/kernel/linux/linux-6.6/arch/mips/boot/dts/brcm/
Dbcm3368.dtsi57 clkctl: clock-controller@fff8c004 { label
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dsdio.c786 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 …]
/kernel/linux/linux-5.10/arch/arm/mach-davinci/
Ddavinci.h50 /* VPSS CLKCTL bit definitions */
/kernel/linux/linux-5.10/sound/soc/sof/intel/
Dshim.h97 /* CLKCTL */
/kernel/linux/linux-6.6/sound/soc/sof/intel/
Dshim.h110 /* CLKCTL */
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Daiutils.h102 /* clkctl xtal what flags */
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Daiutils.h102 /* clkctl xtal what flags */
/kernel/linux/linux-5.10/drivers/media/platform/davinci/
Disif_regs.h137 #define CLKCTL 0x1f8 macro
/kernel/linux/linux-6.6/drivers/video/fbdev/
Dimsttfb.c115 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()

12