Searched refs:fsc (Results 1 – 7 of 7) sorted by relevance
/drivers/scsi/esas2r/ |
D | esas2r_flash.c | 851 struct esas2r_ioctlfs_command *fsc = &fs->command; in esas2r_process_fs_ioctl() local 863 if (fsc->command >= cmdcnt) { in esas2r_process_fs_ioctl() 868 func = cmd_to_fls_func[fsc->command]; in esas2r_process_fs_ioctl() 874 if (fsc->command != ESAS2R_FS_CMD_CANCEL) { in esas2r_process_fs_ioctl() 900 datalen = le32_to_cpu(fsc->length); in esas2r_process_fs_ioctl() 904 fsc->checksum, in esas2r_process_fs_ioctl() 905 le32_to_cpu(fsc->flash_addr), in esas2r_process_fs_ioctl()
|
/drivers/net/fddi/skfp/ |
D | smt.c | 84 static void smt_fill_fsc(struct s_smc *smc, struct smt_p_fsc *fsc); 941 smt_fill_fsc(smc,&nif->fsc) ; /* set frame status cap. */ in smt_send_nif() 1443 static void smt_fill_fsc(struct s_smc *smc, struct smt_p_fsc *fsc) in smt_fill_fsc() argument 1446 SMTSETPARA(fsc,SMT_P_FSC) ; in smt_fill_fsc() 1447 fsc->fsc_pad0 = 0 ; in smt_fill_fsc() 1448 fsc->fsc_mac_index = INDEX_MAC ; /* this is MIB ; MIB is NOT in smt_fill_fsc() 1451 fsc->fsc_pad1 = 0 ; in smt_fill_fsc() 1452 fsc->fsc_value = FSC_TYPE0 ; /* "normal" node */ in smt_fill_fsc() 1454 fsc->fsc_mac_index = smt_swap_short(INDEX_MAC) ; in smt_fill_fsc() 1455 fsc->fsc_value = smt_swap_short(FSC_TYPE0) ; in smt_fill_fsc()
|
/drivers/media/pci/cx18/ |
D | cx18-av-core.c | 447 int fsc, pll; in cx18_av_std_setup() local 463 fsc = tmp >> 13; in cx18_av_std_setup() 466 fsc / 1000000, fsc % 1000000); in cx18_av_std_setup()
|
/drivers/net/fddi/skfp/h/ |
D | smt.h | 730 struct smt_p_fsc fsc ; /* frame status cap. */ member
|
/drivers/staging/media/av7110/ |
D | av7110.c | 2861 MAKE_AV7110_INFO(fsc, "Fujitsu Siemens DVB-C"); 2866 MAKE_EXTENSION_PCI(fsc, 0x110a, 0x0000),
|
/drivers/media/i2c/cx25840/ |
D | cx25840-core.c | 1211 int fin, fsc; in cx25840_std_setup() local 1227 fsc = (((u64)sc) * pll) >> 24L; in cx25840_std_setup() 1230 fsc / 1000000, fsc % 1000000); in cx25840_std_setup()
|
/drivers/media/pci/bt8xx/ |
D | bttv-driver.c | 851 int fsc = bttv_tvnorms[btv->tvnorm].Fsc; in bt848A_set_timing() local 871 btv->pll.pll_ofreq = fsc; in bt848A_set_timing()
|