Searched refs:tcfg (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/drivers/video/fbdev/geode/ |
D | display_gx1.c | 80 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-v6.6/drivers/media/pci/pt3/ |
D | pt3.c | 389 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-v6.6/drivers/media/pci/pt1/ |
D | pt1.c | 987 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-v6.6/sound/soc/intel/avs/ |
D | path.c | 475 struct avs_tplg_modcfg_ext *tcfg = t->cfg_ext; in avs_modext_create() local 480 num_pins = tcfg->generic.num_input_pins + tcfg->generic.num_output_pins; in avs_modext_create() 492 cfg->num_input_pins = tcfg->generic.num_input_pins; in avs_modext_create() 493 cfg->num_output_pins = tcfg->generic.num_output_pins; in avs_modext_create() 497 struct avs_tplg_pin_format *tpin = &tcfg->generic.pin_fmts[i]; in avs_modext_create()
|
/Linux-v6.6/arch/x86/include/asm/fpu/ |
D | types.h | 291 u64 tcfg[8]; member
|
/Linux-v6.6/net/l2tp/ |
D | l2tp_ppp.c | 670 struct l2tp_tunnel_cfg tcfg = { in pppol2tp_tunnel_get() local 683 info->peer_tunnel_id, &tcfg, in pppol2tp_tunnel_get() 689 error = l2tp_tunnel_register(tunnel, net, &tcfg); in pppol2tp_tunnel_get()
|
/Linux-v6.6/drivers/scsi/lpfc/ |
D | lpfc_ct.c | 2801 u32 tcfg; in lpfc_fdmi_port_attr_support_speed() local 2807 tcfg = phba->sli4_hba.conf_trunk; in lpfc_fdmi_port_attr_support_speed() 2808 for (i = 0; i < 4; i++, tcfg >>= 1) in lpfc_fdmi_port_attr_support_speed() 2809 if (tcfg & 1) in lpfc_fdmi_port_attr_support_speed()
|
/Linux-v6.6/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 3064 struct tstorm_eth_function_common_config *tcfg, in storm_memset_func_cfg() argument 3072 __storm_memset_struct(bp, addr, size, (u32 *)tcfg); in storm_memset_func_cfg() 3078 struct tstorm_eth_function_common_config tcfg = {0}; in bnx2x_func_init() local 3080 storm_memset_func_cfg(bp, &tcfg, p->func_id); in bnx2x_func_init()
|