Home
last modified time | relevance | path

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

/drivers/video/fbdev/geode/
Ddisplay_gx1.c84 u32 gcfg, tcfg, ocfg, dclk_div, val; in gx1_set_mode() local
93 tcfg = readl(par->dc_regs + DC_TIMING_CFG); in gx1_set_mode()
96 tcfg &= ~(DC_TCFG_BLKE | DC_TCFG_TGEN); in gx1_set_mode()
97 writel(tcfg, par->dc_regs + DC_TIMING_CFG); in gx1_set_mode()
147 tcfg = DC_TCFG_FPPE | DC_TCFG_HSYE | DC_TCFG_VSYE | DC_TCFG_BLKE in gx1_set_mode()
183 writel(tcfg, par->dc_regs + DC_TIMING_CFG); in gx1_set_mode()
/drivers/media/pci/pt3/
Dpt3.c399 struct qm1d1c0042_config tcfg; in pt3_attach_fe() local
401 tcfg = adap_conf[i].tuner_cfg.qm1d1c0042; in pt3_attach_fe()
402 tcfg.fe = cfg.fe; in pt3_attach_fe()
404 info.platform_data = &tcfg; in pt3_attach_fe()
408 struct mxl301rf_config tcfg; in pt3_attach_fe() local
410 tcfg = adap_conf[i].tuner_cfg.mxl301rf; in pt3_attach_fe()
411 tcfg.fe = cfg.fe; in pt3_attach_fe()
413 info.platform_data = &tcfg; in pt3_attach_fe()
/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c3049 struct tstorm_eth_function_common_config *tcfg, in storm_memset_func_cfg() argument
3057 __storm_memset_struct(bp, addr, size, (u32 *)tcfg); in storm_memset_func_cfg()
3063 struct tstorm_eth_function_common_config tcfg = {0}; in bnx2x_func_init() local
3065 storm_memset_func_cfg(bp, &tcfg, p->func_id); in bnx2x_func_init()