Home
last modified time | relevance | path

Searched refs:sw842_strict (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/lib/842/
H A D842_compress.c35 static bool sw842_strict; variable
36 module_param_named(strict, sw842_strict, bool, 0644);
504 if (sw842_strict && (ilen % 8)) { in sw842_compress()