Searched refs:ccf (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A DNCR53C9x.h637 #define ESP_TICK(ccf, cycle) ((7682 * (ccf) * (cycle) / 1000))
H A Desp_scsi.h228 #define ESP_TICK(ccf, cycle) ((7682 * (ccf) * (cycle) / 1000))
H A Desp_scsi.c2239 u8 ccf; local
2275 ccf = ((fmhz / 1000000) + 4) / 5;
2276 if (ccf == 1)
2277 ccf = 2;
2284 if (fmhz <= 5000000 || ccf < 1 || ccf > 8) {
2286 ccf = 4;
2289 esp->cfact = (ccf == 8 ? 0 : ccf);
2292 esp->ctick = ESP_TICK(ccf, es
[all...]
H A DNCR53C9x.c588 unchar ccf; local
642 ccf = 0;
644 ccf = (((5000000 - 1) + (fmhz))/(5000000));
645 if(!ccf || ccf > 8) {
653 ccf = ESP_CCF_F4;
656 if(ccf==(ESP_CCF_F7+1))
658 else if(ccf == ESP_CCF_NEVER)
661 esp->cfact = ccf;
664 esp->ctick = ESP_TICK(ccf, es
[all...]
H A D53c7xx.c705 * Returns : ccf on success, -1 on failure.
740 int i, ccf; local
915 ccf = clock_to_ccf_710 (expected_clock);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffserver.c3462 AVCodecContext *ccf, *ccs; local
3464 ccf = sf->codec;
3466 #define CHECK_CODEC(x) (ccf->x != ccs->x)
3474 } else if (ccf->codec_type == CODEC_TYPE_VIDEO) {
3482 } else if (ccf->codec_type == CODEC_TYPE_AUDIO) {

Completed in 323 milliseconds