Home
last modified time | relevance | path

Searched refs:ccm (Results 1 – 25 of 68) sorted by relevance

123

/linux/drivers/clk/imx/
A Dclk-imx25.c41 #define ccm(x) (ccm_base + (x)) macro
85 clk[cpu] = imx_clk_divider("cpu", "cpu_sel", ccm(CCM_CCTL), 30, 2); in __mx25_clocks_init()
86 clk[ahb] = imx_clk_divider("ahb", "cpu", ccm(CCM_CCTL), 28, 2); in __mx25_clocks_init()
107 clk[cko] = imx_clk_gate("cko", "cko_div", ccm(CCM_MCR), 30); in __mx25_clocks_init()
140 clk[ata_ahb] = imx_clk_gate("ata_ahb", "ahb", ccm(CCM_CGCR0), 16); in __mx25_clocks_init()
142 clk[csi_ahb] = imx_clk_gate("csi_ahb", "ahb", ccm(CCM_CGCR0), 18); in __mx25_clocks_init()
143 clk[emi_ahb] = imx_clk_gate("emi_ahb", "ahb", ccm(CCM_CGCR0), 19); in __mx25_clocks_init()
147 clk[fec_ahb] = imx_clk_gate("fec_ahb", "ahb", ccm(CCM_CGCR0), 23); in __mx25_clocks_init()
228 void __iomem *ccm; in mx25_clocks_init_dt() local
230 ccm = of_iomap(np, 0); in mx25_clocks_init_dt()
[all …]
A Dclk-imx1.c29 static void __iomem *ccm __initdata;
30 #define CCM_CSCR (ccm + 0x0000)
31 #define CCM_MPCTL0 (ccm + 0x0004)
32 #define CCM_SPCTL0 (ccm + 0x000c)
33 #define CCM_PCDR (ccm + 0x0020)
34 #define SCM_GCCR (ccm + 0x0810)
38 ccm = of_iomap(np, 0); in mx1_clocks_init_dt()
39 BUG_ON(!ccm); in mx1_clocks_init_dt()
A Dclk-imx27.c23 #define CCM_CSCR (ccm + 0x00)
24 #define CCM_MPCTL0 (ccm + 0x04)
25 #define CCM_MPCTL1 (ccm + 0x08)
26 #define CCM_SPCTL0 (ccm + 0x0c)
28 #define CCM_PCDR0 (ccm + 0x18)
29 #define CCM_PCDR1 (ccm + 0x1c)
30 #define CCM_PCCR0 (ccm + 0x20)
31 #define CCM_PCCR1 (ccm + 0x24)
32 #define CCM_CCSR (ccm + 0x28)
54 BUG_ON(!ccm); in _mx27_clocks_init()
[all …]
A Dclk-imx31.c129 void __iomem *ccm; in mx31_clocks_init_dt() local
141 ccm = of_iomap(np, 0); in mx31_clocks_init_dt()
142 if (!ccm) in mx31_clocks_init_dt()
145 _mx31_clocks_init(ccm, fref); in mx31_clocks_init_dt()
/linux/drivers/net/ethernet/netronome/nfp/
A Dccm.c18 used_tags = ccm->tag_alloc_next - ccm->tag_alloc_last; in nfp_ccm_all_tags_busy()
34 WARN_ON(__test_and_set_bit(ccm->tag_alloc_next, ccm->tag_allocator)); in nfp_ccm_alloc_tag()
35 return ccm->tag_alloc_next++; in nfp_ccm_alloc_tag()
42 while (!test_bit(ccm->tag_alloc_last, ccm->tag_allocator) && in nfp_ccm_free_tag()
43 ccm->tag_alloc_last != ccm->tag_alloc_next) in nfp_ccm_free_tag()
44 ccm->tag_alloc_last++; in nfp_ccm_free_tag()
55 nfp_ccm_free_tag(ccm, tag); in __nfp_ccm_reply()
70 skb = __nfp_ccm_reply(ccm, tag); in nfp_ccm_reply()
84 nfp_ccm_free_tag(ccm, tag); in nfp_ccm_reply_drop_tag()
136 tag = nfp_ccm_alloc_tag(ccm); in nfp_ccm_communicate()
[all …]
A Dccm.h107 int nfp_ccm_init(struct nfp_ccm *ccm, struct nfp_app *app);
108 void nfp_ccm_clean(struct nfp_ccm *ccm);
109 void nfp_ccm_rx(struct nfp_ccm *ccm, struct sk_buff *skb);
111 nfp_ccm_communicate(struct nfp_ccm *ccm, struct sk_buff *skb,
/linux/drivers/power/supply/
A Dab8500_chargalg.c826 di->ccm.level = 0; in init_maxim_chg_curr()
855 di->ccm.current_iset - di->ccm.test_delta_i; in ab8500_chargalg_chg_curr_maxim()
856 di->ccm.current_iset = di->ccm.max_current; in ab8500_chargalg_chg_curr_maxim()
857 di->ccm.level--; in ab8500_chargalg_chg_curr_maxim()
862 di->ccm.wait_cnt = (di->ccm.wait_cnt + 1) % 3; in ab8500_chargalg_chg_curr_maxim()
875 if (di->ccm.current_iset == di->ccm.original_iset) in ab8500_chargalg_chg_curr_maxim()
879 di->ccm.current_iset = di->ccm.original_iset; in ab8500_chargalg_chg_curr_maxim()
886 (di->ccm.current_iset + di->ccm.test_delta_i) < in ab8500_chargalg_chg_curr_maxim()
891 di->ccm.current_iset += di->ccm.test_delta_i; in ab8500_chargalg_chg_curr_maxim()
892 di->ccm.level++; in ab8500_chargalg_chg_curr_maxim()
[all …]
/linux/Documentation/devicetree/bindings/clock/
A Dimx8m-clock.yaml19 - fsl,imx8mm-ccm
20 - fsl,imx8mn-ccm
21 - fsl,imx8mp-ccm
22 - fsl,imx8mq-ccm
54 const: fsl,imx8mq-ccm
105 compatible = "fsl,imx8mm-ccm";
116 compatible = "fsl,imx8mq-ccm";
A Dimx5-clock.yaml20 - fsl,imx53-ccm
21 - fsl,imx51-ccm
22 - fsl,imx50-ccm
52 compatible = "fsl,imx53-ccm";
A Dvf610-clock.txt4 - compatible: Should be "fsl,vf610-ccm"
27 clks: ccm@4006b000 {
28 compatible = "fsl,vf610-ccm";
A Dimx6sl-clock.yaml14 const: fsl,imx6sl-ccm
44 compatible = "fsl,imx6sl-ccm";
A Dimx1-clock.yaml19 const: fsl,imx1-ccm
40 compatible = "fsl,imx1-ccm";
A Dimx21-clock.yaml19 const: fsl,imx21-ccm
39 compatible = "fsl,imx21-ccm";
A Dimx27-clock.yaml19 const: fsl,imx27-ccm
42 compatible = "fsl,imx27-ccm";
A Dimx6sll-clock.yaml14 const: fsl,imx6sll-ccm
60 compatible = "fsl,imx6sll-ccm";
A Dimx6ul-clock.yaml14 const: fsl,imx6ul-ccm
60 compatible = "fsl,imx6ul-ccm";
A Dimx7d-clock.yaml20 const: fsl,imx7d-ccm
58 compatible = "fsl,imx7d-ccm";
A Dimx6sx-clock.yaml14 const: fsl,imx6sx-ccm
64 compatible = "fsl,imx6sx-ccm";
A Dimx35-clock.yaml105 const: fsl,imx35-ccm
127 compatible = "fsl,imx35-ccm";
A Dimx6q-clock.yaml14 const: fsl,imx6q-ccm
68 compatible = "fsl,imx6q-ccm";
/linux/arch/arm64/crypto/
A D.aes-ce-ccm-core.o.cmd1ccm-core.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin…
3 source_arch/arm64/crypto/aes-ce-ccm-core.o := arch/arm64/crypto/aes-ce-ccm-core.S
5 deps_arch/arm64/crypto/aes-ce-ccm-core.o := \
141 arch/arm64/crypto/aes-ce-ccm-core.o: $(deps_arch/arm64/crypto/aes-ce-ccm-core.o)
143 $(deps_arch/arm64/crypto/aes-ce-ccm-core.o):
A DMakefile35 obj-$(CONFIG_CRYPTO_AES_ARM64_CE_CCM) += aes-ce-ccm.o
36 aes-ce-ccm-y := aes-ce-ccm-glue.o aes-ce-ccm-core.o
A Dbuilt-in.a11 aes-ce-ccm-glue.o/
12 aes-ce-ccm-core.o/
A D.built-in.a.cmd1 …arch/arm64/crypto/aes-ce-glue.o arch/arm64/crypto/aes-ce-ccm-glue.o arch/arm64/crypto/aes-ce-ccm-c…
/linux/drivers/crypto/nx/
A Dnx-aes-ccm.c64 memcpy(nx_ctx->priv.ccm.nonce, in_key + key_len, 3); in ccm4309_aes_nx_set_key()
195 b1 = nx_ctx->priv.ccm.iauth_tag; in generate_pat()
337 struct nx_ccm_priv *priv = &nx_ctx->priv.ccm; in ccm_nx_decrypt()
487 memcpy(iv + 1, nx_ctx->priv.ccm.nonce, 3); in ccm4309_aes_nx_encrypt()
511 memcpy(iv + 1, nx_ctx->priv.ccm.nonce, 3); in ccm4309_aes_nx_decrypt()

Completed in 37 milliseconds

123