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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/mb862xx/
H A Dmb862xxfb.h24 unsigned long ccf; /* gdc clk */ member in struct:mb862xx_gc_mode
H A Dmb862xxfb.c508 unsigned long ccf, mmr; local
533 ccf = par->gc_mode ? par->gc_mode->ccf : GC_CCF_COT_100;
541 outreg(host, GC_CCF, ccf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/mb862xx/
H A Dmb862xxfb.h24 unsigned long ccf; /* gdc clk */ member in struct:mb862xx_gc_mode
H A Dmb862xxfb.c508 unsigned long ccf, mmr; local
533 ccf = par->gc_mode ? par->gc_mode->ccf : GC_CCF_COT_100;
541 outreg(host, GC_CCF, ccf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Desp_scsi.h228 #define ESP_TICK(ccf, cycle) ((7682 * (ccf) * (cycle) / 1000))
H A Desp_scsi.c2239 u8 ccf; local
2275 ccf = ((fhz / 1000000) + 4) / 5;
2276 if (ccf == 1)
2277 ccf = 2;
2284 if (fhz <= 5000000 || ccf < 1 || ccf > 8) {
2286 ccf = 4;
2289 esp->cfact = (ccf == 8 ? 0 : ccf);
2292 esp->ctick = ESP_TICK(ccf, es
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Desp_scsi.h228 #define ESP_TICK(ccf, cycle) ((7682 * (ccf) * (cycle) / 1000))
H A Desp_scsi.c2239 u8 ccf; local
2275 ccf = ((fhz / 1000000) + 4) / 5;
2276 if (ccf == 1)
2277 ccf = 2;
2284 if (fhz <= 5000000 || ccf < 1 || ccf > 8) {
2286 ccf = 4;
2289 esp->cfact = (ccf == 8 ? 0 : ccf);
2292 esp->ctick = ESP_TICK(ccf, es
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffserver.c3697 AVCodecContext *ccf, *ccs; local
3699 ccf = sf->codec;
3701 #define CHECK_CODEC(x) (ccf->x != ccs->x)
3709 } else if (ccf->codec_type == AVMEDIA_TYPE_VIDEO) {
3717 } else if (ccf->codec_type == AVMEDIA_TYPE_AUDIO) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffserver.c3697 AVCodecContext *ccf, *ccs; local
3699 ccf = sf->codec;
3701 #define CHECK_CODEC(x) (ccf->x != ccs->x)
3709 } else if (ccf->codec_type == AVMEDIA_TYPE_VIDEO) {
3717 } else if (ccf->codec_type == AVMEDIA_TYPE_AUDIO) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffserver.c3697 AVCodecContext *ccf, *ccs; local
3699 ccf = sf->codec;
3701 #define CHECK_CODEC(x) (ccf->x != ccs->x)
3709 } else if (ccf->codec_type == AVMEDIA_TYPE_VIDEO) {
3717 } else if (ccf->codec_type == AVMEDIA_TYPE_AUDIO) {

Completed in 134 milliseconds