/openbmc/u-boot/arch/arm/lib/ |
H A D | asm-offsets.c | 31 * - struct clkctl in main() 152 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() [all …]
|
/openbmc/linux/sound/soc/samsung/ |
H A 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 …]
|
/openbmc/u-boot/drivers/sound/ |
H A D | broadwell_i2s.c | 54 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 D | broadwell_i2s.h | 46 u32 clkctl; /* 0x78 */ member
|
/openbmc/linux/sound/soc/intel/catpt/ |
H A 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()
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | brcm,bcm63xx-clocks.txt | 20 clkctl: clock-controller@10000004 {
|
/openbmc/linux/Documentation/devicetree/bindings/spi/ |
H A D | brcm,bcm63xx-spi.yaml | 66 clocks = <&clkctl 9>;
|
/openbmc/linux/arch/mips/boot/dts/brcm/ |
H A D | bcm3368.dtsi | 57 clkctl: clock-controller@fff8c004 { label
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A 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 …]
|
/openbmc/linux/sound/soc/sof/intel/ |
H A D | shim.h | 110 /* CLKCTL */
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | aiutils.h | 102 /* clkctl xtal what flags */
|
/openbmc/qemu/include/hw/arm/ |
H A D | fsl-imx25.h | 84 * 0x43F0_8000 0x43F0_BFFF 16 Kbytes ARM926 platform CLKCTL
|
/openbmc/linux/drivers/video/fbdev/ |
H A 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()
|
/openbmc/u-boot/arch/arm/include/asm/arch-mx5/ |
H A D | imx-regs.h | 300 struct clkctl { struct
|
/openbmc/linux/drivers/media/i2c/ |
H A D | tc358746.c | 1072 dev_dbg(tc358746->sd.dev, "CLKCTL[MCLKDIV]: %u (0x%x)\n", val, val); in tc358746_mclk_enable()
|