Searched full:fastmode (Results 1 – 15 of 15) sorted by relevance
/Linux-v6.6/lib/zstd/common/ |
D | fse_decompress.c | 90 DTableH.fastMode = 1; in FSE_buildDTable_internal() 98 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable_internal() 195 DTableH->fastMode = 0; in FSE_buildDTable_rle() 221 DTableH->fastMode = 1; in FSE_buildDTable_raw() 300 const U32 fastMode = DTableH->fastMode; in FSE_decompress_usingDTable() local 303 … if (fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1); in FSE_decompress_usingDTable() 353 const U32 fastMode = DTableH->fastMode; in FSE_decompress_wksp_body() local 356 …if (fastMode) return FSE_decompress_usingDTable_generic(dst, dstCapacity, ip, cSrcSize, wksp->dtab… in FSE_decompress_wksp_body()
|
D | fse.h | 590 U16 fastMode; member
|
/Linux-v6.6/Documentation/devicetree/bindings/display/bridge/ |
D | toshiba,tc358775.yaml | 89 clock-frequency = <400000>; /* fastmode operation */ 148 clock-frequency = <400000>; /* fastmode operation */
|
/Linux-v6.6/lib/zstd/decompress/ |
D | zstd_decompress_internal.h | 63 U32 fastMode; member
|
D | zstd_decompress_block.c | 324 { 1, 1, 1, LL_DEFAULTNORMLOG}, /* header : fastMode, tableLog */ 362 { 1, 1, 1, OF_DEFAULTNORMLOG}, /* header : fastMode, tableLog */ 385 { 1, 1, 1, ML_DEFAULTNORMLOG}, /* header : fastMode, tableLog */ 429 DTableH->fastMode = 0; in ZSTD_buildSeqTable_rle() 466 DTableH.fastMode = 1; in ZSTD_buildFSETable_body() 474 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in ZSTD_buildFSETable_body()
|
/Linux-v6.6/drivers/scsi/aic7xxx/ |
D | aic7xxx_reg_print.c_shipped | 263 { "FASTMODE", 0x10, 0x10 },
|
D | aic7xxx_reg.h_shipped | 547 #define FASTMODE 0x10
|
D | aic79xx_reg_print.c_shipped | 583 { "FASTMODE", 0x10, 0x10 },
|
D | aic79xx_reg.h_shipped | 1465 #define FASTMODE 0x10
|
D | aic7xxx.reg | 614 field FASTMODE 0x10
|
D | aic7xxx_core.c | 4413 ahc->seqctl = FASTMODE; in ahc_alloc() 6767 ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS|FASTMODE|LOADRAM); in ahc_dumpseq() 6823 ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS|FASTMODE|LOADRAM); in ahc_loadseq() 6881 ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS|FASTMODE); in ahc_loadseq()
|
D | aic79xx_core.c | 1158 ahd_outb(ahd, SEQCTL0, FASTMODE|SEQRESET); in ahd_restart() 5002 ahd_outb(ahd, SEQCTL0, FASTMODE|SEQRESET); in ahd_handle_message_phase() 9241 ahd_outb(ahd, SEQCTL0, PERRORDIS|FAILDIS|FASTMODE|LOADRAM); in ahd_dumpseq() 9361 ahd_outb(ahd, SEQCTL0, PERRORDIS|FAILDIS|FASTMODE|LOADRAM); in ahd_loadseq() 9405 ahd_outb(ahd, SEQCTL0, PERRORDIS|FAILDIS|FASTMODE); in ahd_loadseq()
|
D | aic79xx.reg | 3405 field FASTMODE 0x10
|
/Linux-v6.6/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.c | 1105 * wide/fastmode:
|
/Linux-v6.6/drivers/scsi/ |
D | ncr53c8xx.c | 5634 ** wide/fastmode:
|