Home
last modified time | relevance | path

Searched refs:tcfg (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/geode/
Ddisplay_gx1.c84 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-4.4.14/arch/cris/arch-v32/drivers/
Dcryptocop.c91 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-4.4.14/drivers/media/pci/pt3/
Dpt3.c399 struct qm1d1c0042_config tcfg; in pt3_attach_fe() local
401 tcfg = adap_conf[i].tuner_cfg.qm1d1c0042; in pt3_attach_fe()
402 tcfg.fe = cfg.fe; in pt3_attach_fe()
404 info.platform_data = &tcfg; in pt3_attach_fe()
408 struct mxl301rf_config tcfg; in pt3_attach_fe() local
410 tcfg = adap_conf[i].tuner_cfg.mxl301rf; in pt3_attach_fe()
411 tcfg.fe = cfg.fe; in pt3_attach_fe()
413 info.platform_data = &tcfg; in pt3_attach_fe()
/linux-4.4.14/net/l2tp/
Dl2tp_ppp.c678 struct l2tp_tunnel_cfg tcfg = { in pppol2tp_connect() local
682 error = l2tp_tunnel_create(sock_net(sk), fd, ver, tunnel_id, peer_tunnel_id, &tcfg, &tunnel); in pppol2tp_connect()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c3049 struct tstorm_eth_function_common_config *tcfg, in storm_memset_func_cfg() argument
3057 __storm_memset_struct(bp, addr, size, (u32 *)tcfg); in storm_memset_func_cfg()
3063 struct tstorm_eth_function_common_config tcfg = {0}; in bnx2x_func_init() local
3065 storm_memset_func_cfg(bp, &tcfg, p->func_id); in bnx2x_func_init()