Searched refs:tcfg (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/video/fbdev/geode/ |
H A 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()
|
/openbmc/linux/drivers/media/pci/pt3/ |
H A 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()
|
/openbmc/linux/drivers/media/pci/pt1/ |
H A 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()
|
/openbmc/linux/sound/soc/intel/avs/ |
H A D | path.c | 476 struct avs_tplg_modcfg_ext *tcfg = t->cfg_ext; in avs_modext_create() local 481 num_pins = tcfg->generic.num_input_pins + tcfg->generic.num_output_pins; in avs_modext_create() 493 cfg->num_input_pins = tcfg->generic.num_input_pins; in avs_modext_create() 494 cfg->num_output_pins = tcfg->generic.num_output_pins; in avs_modext_create() 498 struct avs_tplg_pin_format *tpin = &tcfg->generic.pin_fmts[i]; in avs_modext_create()
|
/openbmc/linux/arch/x86/include/asm/fpu/ |
H A D | types.h | 291 u64 tcfg[8]; member
|
/openbmc/linux/net/l2tp/ |
H A 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()
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_ct.c | 2813 u32 tcfg; in lpfc_fdmi_port_attr_support_speed() local 2819 tcfg = phba->sli4_hba.conf_trunk; in lpfc_fdmi_port_attr_support_speed() 2820 for (i = 0; i < 4; i++, tcfg >>= 1) in lpfc_fdmi_port_attr_support_speed() 2821 if (tcfg & 1) in lpfc_fdmi_port_attr_support_speed()
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A 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()
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 0004-mmal_20.patch | 11677 + vout_display_cfg_t tcfg; 11692 + tcfg = *cfg; 11693 + tcfg.display.width = r.width; 11694 + tcfg.display.height = r.height; 11695 + cfg = &tcfg;
|