| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-5.10/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() 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/ |
| D | brcm,bcm63xx-clocks.txt | 20 clkctl: clock-controller@10000004 {
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/ |
| D | brcm,bcm63xx-clocks.txt | 20 clkctl: clock-controller@10000004 {
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/spi/ |
| D | spi-bcm63xx-hsspi.txt | 26 clocks = <&clkctl 9>, <&hsspi_pll>;
|
| D | spi-bcm63xx.txt | 26 clocks = <&clkctl 9>;
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/spi/ |
| D | brcm,bcm63xx-spi.yaml | 66 clocks = <&clkctl 9>;
|
| /kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| D | sdio.c | 775 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/ |
| D | bcm3368.dtsi | 54 clkctl: clock-controller@fff8c004 { label
|
| D | bcm6328.dtsi | 54 clkctl: clock-controller@10000004 { label
|
| D | bcm6368.dtsi | 54 clkctl: clock-controller@10000004 { label
|
| D | bcm6358.dtsi | 54 clkctl: clock-controller@fffe0004 { label
|
| D | bcm63268.dtsi | 54 clkctl: clock-controller@10000004 { label
|
| D | bcm6362.dtsi | 54 clkctl: clock-controller@10000004 { label
|
| /kernel/linux/linux-6.6/arch/mips/boot/dts/brcm/ |
| D | bcm3368.dtsi | 57 clkctl: clock-controller@fff8c004 { label
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/arch/arm/mach-davinci/ |
| D | davinci.h | 50 /* VPSS CLKCTL bit definitions */
|
| /kernel/linux/linux-5.10/sound/soc/sof/intel/ |
| D | shim.h | 97 /* CLKCTL */
|
| /kernel/linux/linux-6.6/sound/soc/sof/intel/ |
| D | shim.h | 110 /* CLKCTL */
|
| /kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| D | aiutils.h | 102 /* clkctl xtal what flags */
|
| /kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| D | aiutils.h | 102 /* clkctl xtal what flags */
|
| /kernel/linux/linux-5.10/drivers/media/platform/davinci/ |
| D | isif_regs.h | 137 #define CLKCTL 0x1f8 macro
|
| /kernel/linux/linux-6.6/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()
|