Home
last modified time | relevance | path

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

/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()
/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()
/drivers/media/pci/pt1/
Dpt1.c988 struct qm1d1b0004_config tcfg; in pt1_init_frontends() local
991 tcfg = pt1_configs[i].tuner_cfg.qm1d1b0004; in pt1_init_frontends()
992 tcfg.fe = dcfg.fe; in pt1_init_frontends()
995 info->addr, &tcfg); in pt1_init_frontends()
997 struct dvb_pll_config tcfg; in pt1_init_frontends() local
1000 tcfg = pt1_configs[i].tuner_cfg.tda6651; in pt1_init_frontends()
1001 tcfg.fe = dcfg.fe; in pt1_init_frontends()
1004 info->addr, &tcfg); in pt1_init_frontends()
/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c3066 struct tstorm_eth_function_common_config *tcfg, in storm_memset_func_cfg() argument
3074 __storm_memset_struct(bp, addr, size, (u32 *)tcfg); in storm_memset_func_cfg()
3080 struct tstorm_eth_function_common_config tcfg = {0}; in bnx2x_func_init() local
3082 storm_memset_func_cfg(bp, &tcfg, p->func_id); in bnx2x_func_init()