Home
last modified time | relevance | path

Searched refs:clkctl (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/arch/arm/lib/
H A Dasm-offsets.c152 DEFINE(CLKCTL_CCMR, offsetof(struct clkctl, ccr)); in main()
153 DEFINE(CLKCTL_CCDR, offsetof(struct clkctl, ccdr)); in main()
154 DEFINE(CLKCTL_CSR, offsetof(struct clkctl, csr)); in main()
155 DEFINE(CLKCTL_CCSR, offsetof(struct clkctl, ccsr)); in main()
156 DEFINE(CLKCTL_CACRR, offsetof(struct clkctl, cacrr)); in main()
157 DEFINE(CLKCTL_CBCDR, offsetof(struct clkctl, cbcdr)); in main()
158 DEFINE(CLKCTL_CBCMR, offsetof(struct clkctl, cbcmr)); in main()
159 DEFINE(CLKCTL_CSCMR1, offsetof(struct clkctl, cscmr1)); in main()
160 DEFINE(CLKCTL_CSCMR2, offsetof(struct clkctl, cscmr2)); in main()
161 DEFINE(CLKCTL_CSCDR1, offsetof(struct clkctl, cscdr1)); in main()
[all …]
/openbmc/linux/sound/soc/samsung/
H A 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 …]
/openbmc/u-boot/drivers/sound/
H A Dbroadwell_i2s.c54 u32 clkctl = readl(&priv->shim->clkctl); in init_shim_clkctl() local
57 clkctl &= SHIM_CLKCTL_RESERVED; in init_shim_clkctl()
58 clkctl |= SHIM_CLKCTL_MCLK_24MHZ | SHIM_CLKCTL_DCPLCG; in init_shim_clkctl()
62 clkctl |= SHIM_CLKCTL_SCOE_SSP1 | SHIM_CLKCTL_SFLCGB_SSP1_CGD; in init_shim_clkctl()
64 clkctl |= SHIM_CLKCTL_SCOE_SSP0 | SHIM_CLKCTL_SFLCGB_SSP0_CGD; in init_shim_clkctl()
66 writel(clkctl, &priv->shim->clkctl); in init_shim_clkctl()
H A Dbroadwell_i2s.h46 u32 clkctl; /* 0x78 */ member
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dbrcm,bcm63xx-clocks.txt20 clkctl: clock-controller@10000004 {
/openbmc/linux/arch/mips/boot/dts/brcm/
H A Dbcm3368.dtsi57 clkctl: clock-controller@fff8c004 { label
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A 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()
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()
862 PMU_MAX_TRANSITION_DLY, clkctl); in brcmf_sdio_htclk()
872 if (SBSDIO_ALPONLY(clkctl)) in brcmf_sdio_htclk()
2598 u8 clkctl, devctl = 0; in brcmf_sdio_dpc() local
[all …]
/openbmc/u-boot/arch/arm/include/asm/arch-mx5/
H A Dimx-regs.h300 struct clkctl { struct