Searched refs:fsc (Results 1 – 6 of 6) sorted by relevance
/drivers/net/skfp/ |
D | smt.c | 103 static void smt_fill_fsc(struct s_smc *smc, struct smt_p_fsc *fsc); 960 smt_fill_fsc(smc,&nif->fsc) ; /* set frame status cap. */ in smt_send_nif() 1462 static void smt_fill_fsc(struct s_smc *smc, struct smt_p_fsc *fsc) in smt_fill_fsc() argument 1465 SMTSETPARA(fsc,SMT_P_FSC) ; in smt_fill_fsc() 1466 fsc->fsc_pad0 = 0 ; in smt_fill_fsc() 1467 fsc->fsc_mac_index = INDEX_MAC ; /* this is MIB ; MIB is NOT in smt_fill_fsc() 1470 fsc->fsc_pad1 = 0 ; in smt_fill_fsc() 1471 fsc->fsc_value = FSC_TYPE0 ; /* "normal" node */ in smt_fill_fsc() 1473 fsc->fsc_mac_index = smt_swap_short(INDEX_MAC) ; in smt_fill_fsc() 1474 fsc->fsc_value = smt_swap_short(FSC_TYPE0) ; in smt_fill_fsc()
|
/drivers/media/video/cx18/ |
D | cx18-av-core.c | 272 int fin, fsc, pll; in cx18_av_std_setup() local 285 fsc = (((u64)sc) * pll) >> 24L; in cx18_av_std_setup() 287 fsc / 1000000, fsc % 1000000); in cx18_av_std_setup()
|
/drivers/media/video/cx25840/ |
D | cx25840-core.c | 428 int fin, fsc; in cx25840_std_setup() local 442 fsc = (((u64)sc) * pll) >> 24L; in cx25840_std_setup() 445 fsc / 1000000, fsc % 1000000); in cx25840_std_setup()
|
/drivers/net/skfp/h/ |
D | smt.h | 734 struct smt_p_fsc fsc ; /* frame status cap. */ member
|
/drivers/media/dvb/ttpci/ |
D | av7110.c | 2880 MAKE_AV7110_INFO(fsc, "Fujitsu Siemens DVB-C"); 2885 MAKE_EXTENSION_PCI(fsc, 0x110a, 0x0000),
|
/drivers/media/video/bt8xx/ |
D | bttv-driver.c | 1041 int fsc = bttv_tvnorms[btv->tvnorm].Fsc; in bt848A_set_timing() local 1061 btv->pll.pll_ofreq = fsc; in bt848A_set_timing()
|