Searched refs:clkctl (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.4/sound/soc/samsung/ |
D | pcm.c | 152 u32 ctl, clkctl; in s3c_pcm_snd_txctrl() local 154 clkctl = readl(regs + S3C_PCM_CLKCTL); in s3c_pcm_snd_txctrl() 164 clkctl |= S3C_PCM_CLKCTL_SERCLK_EN; in s3c_pcm_snd_txctrl() 172 clkctl |= S3C_PCM_CLKCTL_SERCLK_EN; in s3c_pcm_snd_txctrl() 176 writel(clkctl, regs + S3C_PCM_CLKCTL); in s3c_pcm_snd_txctrl() 183 u32 ctl, clkctl; in s3c_pcm_snd_rxctrl() local 186 clkctl = readl(regs + S3C_PCM_CLKCTL); in s3c_pcm_snd_rxctrl() 195 clkctl |= S3C_PCM_CLKCTL_SERCLK_EN; in s3c_pcm_snd_rxctrl() 203 clkctl |= S3C_PCM_CLKCTL_SERCLK_EN; in s3c_pcm_snd_rxctrl() 207 writel(clkctl, regs + S3C_PCM_CLKCTL); in s3c_pcm_snd_rxctrl() [all …]
|
/Linux-v5.4/Documentation/devicetree/bindings/clock/ |
D | brcm,bcm63xx-clocks.txt | 18 clkctl: clock-controller@10000004 {
|
/Linux-v5.4/Documentation/devicetree/bindings/spi/ |
D | spi-bcm63xx-hsspi.txt | 26 clocks = <&clkctl 9>, <&hsspi_pll>;
|
D | spi-bcm63xx.txt | 26 clocks = <&clkctl 9>;
|
/Linux-v5.4/arch/mips/boot/dts/brcm/ |
D | bcm3368.dtsi | 54 clkctl: clock-controller@fff8c004 { label
|
D | bcm6362.dtsi | 54 clkctl: clock-controller@10000004 { label
|
D | bcm63268.dtsi | 54 clkctl: clock-controller@10000004 { 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
|
/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | sdio.c | 750 u8 clkctl, clkreq, devctl; in brcmf_sdio_htclk() local 755 clkctl = 0; in brcmf_sdio_htclk() 775 clkctl = brcmf_sdiod_readb(bus->sdiodev, in brcmf_sdio_htclk() 783 if (!SBSDIO_CLKAV(clkctl, bus->alp_only) && pendok) { in brcmf_sdio_htclk() 811 while (!SBSDIO_CLKAV(clkctl, bus->alp_only)) { in brcmf_sdio_htclk() 812 clkctl = brcmf_sdiod_readb(bus->sdiodev, in brcmf_sdio_htclk() 824 if (!SBSDIO_CLKAV(clkctl, bus->alp_only)) { in brcmf_sdio_htclk() 826 PMU_MAX_TRANSITION_DLY, clkctl); in brcmf_sdio_htclk() 836 if (SBSDIO_ALPONLY(clkctl)) in brcmf_sdio_htclk() 2559 u8 clkctl, devctl = 0; in brcmf_sdio_dpc() local [all …]
|