Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/video/fbdev/geode/
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-6.1.9/drivers/media/pci/pt3/
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-6.1.9/drivers/media/pci/pt1/
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-6.1.9/sound/soc/intel/avs/
Dpath.c415 struct avs_tplg_modcfg_ext *tcfg = t->cfg_ext; in avs_modext_create() local
420 num_pins = tcfg->generic.num_input_pins + tcfg->generic.num_output_pins; in avs_modext_create()
432 cfg->num_input_pins = tcfg->generic.num_input_pins; in avs_modext_create()
433 cfg->num_output_pins = tcfg->generic.num_output_pins; in avs_modext_create()
437 struct avs_tplg_pin_format *tpin = &tcfg->generic.pin_fmts[i]; in avs_modext_create()
/linux-6.1.9/arch/x86/include/asm/fpu/
Dtypes.h279 u64 tcfg[8]; member
/linux-6.1.9/net/l2tp/
Dl2tp_ppp.c702 struct l2tp_tunnel_cfg tcfg = { in pppol2tp_connect() local
717 info.peer_tunnel_id, &tcfg, in pppol2tp_connect()
724 &tcfg); in pppol2tp_connect()
/linux-6.1.9/drivers/scsi/lpfc/
Dlpfc_ct.c2793 u32 tcfg; in lpfc_fdmi_port_attr_support_speed() local
2799 tcfg = phba->sli4_hba.conf_trunk; in lpfc_fdmi_port_attr_support_speed()
2800 for (i = 0; i < 4; i++, tcfg >>= 1) in lpfc_fdmi_port_attr_support_speed()
2801 if (tcfg & 1) in lpfc_fdmi_port_attr_support_speed()
/linux-6.1.9/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c3065 struct tstorm_eth_function_common_config *tcfg, in storm_memset_func_cfg() argument
3073 __storm_memset_struct(bp, addr, size, (u32 *)tcfg); in storm_memset_func_cfg()
3079 struct tstorm_eth_function_common_config tcfg = {0}; in bnx2x_func_init() local
3081 storm_memset_func_cfg(bp, &tcfg, p->func_id); in bnx2x_func_init()