Home
last modified time | relevance | path

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

/linux-6.1.9/lib/842/
D842.h128 #define OPS_MAX (0x1a) macro
D842_debugfs.h11 static atomic_t template_count[OPS_MAX], template_repeat_count,
D842_compress.c38 static u8 comp_ops[OPS_MAX][5] = { /* params size in bits */
228 if (c >= OPS_MAX) in add_template()
385 if (c >= OPS_MAX) in check_template()
455 for (i = 0; i < OPS_MAX - 1; i++) { in process_next()
D842_decompress.c21 static u8 decomp_ops[OPS_MAX][4] = {
230 if (o >= OPS_MAX) in do_op()