Home
last modified time | relevance | path

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

/linux-4.4.14/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 …]
/linux-4.4.14/drivers/net/irda/
Dvlsi_ir.c1143 u8 clkctl, lock; in vlsi_start_clock() local
1147 clkctl = CLKCTL_PD_INV | CLKCTL_CLKSTP; in vlsi_start_clock()
1148 pci_write_config_byte(pdev, VLSI_PCI_CLKCTL, clkctl); in vlsi_start_clock()
1168 clkctl = CLKCTL_CLKSTP; in vlsi_start_clock()
1169 pci_write_config_byte(pdev, VLSI_PCI_CLKCTL, clkctl); in vlsi_start_clock()
1186 clkctl = CLKCTL_EXTCLK | CLKCTL_CLKSTP; in vlsi_start_clock()
1188 clkctl |= CLKCTL_XCKSEL; in vlsi_start_clock()
1189 pci_write_config_byte(pdev, VLSI_PCI_CLKCTL, clkctl); in vlsi_start_clock()
1194 pci_read_config_byte(pdev, VLSI_PCI_CLKCTL, &clkctl); in vlsi_start_clock()
1198 clkctl &= ~CLKCTL_CLKSTP; in vlsi_start_clock()
[all …]
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dsdio.c837 u8 clkctl, clkreq, devctl; in brcmf_sdio_htclk() local
842 clkctl = 0; in brcmf_sdio_htclk()
862 clkctl = brcmf_sdiod_regrb(bus->sdiodev, in brcmf_sdio_htclk()
870 if (!SBSDIO_CLKAV(clkctl, bus->alp_only) && pendok) { in brcmf_sdio_htclk()
899 while (!SBSDIO_CLKAV(clkctl, bus->alp_only)) { in brcmf_sdio_htclk()
900 clkctl = brcmf_sdiod_regrb(bus->sdiodev, in brcmf_sdio_htclk()
912 if (!SBSDIO_CLKAV(clkctl, bus->alp_only)) { in brcmf_sdio_htclk()
914 PMU_MAX_TRANSITION_DLY, clkctl); in brcmf_sdio_htclk()
924 if (SBSDIO_ALPONLY(clkctl)) in brcmf_sdio_htclk()
2611 u8 clkctl, devctl = 0; in brcmf_sdio_dpc() local
[all …]
/linux-4.4.14/sound/soc/intel/atom/sst/
Dsst.h336 u64 clkctl; member