/linux-2.6.39/arch/arm/mach-exynos4/ |
D | init.c | 29 struct s3c2410_uartcfg *tcfg = cfg; in exynos4_common_init_uarts() local 32 for (ucnt = 0; ucnt < no; ucnt++, tcfg++) { in exynos4_common_init_uarts() 33 if (!tcfg->clocks) { in exynos4_common_init_uarts() 34 tcfg->has_fracval = 1; in exynos4_common_init_uarts() 35 tcfg->clocks = exynos4_serial_clocks; in exynos4_common_init_uarts() 36 tcfg->clocks_size = ARRAY_SIZE(exynos4_serial_clocks); in exynos4_common_init_uarts()
|
/linux-2.6.39/arch/arm/mach-s5p6442/ |
D | init.c | 33 struct s3c2410_uartcfg *tcfg = cfg; in s5p6442_common_init_uarts() local 36 for (ucnt = 0; ucnt < no; ucnt++, tcfg++) { in s5p6442_common_init_uarts() 37 if (!tcfg->clocks) { in s5p6442_common_init_uarts() 38 tcfg->clocks = s5p6442_serial_clocks; in s5p6442_common_init_uarts() 39 tcfg->clocks_size = ARRAY_SIZE(s5p6442_serial_clocks); in s5p6442_common_init_uarts()
|
/linux-2.6.39/arch/arm/mach-s5pv210/ |
D | init.c | 33 struct s3c2410_uartcfg *tcfg = cfg; in s5pv210_common_init_uarts() local 36 for (ucnt = 0; ucnt < no; ucnt++, tcfg++) { in s5pv210_common_init_uarts() 37 if (!tcfg->clocks) { in s5pv210_common_init_uarts() 38 tcfg->clocks = s5pv210_serial_clocks; in s5pv210_common_init_uarts() 39 tcfg->clocks_size = ARRAY_SIZE(s5pv210_serial_clocks); in s5pv210_common_init_uarts()
|
/linux-2.6.39/arch/arm/mach-s5p64x0/ |
D | init.c | 45 struct s3c2410_uartcfg *tcfg = cfg; in s5p64x0_common_init_uarts() local 48 for (ucnt = 0; ucnt < no; ucnt++, tcfg++) { in s5p64x0_common_init_uarts() 49 if (!tcfg->clocks) { in s5p64x0_common_init_uarts() 50 tcfg->clocks = s5p64x0_serial_clocks; in s5p64x0_common_init_uarts() 51 tcfg->clocks_size = ARRAY_SIZE(s5p64x0_serial_clocks); in s5p64x0_common_init_uarts()
|
/linux-2.6.39/drivers/video/geode/ |
D | display_gx1.c | 84 u32 gcfg, tcfg, ocfg, dclk_div, val; in gx1_set_mode() local 93 tcfg = readl(par->dc_regs + DC_TIMING_CFG); in gx1_set_mode() 96 tcfg &= ~(DC_TCFG_BLKE | DC_TCFG_TGEN); in gx1_set_mode() 97 writel(tcfg, par->dc_regs + DC_TIMING_CFG); in gx1_set_mode() 147 tcfg = DC_TCFG_FPPE | DC_TCFG_HSYE | DC_TCFG_VSYE | DC_TCFG_BLKE in gx1_set_mode() 183 writel(tcfg, par->dc_regs + DC_TIMING_CFG); in gx1_set_mode()
|
/linux-2.6.39/arch/arm/plat-s3c24xx/include/mach/ |
D | pwm-clock.h | 17 static inline int pwm_cfg_src_is_tclk(unsigned long tcfg) in pwm_cfg_src_is_tclk() argument 19 return tcfg == S3C2410_TCFG1_MUX_TCLK; in pwm_cfg_src_is_tclk()
|
/linux-2.6.39/arch/arm/mach-s3c64xx/include/mach/ |
D | pwm-clock.h | 18 static inline int pwm_cfg_src_is_tclk(unsigned long tcfg) in pwm_cfg_src_is_tclk() argument 20 return tcfg >= S3C64XX_TCFG1_MUX_TCLK; in pwm_cfg_src_is_tclk()
|
/linux-2.6.39/arch/arm/mach-s5pc100/include/mach/ |
D | pwm-clock.h | 18 static inline int pwm_cfg_src_is_tclk(unsigned long tcfg) in pwm_cfg_src_is_tclk() argument 20 return tcfg >= S3C64XX_TCFG1_MUX_TCLK; in pwm_cfg_src_is_tclk()
|
/linux-2.6.39/arch/arm/mach-s5p6442/include/mach/ |
D | pwm-clock.h | 30 static inline int pwm_cfg_src_is_tclk(unsigned long tcfg) in pwm_cfg_src_is_tclk() argument 32 return tcfg == S3C64XX_TCFG1_MUX_TCLK; in pwm_cfg_src_is_tclk()
|
/linux-2.6.39/arch/arm/mach-s5pv210/include/mach/ |
D | pwm-clock.h | 30 static inline int pwm_cfg_src_is_tclk(unsigned long tcfg) in pwm_cfg_src_is_tclk() argument 32 return tcfg == S3C64XX_TCFG1_MUX_TCLK; in pwm_cfg_src_is_tclk()
|
/linux-2.6.39/arch/arm/mach-exynos4/include/mach/ |
D | pwm-clock.h | 30 static inline int pwm_cfg_src_is_tclk(unsigned long tcfg) in pwm_cfg_src_is_tclk() argument 32 return tcfg == S3C64XX_TCFG1_MUX_TCLK; in pwm_cfg_src_is_tclk()
|
/linux-2.6.39/arch/cris/arch-v32/drivers/ |
D | cryptocop.c | 91 struct cryptocop_tfrm_cfg *tcfg; member 452 if ((tc->tctx->init.alg == cryptocop_alg_aes) && (tc->tcfg->flags & CRYPTOCOP_DECRYPT)) { in setup_key_dl_desc() 509 iv_desc->dma_descr->buf = (char*)virt_to_phys(tc->tcfg->iv); in setup_cipher_iv_desc() 544 …if (((tc->produced + tc->tcfg->inject_ix) > operation->tfrm_op.outlen) || (tc->produced && (operat… in create_input_descriptors() 549 …op.outcount) && ((out_ix + operation->tfrm_op.outdata[outiov_ix].iov_len) <= tc->tcfg->inject_ix)){ in create_input_descriptors() 557 iov_offset = tc->tcfg->inject_ix - out_ix; in create_input_descriptors() 654 if (tc->tcfg) { in append_input_descriptors() 731 .tcfg = NULL}; in cryptocop_setup_dma_list() 750 .tcfg = NULL}; in cryptocop_setup_dma_list() 768 .tcfg = NULL, in cryptocop_setup_dma_list() [all …]
|
/linux-2.6.39/arch/arm/mach-s5p64x0/include/mach/ |
D | pwm-clock.h | 28 static inline int pwm_cfg_src_is_tclk(unsigned long tcfg) in pwm_cfg_src_is_tclk() argument
|
/linux-2.6.39/net/l2tp/ |
D | l2tp_ppp.c | 685 struct l2tp_tunnel_cfg tcfg = { in pppol2tp_connect() local 689 error = l2tp_tunnel_create(sock_net(sk), fd, ver, tunnel_id, peer_tunnel_id, &tcfg, &tunnel); in pppol2tp_connect()
|
/linux-2.6.39/drivers/net/bnx2x/ |
D | bnx2x_main.c | 227 struct tstorm_eth_function_common_config *tcfg, in storm_memset_func_cfg() argument 235 __storm_memset_struct(bp, addr, size, (u32 *)tcfg); in storm_memset_func_cfg() 2359 struct tstorm_eth_function_common_config tcfg = {0}; in bnx2x_func_init() local 2364 tcfg.config_flags |= in bnx2x_func_init() 2380 tcfg.config_flags |= rss_flgs; in bnx2x_func_init() 2381 tcfg.rss_result_mask = p->rss->result_mask; in bnx2x_func_init() 2383 storm_memset_func_cfg(bp, &tcfg, p->func_id); in bnx2x_func_init()
|