Searched refs:tcfg (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/video/fbdev/geode/
H A Ddisplay_gx1.c80 u32 gcfg, tcfg, ocfg, dclk_div, val; local
89 tcfg = readl(par->dc_regs + DC_TIMING_CFG);
92 tcfg &= ~(DC_TCFG_BLKE | DC_TCFG_TGEN);
93 writel(tcfg, par->dc_regs + DC_TIMING_CFG);
143 tcfg = DC_TCFG_FPPE | DC_TCFG_HSYE | DC_TCFG_VSYE | DC_TCFG_BLKE
179 writel(tcfg, par->dc_regs + DC_TIMING_CFG);
/linux-master/drivers/media/pci/pt3/
H A Dpt3.c389 struct qm1d1c0042_config tcfg; local
391 tcfg = adap_conf[i].tuner_cfg.qm1d1c0042;
392 tcfg.fe = cfg.fe;
395 info->addr, &tcfg);
397 struct mxl301rf_config tcfg; local
399 tcfg = adap_conf[i].tuner_cfg.mxl301rf;
400 tcfg.fe = cfg.fe;
403 info->addr, &tcfg);
/linux-master/drivers/media/pci/pt1/
H A Dpt1.c987 struct qm1d1b0004_config tcfg; local
990 tcfg = pt1_configs[i].tuner_cfg.qm1d1b0004;
991 tcfg.fe = dcfg.fe;
994 info->addr, &tcfg);
996 struct dvb_pll_config tcfg; local
999 tcfg = pt1_configs[i].tuner_cfg.tda6651;
1000 tcfg.fe = dcfg.fe;
1003 info->addr, &tcfg);
/linux-master/sound/soc/intel/avs/
H A Dpath.c473 struct avs_tplg_modcfg_ext *tcfg = t->cfg_ext; local
478 num_pins = tcfg->generic.num_input_pins + tcfg->generic.num_output_pins;
491 cfg->num_input_pins = tcfg->generic.num_input_pins;
492 cfg->num_output_pins = tcfg->generic.num_output_pins;
496 struct avs_tplg_pin_format *tpin = &tcfg->generic.pin_fmts[i];
/linux-master/arch/x86/include/asm/fpu/
H A Dtypes.h293 u64 tcfg[8]; member in struct:xtile_cfg
/linux-master/net/l2tp/
H A Dl2tp_ppp.c670 struct l2tp_tunnel_cfg tcfg = { local
683 info->peer_tunnel_id, &tcfg,
689 error = l2tp_tunnel_register(tunnel, net, &tcfg);
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_ct.c2785 u32 tcfg; local
2791 tcfg = phba->sli4_hba.conf_trunk;
2792 for (i = 0; i < 4; i++, tcfg >>= 1)
2793 if (tcfg & 1)
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c3064 struct tstorm_eth_function_common_config *tcfg,
3072 __storm_memset_struct(bp, addr, size, (u32 *)tcfg);
3078 struct tstorm_eth_function_common_config tcfg = {0}; local
3080 storm_memset_func_cfg(bp, &tcfg, p->func_id);
3063 storm_memset_func_cfg(struct bnx2x *bp, struct tstorm_eth_function_common_config *tcfg, u16 abs_fid) argument

Completed in 195 milliseconds