Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/geode/
H A Ddisplay_gx1.c80 u32 gcfg, tcfg, ocfg, dclk_div, val; in gx1_set_mode() local
89 tcfg = readl(par->dc_regs + DC_TIMING_CFG); in gx1_set_mode()
92 tcfg &= ~(DC_TCFG_BLKE | DC_TCFG_TGEN); in gx1_set_mode()
93 writel(tcfg, par->dc_regs + DC_TIMING_CFG); in gx1_set_mode()
143 tcfg = DC_TCFG_FPPE | DC_TCFG_HSYE | DC_TCFG_VSYE | DC_TCFG_BLKE in gx1_set_mode()
179 writel(tcfg, par->dc_regs + DC_TIMING_CFG); in gx1_set_mode()
/linux/drivers/media/pci/pt3/
H A Dpt3.c389 struct qm1d1c0042_config tcfg; in pt3_attach_fe() local
391 tcfg = adap_conf[i].tuner_cfg.qm1d1c0042; in pt3_attach_fe()
392 tcfg.fe = cfg.fe; in pt3_attach_fe()
395 info->addr, &tcfg); in pt3_attach_fe()
397 struct mxl301rf_config tcfg; in pt3_attach_fe() local
399 tcfg = adap_conf[i].tuner_cfg.mxl301rf; in pt3_attach_fe()
400 tcfg.fe = cfg.fe; in pt3_attach_fe()
403 info->addr, &tcfg); in pt3_attach_fe()
/linux/drivers/media/pci/pt1/
H A Dpt1.c987 struct qm1d1b0004_config tcfg; in pt1_init_frontends() local
990 tcfg = pt1_configs[i].tuner_cfg.qm1d1b0004; in pt1_init_frontends()
991 tcfg.fe = dcfg.fe; in pt1_init_frontends()
994 info->addr, &tcfg); in pt1_init_frontends()
996 struct dvb_pll_config tcfg; in pt1_init_frontends() local
999 tcfg = pt1_configs[i].tuner_cfg.tda6651; in pt1_init_frontends()
1000 tcfg.fe = dcfg.fe; in pt1_init_frontends()
1003 info->addr, &tcfg); in pt1_init_frontends()
/linux/sound/soc/intel/avs/
H A Dpath.c762 struct avs_tplg_modcfg_ext *tcfg = t->cfg_ext; in avs_modext_create() local
767 num_pins = tcfg->generic.num_input_pins + tcfg->generic.num_output_pins; in avs_modext_create()
780 cfg->num_input_pins = tcfg->generic.num_input_pins; in avs_modext_create()
781 cfg->num_output_pins = tcfg->generic.num_output_pins; in avs_modext_create()
785 struct avs_tplg_pin_format *tpin = &tcfg->generic.pin_fmts[i]; in avs_modext_create()
/linux/arch/x86/include/asm/fpu/
H A Dtypes.h305 u64 tcfg[8]; member
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c3067 struct tstorm_eth_function_common_config *tcfg, in storm_memset_func_cfg() argument
3075 __storm_memset_struct(bp, addr, size, (u32 *)tcfg); in storm_memset_func_cfg()
3081 struct tstorm_eth_function_common_config tcfg = {0}; in bnx2x_func_init() local
3083 storm_memset_func_cfg(bp, &tcfg, p->func_id); in bnx2x_func_init()