| /OK3568_Linux_fs/u-boot/board/freescale/mpc8313erdb/ |
| H A D | sdram.c | 48 volatile immap_t *im = (volatile immap_t *)CONFIG_SYS_IMMR; in fixed_sdram() local 51 im->sysconf.ddrlaw[0].bar = CONFIG_SYS_DDR_SDRAM_BASE & 0xfffff000; in fixed_sdram() 52 im->sysconf.ddrlaw[0].ar = LBLAWAR_EN | (msize_log2 - 1); in fixed_sdram() 53 im->sysconf.ddrcdr = CONFIG_SYS_DDRCDR_VALUE; in fixed_sdram() 64 im->ddr.csbnds[0].csbnds = in fixed_sdram() 68 im->ddr.cs_config[0] = CONFIG_SYS_DDR_CS0_CONFIG; in fixed_sdram() 71 im->ddr.cs_config[1] = 0; in fixed_sdram() 73 im->ddr.sdram_clk_cntl = CONFIG_SYS_DDR_CLK_CNTL; in fixed_sdram() 74 im->ddr.timing_cfg_3 = CONFIG_SYS_DDR_TIMING_3; in fixed_sdram() 75 im->ddr.timing_cfg_1 = CONFIG_SYS_DDR_TIMING_1; in fixed_sdram() [all …]
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8315erdb/ |
| H A D | sdram.c | 44 volatile immap_t *im = (volatile immap_t *)CONFIG_SYS_IMMR; in fixed_sdram() local 48 im->sysconf.ddrlaw[0].bar = CONFIG_SYS_DDR_SDRAM_BASE & 0xfffff000; in fixed_sdram() 49 im->sysconf.ddrlaw[0].ar = LBLAWAR_EN | (msize_log2 - 1); in fixed_sdram() 50 im->sysconf.ddrcdr = CONFIG_SYS_DDRCDR_VALUE; in fixed_sdram() 58 im->ddr.csbnds[0].csbnds = (msize - 1) >> 24; in fixed_sdram() 59 im->ddr.cs_config[0] = CONFIG_SYS_DDR_CS0_CONFIG; in fixed_sdram() 62 im->ddr.cs_config[1] = 0; in fixed_sdram() 64 im->ddr.sdram_clk_cntl = CONFIG_SYS_DDR_SDRAM_CLK_CNTL; in fixed_sdram() 65 im->ddr.timing_cfg_3 = CONFIG_SYS_DDR_TIMING_3; in fixed_sdram() 66 im->ddr.timing_cfg_1 = CONFIG_SYS_DDR_TIMING_1; in fixed_sdram() [all …]
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | em_ipt.c | 42 static int check_match(struct net *net, struct em_ipt_match *im, int mdata_len) in check_match() argument 52 mtpar.hook_mask = 1 << im->hook; in check_match() 53 mtpar.family = im->match->family; in check_match() 54 mtpar.match = im->match; in check_match() 56 mtpar.matchinfo = (void *)im->match_data; in check_match() 130 struct em_ipt_match *im = NULL; in em_ipt_change() local 160 im = kzalloc(sizeof(*im) + mdata_len, GFP_KERNEL); in em_ipt_change() 161 if (!im) { in em_ipt_change() 166 im->match = match; in em_ipt_change() 167 im->hook = nla_get_u32(tb[TCA_EM_IPT_HOOK]); in em_ipt_change() [all …]
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8349emds/ |
| H A D | mpc8349emds.c | 53 volatile immap_t *im = (immap_t *)CONFIG_SYS_IMMR; in dram_init() local 56 if ((im->sysconf.immrbar & IMMRBAR_BASE_ADDR) != (u32)im) in dram_init() 60 im->sysconf.ddrlaw[0].bar = CONFIG_SYS_DDR_BASE & LAWBAR_BAR; in dram_init() 90 volatile immap_t *im = (immap_t *)CONFIG_SYS_IMMR; in fixed_sdram() local 95 im->sysconf.ddrlaw[0].bar = CONFIG_SYS_DDR_SDRAM_BASE & 0xfffff000; in fixed_sdram() 96 im->sysconf.ddrlaw[0].ar = LAWAR_EN | ((ddr_size_log2 - 1) & LAWAR_SIZE); in fixed_sdram() 102 im->ddr.csbnds[2].csbnds = CONFIG_SYS_DDR_CS2_BNDS; in fixed_sdram() 103 im->ddr.cs_config[2] = CONFIG_SYS_DDR_CS2_CONFIG; in fixed_sdram() 104 im->ddr.timing_cfg_0 = CONFIG_SYS_DDR_TIMING_0; in fixed_sdram() 105 im->ddr.timing_cfg_1 = CONFIG_SYS_DDR_TIMING_1; in fixed_sdram() [all …]
|
| /OK3568_Linux_fs/u-boot/board/gdsys/mpc8308/ |
| H A D | sdram.c | 33 immap_t *im = (immap_t *)CONFIG_SYS_IMMR; in fixed_sdram() local 37 out_be32(&im->sysconf.ddrlaw[0].bar, in fixed_sdram() 39 out_be32(&im->sysconf.ddrlaw[0].ar, LBLAWAR_EN | (msize_log2 - 1)); in fixed_sdram() 40 out_be32(&im->sysconf.ddrcdr, CONFIG_SYS_DDRCDR_VALUE); in fixed_sdram() 42 out_be32(&im->ddr.csbnds[0].csbnds, (msize - 1) >> 24); in fixed_sdram() 43 out_be32(&im->ddr.cs_config[0], CONFIG_SYS_DDR_CS0_CONFIG); in fixed_sdram() 46 out_be32(&im->ddr.cs_config[1], 0); in fixed_sdram() 48 out_be32(&im->ddr.sdram_clk_cntl, CONFIG_SYS_DDR_SDRAM_CLK_CNTL); in fixed_sdram() 49 out_be32(&im->ddr.timing_cfg_3, CONFIG_SYS_DDR_TIMING_3); in fixed_sdram() 50 out_be32(&im->ddr.timing_cfg_1, CONFIG_SYS_DDR_TIMING_1); in fixed_sdram() [all …]
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8308rdb/ |
| H A D | sdram.c | 32 immap_t *im = (immap_t *)CONFIG_SYS_IMMR; in fixed_sdram() local 36 out_be32(&im->sysconf.ddrlaw[0].bar, in fixed_sdram() 38 out_be32(&im->sysconf.ddrlaw[0].ar, LBLAWAR_EN | (msize_log2 - 1)); in fixed_sdram() 39 out_be32(&im->sysconf.ddrcdr, CONFIG_SYS_DDRCDR_VALUE); in fixed_sdram() 41 out_be32(&im->ddr.csbnds[0].csbnds, (msize - 1) >> 24); in fixed_sdram() 42 out_be32(&im->ddr.cs_config[0], CONFIG_SYS_DDR_CS0_CONFIG); in fixed_sdram() 45 out_be32(&im->ddr.cs_config[1], 0); in fixed_sdram() 47 out_be32(&im->ddr.sdram_clk_cntl, CONFIG_SYS_DDR_SDRAM_CLK_CNTL); in fixed_sdram() 48 out_be32(&im->ddr.timing_cfg_3, CONFIG_SYS_DDR_TIMING_3); in fixed_sdram() 49 out_be32(&im->ddr.timing_cfg_1, CONFIG_SYS_DDR_TIMING_1); in fixed_sdram() [all …]
|
| /OK3568_Linux_fs/u-boot/board/mpc8308_p1m/ |
| H A D | sdram.c | 28 immap_t *im = (immap_t *)CONFIG_SYS_IMMR; in fixed_sdram() local 32 out_be32(&im->sysconf.ddrlaw[0].bar, in fixed_sdram() 34 out_be32(&im->sysconf.ddrlaw[0].ar, LBLAWAR_EN | (msize_log2 - 1)); in fixed_sdram() 35 out_be32(&im->sysconf.ddrcdr, CONFIG_SYS_DDRCDR_VALUE); in fixed_sdram() 37 out_be32(&im->ddr.csbnds[0].csbnds, (msize - 1) >> 24); in fixed_sdram() 38 out_be32(&im->ddr.cs_config[0], CONFIG_SYS_DDR_CS0_CONFIG); in fixed_sdram() 41 out_be32(&im->ddr.cs_config[1], 0); in fixed_sdram() 43 out_be32(&im->ddr.sdram_clk_cntl, CONFIG_SYS_DDR_SDRAM_CLK_CNTL); in fixed_sdram() 44 out_be32(&im->ddr.timing_cfg_3, CONFIG_SYS_DDR_TIMING_3); in fixed_sdram() 45 out_be32(&im->ddr.timing_cfg_1, CONFIG_SYS_DDR_TIMING_1); in fixed_sdram() [all …]
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8349itx/ |
| H A D | mpc8349itx.c | 31 volatile immap_t *im = (immap_t *) CONFIG_SYS_IMMR; in fixed_sdram() local 36 im->sysconf.ddrlaw[0].ar = in fixed_sdram() 38 im->sysconf.ddrlaw[0].bar = CONFIG_SYS_DDR_SDRAM_BASE & 0xfffff000; in fixed_sdram() 43 im->ddr.csbnds[0].csbnds = in fixed_sdram() 47 im->ddr.cs_config[0] = CONFIG_SYS_DDR_CS0_CONFIG; in fixed_sdram() 50 im->ddr.cs_config[1] = 0; in fixed_sdram() 51 im->ddr.cs_config[2] = 0; in fixed_sdram() 52 im->ddr.cs_config[3] = 0; in fixed_sdram() 54 debug("cs0_bnds = 0x%08x\n", im->ddr.csbnds[0].csbnds); in fixed_sdram() 55 debug("cs0_config = 0x%08x\n", im->ddr.cs_config[0]); in fixed_sdram() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/ |
| H A D | cpu_init.c | 49 void cpu_init_f (volatile immap_t * im) in cpu_init_f() argument 212 clrsetbits_be32(&im->arbiter.acr, acr_mask, acr_val); in cpu_init_f() 214 clrsetbits_be32(&im->sysconf.spcr, spcr_mask, spcr_val); in cpu_init_f() 216 clrsetbits_be32(&im->clk.sccr, sccr_mask, sccr_val); in cpu_init_f() 219 gd->arch.reset_status = __raw_readl(&im->reset.rsr); in cpu_init_f() 220 __raw_writel(~(RSR_RES), &im->reset.rsr); in cpu_init_f() 223 gd->arch.arbiter_event_attributes = __raw_readl(&im->arbiter.aeatr); in cpu_init_f() 224 gd->arch.arbiter_event_address = __raw_readl(&im->arbiter.aeadr); in cpu_init_f() 230 __raw_writel(RMR_CSRE & (1<<RMR_CSRE_SHIFT), &im->reset.rmr); in cpu_init_f() 235 clrsetbits_be32(&im->im_lbc.lcrr, lcrr_mask, lcrr_val); in cpu_init_f() [all …]
|
| H A D | spl_minimal.c | 19 void cpu_init_f (volatile immap_t * im) in cpu_init_f() argument 30 im->arbiter.acr = (im->arbiter.acr & ~ACR_PIPE_DEP) | in cpu_init_f() 36 im->arbiter.acr = (im->arbiter.acr & ~(ACR_RPTCNT)) | in cpu_init_f() 42 im->sysconf.spcr = (im->sysconf.spcr & ~SPCR_OPT) | in cpu_init_f() 47 im->sysconf.spcr |= SPCR_TBEN; in cpu_init_f() 51 im->sysconf.ddrcdr = CONFIG_SYS_DDRCDR; in cpu_init_f() 55 im->sysconf.obir = CONFIG_SYS_OBIR; in cpu_init_f() 73 im->sysconf.lblaw[0].bar = CONFIG_SYS_NAND_LBLAWBAR_PRELIM; in cpu_init_f() 74 im->sysconf.lblaw[0].ar = CONFIG_SYS_NAND_LBLAWAR_PRELIM; in cpu_init_f()
|
| /OK3568_Linux_fs/u-boot/board/ve8313/ |
| H A D | ve8313.c | 38 volatile immap_t *im = (volatile immap_t *)CONFIG_SYS_IMMR; in fixed_sdram() local 41 out_be32(&im->sysconf.ddrlaw[0].bar, in fixed_sdram() 43 out_be32(&im->sysconf.ddrlaw[0].ar, (LBLAWAR_EN | (msize_log2 - 1))); in fixed_sdram() 44 out_be32(&im->sysconf.ddrcdr, CONFIG_SYS_DDRCDR_VALUE); in fixed_sdram() 55 out_be32(&im->ddr.csbnds[0].csbnds, in fixed_sdram() 59 out_be32(&im->ddr.cs_config[0], CONFIG_SYS_DDR_CS0_CONFIG); in fixed_sdram() 62 out_be32(&im->ddr.cs_config[1], 0); in fixed_sdram() 64 out_be32(&im->ddr.sdram_clk_cntl, CONFIG_SYS_DDR_CLK_CNTL); in fixed_sdram() 65 out_be32(&im->ddr.timing_cfg_3, CONFIG_SYS_DDR_TIMING_3); in fixed_sdram() 66 out_be32(&im->ddr.timing_cfg_1, CONFIG_SYS_DDR_TIMING_1); in fixed_sdram() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/gpio/ |
| H A D | mpc83xx_gpio.c | 54 immap_t *im = (immap_t *)CONFIG_SYS_IMMR; in gpio_direction_input() local 66 clrbits_be32(&im->gpio[ctrlr].dir, line_mask); in gpio_direction_input() 74 immap_t *im = (immap_t *)CONFIG_SYS_IMMR; in gpio_direction_output() local 94 setbits_be32(&im->gpio[ctrlr].dir, line_mask); in gpio_direction_output() 102 immap_t *im = (immap_t *)CONFIG_SYS_IMMR; in gpio_get_value() local 115 return (in_be32(&im->gpio[ctrlr].dat) & line_mask) != 0; in gpio_get_value() 121 immap_t *im = (immap_t *)CONFIG_SYS_IMMR; in gpio_set_value() local 144 out_be32(&im->gpio[ctrlr].dat, gpio_output_value[ctrlr]); in gpio_set_value() 152 immap_t *im = (immap_t *)CONFIG_SYS_IMMR; in mpc83xx_gpio_init_f() local 155 out_be32(&im->gpio[0].dir, CONFIG_MPC83XX_GPIO_0_INIT_DIRECTION); in mpc83xx_gpio_init_f() [all …]
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc832xemds/ |
| H A D | mpc832xemds.c | 95 volatile immap_t *im = (immap_t *) CONFIG_SYS_IMMR; in dram_init() local 98 if ((im->sysconf.immrbar & IMMRBAR_BASE_ADDR) != (u32) im) in dram_init() 102 im->sysconf.ddrlaw[0].bar = CONFIG_SYS_DDR_BASE & LAWBAR_BAR; in dram_init() 117 volatile immap_t *im = (immap_t *) CONFIG_SYS_IMMR; in fixed_sdram() local 129 im->sysconf.ddrlaw[0].ar = in fixed_sdram() 134 im->ddr.sdram_clk_cntl = CONFIG_SYS_DDR_CLK_CNTL; in fixed_sdram() 135 im->ddr.csbnds[0].csbnds = CONFIG_SYS_DDR_CS0_BNDS; in fixed_sdram() 136 im->ddr.cs_config[0] = CONFIG_SYS_DDR_CS0_CONFIG; in fixed_sdram() 137 im->ddr.timing_cfg_0 = CONFIG_SYS_DDR_TIMING_0; in fixed_sdram() 138 im->ddr.timing_cfg_1 = CONFIG_SYS_DDR_TIMING_1; in fixed_sdram() [all …]
|
| /OK3568_Linux_fs/u-boot/board/ids/ids8313/ |
| H A D | ids8313.c | 54 immap_t *im = (immap_t *)CONFIG_SYS_IMMR; in fixed_sdram() local 60 out_be32(&im->sysconf.ddrlaw[0].bar, in fixed_sdram() 62 out_be32(&im->sysconf.ddrlaw[0].ar, LBLAWAR_EN | (msize_log2 - 1)); in fixed_sdram() 63 out_be32(&im->sysconf.ddrcdr, CONFIG_SYS_DDRCDR_VALUE); in fixed_sdram() 72 out_be32(&im->ddr.csbnds[0].csbnds, (msize - 1) >> 24); in fixed_sdram() 73 out_be32(&im->ddr.cs_config[0], config); in fixed_sdram() 76 out_be32(&im->ddr.cs_config[1], 0); in fixed_sdram() 77 out_be32(&im->ddr.cs_config[2], 0); in fixed_sdram() 78 out_be32(&im->ddr.cs_config[3], 0); in fixed_sdram() 80 out_be32(&im->ddr.timing_cfg_3, CONFIG_SYS_DDR_TIMING_3); in fixed_sdram() [all …]
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc837xerdb/ |
| H A D | mpc837xerdb.c | 67 immap_t *im = (immap_t *) CONFIG_SYS_IMMR; in dram_init() local 70 if ((im->sysconf.immrbar & IMMRBAR_BASE_ADDR) != (u32) im) in dram_init() 95 immap_t *im = (immap_t *) CONFIG_SYS_IMMR; in fixed_sdram() local 99 im->sysconf.ddrlaw[0].bar = CONFIG_SYS_DDR_SDRAM_BASE & 0xfffff000; in fixed_sdram() 100 im->sysconf.ddrlaw[0].ar = LBLAWAR_EN | (msize_log2 - 1); in fixed_sdram() 102 im->sysconf.ddrcdr = CONFIG_SYS_DDRCDR_VALUE; in fixed_sdram() 105 im->ddr.sdram_clk_cntl = CONFIG_SYS_DDR_SDRAM_CLK_CNTL; in fixed_sdram() 108 im->ddr.csbnds[0].csbnds = CONFIG_SYS_DDR_CS0_BNDS; in fixed_sdram() 109 im->ddr.cs_config[0] = CONFIG_SYS_DDR_CS0_CONFIG; in fixed_sdram() 112 im->ddr.timing_cfg_0 = CONFIG_SYS_DDR_TIMING_0; in fixed_sdram() [all …]
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | trampoline.c | 172 struct bpf_tramp_image *im; in __bpf_tramp_image_put_deferred() local 174 im = container_of(work, struct bpf_tramp_image, work); in __bpf_tramp_image_put_deferred() 175 bpf_image_ksym_del(&im->ksym); in __bpf_tramp_image_put_deferred() 176 trace_android_vh_set_memory_nx((unsigned long)im->image, 1); in __bpf_tramp_image_put_deferred() 177 bpf_jit_free_exec(im->image); in __bpf_tramp_image_put_deferred() 179 percpu_ref_exit(&im->pcref); in __bpf_tramp_image_put_deferred() 180 kfree_rcu(im, rcu); in __bpf_tramp_image_put_deferred() 186 struct bpf_tramp_image *im; in __bpf_tramp_image_put_rcu() local 188 im = container_of(rcu, struct bpf_tramp_image, rcu); in __bpf_tramp_image_put_rcu() 189 INIT_WORK(&im->work, __bpf_tramp_image_put_deferred); in __bpf_tramp_image_put_rcu() [all …]
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | igmp.c | 156 static void igmpv3_add_delrec(struct in_device *in_dev, struct ip_mc_list *im, 158 static void igmpv3_del_delrec(struct in_device *in_dev, struct ip_mc_list *im); 167 static void ip_ma_put(struct ip_mc_list *im) in ip_ma_put() argument 169 if (refcount_dec_and_test(&im->refcnt)) { in ip_ma_put() 170 in_dev_put(im->interface); in ip_ma_put() 171 kfree_rcu(im, rcu); in ip_ma_put() 202 static void igmp_stop_timer(struct ip_mc_list *im) in igmp_stop_timer() argument 204 spin_lock_bh(&im->lock); in igmp_stop_timer() 205 if (del_timer(&im->timer)) in igmp_stop_timer() 206 refcount_dec(&im->refcnt); in igmp_stop_timer() [all …]
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc837xemds/ |
| H A D | mpc837xemds.c | 66 struct immap __iomem *im = (struct immap __iomem *)CONFIG_SYS_IMMR; in board_mmc_init() local 76 clrsetbits_be32(&im->sysconf.sicrl, SICRL_USB_B, SICRL_USB_B_SD); in board_mmc_init() 77 clrsetbits_be32(&im->sysconf.sicrh, SICRH_GPIO2_E | SICRH_SPI, in board_mmc_init() 89 struct immap __iomem *im = (struct immap __iomem *)CONFIG_SYS_IMMR; in board_eth_init() local 90 u32 rcwh = in_be32(&im->reset.rcwh); in board_eth_init() 188 struct immap __iomem *im = (struct immap __iomem *)CONFIG_SYS_IMMR; in ft_tsec_fixup() local 189 u32 rcwh = in_be32(&im->reset.rcwh); in ft_tsec_fixup() 223 volatile immap_t *im = (immap_t *) CONFIG_SYS_IMMR; in dram_init() local 226 if ((im->sysconf.immrbar & IMMRBAR_BASE_ADDR) != (u32) im) in dram_init() 252 volatile immap_t *im = (immap_t *) CONFIG_SYS_IMMR; in fixed_sdram() local [all …]
|
| /OK3568_Linux_fs/u-boot/board/sbc8349/ |
| H A D | sbc8349.c | 42 volatile immap_t *im = (immap_t *)CONFIG_SYS_IMMR; in dram_init() local 45 if ((im->sysconf.immrbar & IMMRBAR_BASE_ADDR) != (u32)im) in dram_init() 49 im->sysconf.ddrlaw[0].bar = CONFIG_SYS_DDR_BASE & LAWBAR_BAR; in dram_init() 78 volatile immap_t *im = (immap_t *)CONFIG_SYS_IMMR; in fixed_sdram() local 83 im->sysconf.ddrlaw[0].bar = CONFIG_SYS_DDR_SDRAM_BASE & 0xfffff000; in fixed_sdram() 84 im->sysconf.ddrlaw[0].ar = LAWAR_EN | ((ddr_size_log2 - 1) & LAWAR_SIZE); in fixed_sdram() 93 im->ddr.csbnds[2].csbnds = in fixed_sdram() 97 im->ddr.cs_config[2] = CONFIG_SYS_DDR_CS2_CONFIG; in fixed_sdram() 100 im->ddr.cs_config[0] = 0; in fixed_sdram() 101 im->ddr.cs_config[1] = 0; in fixed_sdram() [all …]
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8323erdb/ |
| H A D | mpc8323erdb.c | 75 volatile immap_t *im = (immap_t *) CONFIG_SYS_IMMR; in dram_init() local 78 if ((im->sysconf.immrbar & IMMRBAR_BASE_ADDR) != (u32) im) in dram_init() 82 im->sysconf.ddrlaw[0].bar = CONFIG_SYS_DDR_BASE & LAWBAR_BAR; in dram_init() 97 volatile immap_t *im = (immap_t *) CONFIG_SYS_IMMR; in fixed_sdram() local 109 im->sysconf.ddrlaw[0].ar = in fixed_sdram() 111 im->ddr.sdram_clk_cntl = CONFIG_SYS_DDR_CLK_CNTL; in fixed_sdram() 112 im->ddr.csbnds[0].csbnds = CONFIG_SYS_DDR_CS0_BNDS; in fixed_sdram() 113 im->ddr.cs_config[0] = CONFIG_SYS_DDR_CS0_CONFIG; in fixed_sdram() 114 im->ddr.timing_cfg_0 = CONFIG_SYS_DDR_TIMING_0; in fixed_sdram() 115 im->ddr.timing_cfg_1 = CONFIG_SYS_DDR_TIMING_1; in fixed_sdram() [all …]
|
| /OK3568_Linux_fs/u-boot/board/keymile/km83xx/ |
| H A D | km83xx.c | 292 immap_t *im = (immap_t *)CONFIG_SYS_IMMR; in fixed_sdram() local 297 out_be32(&im->sysconf.ddrlaw[0].ar, (LAWAR_EN | 0x1e)); in fixed_sdram() 298 out_be32(&im->ddr.csbnds[0].csbnds, (CONFIG_SYS_DDR_CS0_BNDS) | 0x7f); in fixed_sdram() 299 out_be32(&im->ddr.cs_config[0], CONFIG_SYS_DDR_CS0_CONFIG); in fixed_sdram() 300 out_be32(&im->ddr.timing_cfg_0, CONFIG_SYS_DDR_TIMING_0); in fixed_sdram() 301 out_be32(&im->ddr.timing_cfg_1, CONFIG_SYS_DDR_TIMING_1); in fixed_sdram() 302 out_be32(&im->ddr.timing_cfg_2, CONFIG_SYS_DDR_TIMING_2); in fixed_sdram() 303 out_be32(&im->ddr.timing_cfg_3, CONFIG_SYS_DDR_TIMING_3); in fixed_sdram() 304 out_be32(&im->ddr.sdram_cfg, CONFIG_SYS_DDR_SDRAM_CFG); in fixed_sdram() 305 out_be32(&im->ddr.sdram_cfg2, CONFIG_SYS_DDR_SDRAM_CFG2); in fixed_sdram() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libwmf/libwmf/ |
| H A D | libwmf-0.2.8.4-useafterfree.patch | 5 --- libwmf-0.2.8.4/src/extra/gd/gd_clip.c.CVE-2009-1364-im-clip-list 2009-04-24 04:06:44.000000000 … 7 @@ -70,6 +70,7 @@ void gdClipSetAdd(gdImagePtr im,gdClipRe 8 { more = gdRealloc (im->clip->list,(im->clip->max + 8) * sizeof (gdClipRectangle)); 10 im->clip->max += 8; 11 + im->clip->list = more; 13 im->clip->list[im->clip->count] = (*rect); 14 im->clip->count++;
|
| /OK3568_Linux_fs/u-boot/board/tqc/tqm834x/ |
| H A D | tqm834x.c | 51 static volatile immap_t *im = (immap_t *)CONFIG_SYS_IMMR; variable 59 if ((im->sysconf.immrbar & IMMRBAR_BASE_ADDR) != (u32)im) in board_early_init_r() 76 im->sysconf.ddrlaw[0].bar = CONFIG_SYS_DDR_BASE; in dram_init() 77 im->sysconf.ddrlaw[0].ar = (LAWAR_EN | LAWAR_SIZE_2G); in dram_init() 94 im->ddr.sdram_cfg = (SDRAM_CFG_MEM_EN | in dram_init() 323 im->ddr.csbnds[cs].csbnds = 0x00000000; in set_cs_bounds() 325 im->ddr.csbnds[cs].csbnds = in set_cs_bounds() 340 im->ddr.cs_config[cs] = config; in set_cs_config() 349 im->ddr.sdram_clk_cntl = DDR_SDRAM_CLK_CNTL_SS_EN | in set_ddr_config() 354 im->ddr.timing_cfg_1 = in set_ddr_config() [all …]
|
| /OK3568_Linux_fs/external/common_algorithm/video/move_detect/test/ |
| H A D | test.c | 10 void down_sampling(unsigned char* im, unsigned char* img_down_sam, int height, int width); 11 void down_sampling1(unsigned char* im, unsigned char* img_down_sam, int height, int width); 13 void down_sampling(unsigned char* im, unsigned char* img_down_sam, int height, int width) in down_sampling() argument 24 …im[(i * 3 + 0)*width * 3 + j * 3 + 0] + im[(i * 3 + 0)*width * 3 + j * 3 + 1] + im[(i * 3 + 0)*wid… in down_sampling() 31 void down_sampling1(unsigned char* im, unsigned char* img_down_sam, int height, int width) in down_sampling1() argument 42 img_down_sam[i*width + j] = im[(i * 2 + 1)*width * 2 + j * 2 + 1]; in down_sampling1()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-sato/matchbox-keyboard/ |
| H A D | matchbox-keyboard_0.1.1.bb | 29 PACKAGECONFIG ??= "gtk3-im applet" 31 PACKAGECONFIG[gtk2-im] = "--enable-gtk-im,--disable-gtk-im,gtk+" 32 PACKAGECONFIG[gtk3-im] = "--enable-gtk3-im,--disable-gtk3-im,gtk+3" 34 PACKAGES += "${PN}-im ${PN}-applet" 42 FILES:${PN}-im = "${libdir}/gtk-2.0/*/immodules/*.so \ 57 GTKIMMODULES_PACKAGES = "${PN}-im"
|