Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dasm-offsets.c153 DEFINE(CLKCTL_CCMR, offsetof(struct clkctl, ccr)); in main()
154 DEFINE(CLKCTL_CCDR, offsetof(struct clkctl, ccdr)); in main()
155 DEFINE(CLKCTL_CSR, offsetof(struct clkctl, csr)); in main()
156 DEFINE(CLKCTL_CCSR, offsetof(struct clkctl, ccsr)); in main()
157 DEFINE(CLKCTL_CACRR, offsetof(struct clkctl, cacrr)); in main()
158 DEFINE(CLKCTL_CBCDR, offsetof(struct clkctl, cbcdr)); in main()
159 DEFINE(CLKCTL_CBCMR, offsetof(struct clkctl, cbcmr)); in main()
160 DEFINE(CLKCTL_CSCMR1, offsetof(struct clkctl, cscmr1)); in main()
161 DEFINE(CLKCTL_CSCMR2, offsetof(struct clkctl, cscmr2)); in main()
162 DEFINE(CLKCTL_CSCDR1, offsetof(struct clkctl, cscdr1)); in main()
[all …]
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/
H A Dbrcm,bcm63xx-clocks.txt20 clkctl: clock-controller@10000004 {
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/spi/
H A Dspi-bcm63xx-hsspi.txt26 clocks = <&clkctl 9>, <&hsspi_pll>;
H A Dspi-bcm63xx.txt26 clocks = <&clkctl 9>;
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dsdio.c775 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()
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()
851 PMU_MAX_TRANSITION_DLY, clkctl); in brcmf_sdio_htclk()
861 if (SBSDIO_ALPONLY(clkctl)) in brcmf_sdio_htclk()
2587 u8 clkctl, devctl = 0; in brcmf_sdio_dpc() local
[all …]
/OK3568_Linux_fs/kernel/arch/mips/boot/dts/brcm/
H A Dbcm3368.dtsi54 clkctl: clock-controller@fff8c004 { label
H A Dbcm6368.dtsi54 clkctl: clock-controller@10000004 { label
H A Dbcm6362.dtsi54 clkctl: clock-controller@10000004 { label
H A Dbcm63268.dtsi54 clkctl: clock-controller@10000004 { label
H A Dbcm6358.dtsi54 clkctl: clock-controller@fffe0004 { label
H A Dbcm6328.dtsi54 clkctl: clock-controller@10000004 { label
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_sdio.c1479 uint8 clkctl, clkreq, devctl; in dhdsdio_htclk() local
1484 clkctl = 0; in dhdsdio_htclk()
1522 clkctl = bcmsdh_cfg_read(sdh, SDIO_FUNC_1, SBSDIO_FUNC1_CHIPCLKCSR, &err); in dhdsdio_htclk()
1530 if (!SBSDIO_CLKAV(clkctl, bus->alp_only) && pendok) { in dhdsdio_htclk()
1556 if (!SBSDIO_CLKAV(clkctl, bus->alp_only)) { in dhdsdio_htclk()
1558 ((clkctl = bcmsdh_cfg_read(sdh, SDIO_FUNC_1, in dhdsdio_htclk()
1560 !SBSDIO_CLKAV(clkctl, bus->alp_only)), PMU_MAX_TRANSITION_DLY); in dhdsdio_htclk()
1566 if (!SBSDIO_CLKAV(clkctl, bus->alp_only)) { in dhdsdio_htclk()
1568 __FUNCTION__, PMU_MAX_TRANSITION_DLY, clkctl)); in dhdsdio_htclk()
1579 if (!SBSDIO_ALPONLY(clkctl)) { in dhdsdio_htclk()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_sdio.c1405 uint8 clkctl, clkreq, devctl; in dhdsdio_htclk() local
1410 clkctl = 0; in dhdsdio_htclk()
1448 clkctl = bcmsdh_cfg_read(sdh, SDIO_FUNC_1, SBSDIO_FUNC1_CHIPCLKCSR, &err); in dhdsdio_htclk()
1456 if (!SBSDIO_CLKAV(clkctl, bus->alp_only) && pendok) { in dhdsdio_htclk()
1482 if (!SBSDIO_CLKAV(clkctl, bus->alp_only)) { in dhdsdio_htclk()
1484 ((clkctl = bcmsdh_cfg_read(sdh, SDIO_FUNC_1, in dhdsdio_htclk()
1486 !SBSDIO_CLKAV(clkctl, bus->alp_only)), PMU_MAX_TRANSITION_DLY); in dhdsdio_htclk()
1492 if (!SBSDIO_CLKAV(clkctl, bus->alp_only)) { in dhdsdio_htclk()
1494 __FUNCTION__, PMU_MAX_TRANSITION_DLY, clkctl)); in dhdsdio_htclk()
1505 if (!SBSDIO_ALPONLY(clkctl)) { in dhdsdio_htclk()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_sdio.c1462 uint8 clkctl, clkreq, devctl; in dhdsdio_htclk() local
1467 clkctl = 0; in dhdsdio_htclk()
1505 clkctl = bcmsdh_cfg_read(sdh, SDIO_FUNC_1, SBSDIO_FUNC1_CHIPCLKCSR, &err); in dhdsdio_htclk()
1513 if (!SBSDIO_CLKAV(clkctl, bus->alp_only) && pendok) { in dhdsdio_htclk()
1539 if (!SBSDIO_CLKAV(clkctl, bus->alp_only)) { in dhdsdio_htclk()
1541 ((clkctl = bcmsdh_cfg_read(sdh, SDIO_FUNC_1, in dhdsdio_htclk()
1543 !SBSDIO_CLKAV(clkctl, bus->alp_only)), PMU_MAX_TRANSITION_DLY); in dhdsdio_htclk()
1549 if (!SBSDIO_CLKAV(clkctl, bus->alp_only)) { in dhdsdio_htclk()
1551 __FUNCTION__, PMU_MAX_TRANSITION_DLY, clkctl)); in dhdsdio_htclk()
1562 if (!SBSDIO_ALPONLY(clkctl)) { in dhdsdio_htclk()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_sdio.c1401 uint8 clkctl, clkreq, devctl; in dhdsdio_htclk() local
1406 clkctl = 0; in dhdsdio_htclk()
1444 clkctl = bcmsdh_cfg_read(sdh, SDIO_FUNC_1, SBSDIO_FUNC1_CHIPCLKCSR, &err); in dhdsdio_htclk()
1452 if (!SBSDIO_CLKAV(clkctl, bus->alp_only) && pendok) { in dhdsdio_htclk()
1478 if (!SBSDIO_CLKAV(clkctl, bus->alp_only)) { in dhdsdio_htclk()
1480 ((clkctl = bcmsdh_cfg_read(sdh, SDIO_FUNC_1, in dhdsdio_htclk()
1482 !SBSDIO_CLKAV(clkctl, bus->alp_only)), PMU_MAX_TRANSITION_DLY); in dhdsdio_htclk()
1488 if (!SBSDIO_CLKAV(clkctl, bus->alp_only)) { in dhdsdio_htclk()
1490 __FUNCTION__, PMU_MAX_TRANSITION_DLY, clkctl)); in dhdsdio_htclk()
1501 if (!SBSDIO_ALPONLY(clkctl)) { in dhdsdio_htclk()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_sdio.c1616 uint8 clkctl, clkreq, devctl; in dhdsdio_htclk() local
1621 clkctl = 0; in dhdsdio_htclk()
1672 clkctl = bcmsdh_cfg_read(sdh, SDIO_FUNC_1, SBSDIO_FUNC1_CHIPCLKCSR, &err); in dhdsdio_htclk()
1680 if (!SBSDIO_CLKAV(clkctl, bus->alp_only) && pendok) { in dhdsdio_htclk()
1706 if (!SBSDIO_CLKAV(clkctl, bus->alp_only)) { in dhdsdio_htclk()
1708 ((clkctl = bcmsdh_cfg_read(sdh, SDIO_FUNC_1, in dhdsdio_htclk()
1710 !SBSDIO_CLKAV(clkctl, bus->alp_only)), PMU_MAX_TRANSITION_DLY); in dhdsdio_htclk()
1716 if (!SBSDIO_CLKAV(clkctl, bus->alp_only)) { in dhdsdio_htclk()
1718 __FUNCTION__, PMU_MAX_TRANSITION_DLY, clkctl)); in dhdsdio_htclk()
1733 if (!SBSDIO_ALPONLY(clkctl)) { in dhdsdio_htclk()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_sdio.c1615 uint8 clkctl, clkreq, devctl; in dhdsdio_htclk() local
1620 clkctl = 0; in dhdsdio_htclk()
1671 clkctl = bcmsdh_cfg_read(sdh, SDIO_FUNC_1, SBSDIO_FUNC1_CHIPCLKCSR, &err); in dhdsdio_htclk()
1679 if (!SBSDIO_CLKAV(clkctl, bus->alp_only) && pendok) { in dhdsdio_htclk()
1705 if (!SBSDIO_CLKAV(clkctl, bus->alp_only)) { in dhdsdio_htclk()
1707 ((clkctl = bcmsdh_cfg_read(sdh, SDIO_FUNC_1, in dhdsdio_htclk()
1709 !SBSDIO_CLKAV(clkctl, bus->alp_only)), PMU_MAX_TRANSITION_DLY); in dhdsdio_htclk()
1715 if (!SBSDIO_CLKAV(clkctl, bus->alp_only)) { in dhdsdio_htclk()
1717 __FUNCTION__, PMU_MAX_TRANSITION_DLY, clkctl)); in dhdsdio_htclk()
1732 if (!SBSDIO_ALPONLY(clkctl)) { in dhdsdio_htclk()
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx5/
H A Dimx-regs.h301 struct clkctl { struct