Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-imx/
Dclk-imx25.c56 #define ccm(x) (ccm_base + (x)) macro
98 clk[mpll] = imx_clk_pllv1("mpll", "osc", ccm(CCM_MPCTL)); in __mx25_clocks_init()
99 clk[upll] = imx_clk_pllv1("upll", "osc", ccm(CCM_UPCTL)); in __mx25_clocks_init()
101 …clk[cpu_sel] = imx_clk_mux("cpu_sel", ccm(CCM_CCTL), 14, 1, cpu_sel_clks, ARRAY_SIZE(cpu_sel_clks)… in __mx25_clocks_init()
102 clk[cpu] = imx_clk_divider("cpu", "cpu_sel", ccm(CCM_CCTL), 30, 2); in __mx25_clocks_init()
103 clk[ahb] = imx_clk_divider("ahb", "cpu", ccm(CCM_CCTL), 28, 2); in __mx25_clocks_init()
104 clk[usb_div] = imx_clk_divider("usb_div", "upll", ccm(CCM_CCTL), 16, 6); in __mx25_clocks_init()
106 …clk[per0_sel] = imx_clk_mux("per0_sel", ccm(CCM_MCR), 0, 1, per_sel_clks, ARRAY_SIZE(per_sel_clks)… in __mx25_clocks_init()
107 …clk[per1_sel] = imx_clk_mux("per1_sel", ccm(CCM_MCR), 1, 1, per_sel_clks, ARRAY_SIZE(per_sel_clks)… in __mx25_clocks_init()
108 …clk[per2_sel] = imx_clk_mux("per2_sel", ccm(CCM_MCR), 2, 1, per_sel_clks, ARRAY_SIZE(per_sel_clks)… in __mx25_clocks_init()
[all …]
Dclk-imx1.c38 static void __iomem *ccm __initdata;
39 #define CCM_CSCR (ccm + 0x0000)
40 #define CCM_MPCTL0 (ccm + 0x0004)
41 #define CCM_SPCTL0 (ccm + 0x000c)
42 #define CCM_PCDR (ccm + 0x0020)
43 #define SCM_GCCR (ccm + 0x0810)
78 ccm = MX1_IO_ADDRESS(MX1_CCM_BASE_ADDR); in mx1_clocks_init()
108 ccm = of_iomap(np, 0); in mx1_clocks_init_dt()
109 BUG_ON(!ccm); in mx1_clocks_init_dt()
Dclk-imx21.c23 static void __iomem *ccm __initdata;
26 #define CCM_CSCR (ccm + 0x00)
27 #define CCM_MPCTL0 (ccm + 0x04)
28 #define CCM_SPCTL0 (ccm + 0x0c)
29 #define CCM_PCDR0 (ccm + 0x18)
30 #define CCM_PCDR1 (ccm + 0x1c)
31 #define CCM_PCCR0 (ccm + 0x20)
32 #define CCM_PCCR1 (ccm + 0x24)
44 BUG_ON(!ccm); in _mx21_clocks_init()
124 ccm = ioremap(MX21_CCM_BASE_ADDR, SZ_2K); in mx21_clocks_init()
[all …]
Dclk-imx27.c13 static void __iomem *ccm __initdata;
16 #define CCM_CSCR (ccm + 0x00)
17 #define CCM_MPCTL0 (ccm + 0x04)
18 #define CCM_MPCTL1 (ccm + 0x08)
19 #define CCM_SPCTL0 (ccm + 0x0c)
20 #define CCM_SPCTL1 (ccm + 0x10)
21 #define CCM_PCDR0 (ccm + 0x18)
22 #define CCM_PCDR1 (ccm + 0x1c)
23 #define CCM_PCCR0 (ccm + 0x20)
24 #define CCM_PCCR1 (ccm + 0x24)
[all …]
/linux-4.1.27/drivers/power/
Dabx500_chargalg.c249 struct abx500_charge_curr_maximization ccm; member
857 di->ccm.original_iset = in init_maxim_chg_curr()
859 di->ccm.current_iset = in init_maxim_chg_curr()
861 di->ccm.test_delta_i = di->bm->maxi->charger_curr_step; in init_maxim_chg_curr()
862 di->ccm.max_current = di->bm->maxi->chg_curr; in init_maxim_chg_curr()
863 di->ccm.condition_cnt = di->bm->maxi->wait_cycles; in init_maxim_chg_curr()
864 di->ccm.level = 0; in init_maxim_chg_curr()
883 delta_i = di->ccm.original_iset - di->batt_data.inst_curr; in abx500_chargalg_chg_curr_maxim()
887 di->ccm.wait_cnt); in abx500_chargalg_chg_curr_maxim()
888 if (di->ccm.wait_cnt == 0) { in abx500_chargalg_chg_curr_maxim()
[all …]
/linux-4.1.27/arch/arm64/crypto/
DMakefile23 obj-$(CONFIG_CRYPTO_AES_ARM64_CE_CCM) += aes-ce-ccm.o
24 aes-ce-ccm-y := aes-ce-ccm-glue.o aes-ce-ccm-core.o
/linux-4.1.27/Documentation/devicetree/bindings/clock/
Dimx27-clock.txt4 - compatible: Should be "fsl,imx27-ccm"
14 clks: ccm@10027000{
15 compatible = "fsl,imx27-ccm";
Dimx1-clock.txt4 - compatible: Should be "fsl,imx1-ccm".
13 clks: ccm@0021b000 {
15 compatible = "fsl,imx1-ccm";
Dimx21-clock.txt4 - compatible : Should be "fsl,imx21-ccm".
14 clks: ccm@10027000{
15 compatible = "fsl,imx21-ccm";
Dimx5-clock.txt4 - compatible: Should be "fsl,<soc>-ccm" , where <soc> can be imx51 or imx53
15 clks: ccm@53fd4000{
16 compatible = "fsl,imx53-ccm";
Dimx6q-clock.txt4 - compatible: Should be "fsl,imx6q-ccm"
17 clks: ccm@020c4000 {
18 compatible = "fsl,imx6q-ccm";
Dimx31-clock.txt4 - compatible: Should be "fsl,imx31-ccm"
77 clks: ccm@53f80000{
78 compatible = "fsl,imx31-ccm";
Dvf610-clock.txt4 - compatible: Should be "fsl,vf610-ccm"
27 clks: ccm@4006b000 {
28 compatible = "fsl,vf610-ccm";
Dimx35-clock.txt4 - compatible: Should be "fsl,imx35-ccm"
100 clks: ccm@53f80000 {
101 compatible = "fsl,imx35-ccm";
Dimx25-clock.txt4 - compatible: Should be "fsl,imx25-ccm"
148 clks: ccm@53f80000 {
149 compatible = "fsl,imx25-ccm";
Dimx6sl-clock.txt4 - compatible: Should be "fsl,imx6sl-ccm"
Dimx6sx-clock.txt4 - compatible: Should be "fsl,imx6sx-ccm"
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dbrcm,cygnus-gpio.txt6 Must be "brcm,cygnus-ccm-gpio", "brcm,cygnus-asiu-gpio", or
53 compatible = "brcm,cygnus-ccm-gpio";
/linux-4.1.27/drivers/crypto/nx/
Dnx-aes-ccm.c76 memcpy(nx_ctx->priv.ccm.nonce, in_key + key_len, 3); in ccm4309_aes_nx_set_key()
210 b1 = nx_ctx->priv.ccm.iauth_tag; in generate_pat()
352 struct nx_ccm_priv *priv = &nx_ctx->priv.ccm; in ccm_nx_decrypt()
502 memcpy(iv + 1, nx_ctx->priv.ccm.nonce, 3); in ccm4309_aes_nx_encrypt()
534 memcpy(iv + 1, nx_ctx->priv.ccm.nonce, 3); in ccm4309_aes_nx_decrypt()
DMakefile7 nx-aes-ccm.o \
Dnx.h146 struct nx_ccm_priv ccm; member
/linux-4.1.27/arch/arm/boot/dts/
Dimx31.dtsi114 clks: ccm@53f80000{
115 compatible = "fsl,imx31-ccm";
Dimx1.dtsi189 clks: ccm@0021b000 {
190 compatible = "fsl,imx1-ccm";
Dimx35.dtsi190 clks: ccm@53f80000 {
191 compatible = "fsl,imx35-ccm";
Dimx50.dtsi334 clks: ccm@53fd4000{
335 compatible = "fsl,imx50-ccm";
Dimx25.dtsi307 clks: ccm@53f80000 {
308 compatible = "fsl,imx25-ccm";
Dvfxxx.dtsi350 clks: ccm@4006b000 {
351 compatible = "fsl,vf610-ccm";
Dimx27.dtsi529 clks: ccm@10027000{
530 compatible = "fsl,imx27-ccm";
Dimx51.dtsi422 clks: ccm@73fd4000{
423 compatible = "fsl,imx51-ccm";
Dbcm-cygnus.dtsi72 compatible = "brcm,cygnus-ccm-gpio";
Dimx53.dtsi539 clks: ccm@53fd4000{
540 compatible = "fsl,imx53-ccm";
Dimx6sl.dtsi431 clks: ccm@020c4000 {
432 compatible = "fsl,imx6sl-ccm";
Dimx6qdl.dtsi528 clks: ccm@020c4000 {
529 compatible = "fsl,imx6q-ccm";
Dimx6sx.dtsi529 clks: ccm@020c4000 {
530 compatible = "fsl,imx6sx-ccm";
/linux-4.1.27/drivers/iommu/
Dfsl_pamu.c854 void __iomem *ccm = NULL; in create_csd() local
906 ccm = of_iomap(np, 0); in create_csd()
907 if (!ccm) { in create_csd()
913 csdids = ccm + 0x600; in create_csd()
966 if (ccm) in create_csd()
967 iounmap(ccm); in create_csd()
/linux-4.1.27/drivers/crypto/caam/
Dpdb.h91 struct ipsec_encap_ccm ccm; member
128 struct ipsec_decap_ccm ccm; member
/linux-4.1.27/crypto/
DMakefile60 obj-$(CONFIG_CRYPTO_CCM) += ccm.o
/linux-4.1.27/drivers/s390/char/
Dsclp_cmd.c648 u8 ccm; member
715 u8 ccm; member