Searched refs:LINELEN (Results 1 – 1 of 1) sorted by relevance
19 #define LINELEN 16 macro27 if (!prev || memcmp(line, prev, LINELEN)) { in dump_line()29 for (i = 0; i < LINELEN; ) { in dump_line()32 printk(i & 3 ? " " : i & (LINELEN - 1) ? " " : "\n"); in dump_line()37 if (line == prev + LINELEN) in dump_line()57 for (i = 0; i < fmc->eeprom_len; i += LINELEN, line += LINELEN) in fmc_dump_eeprom()