Searched refs:COLUMNS (Results 1 – 1 of 1) sorted by relevance
71 static const size_t COLUMNS = 4; in ihda_dump_stream_regs() local75 for (size_t i = 0; i < count; i += COLUMNS) { in ihda_dump_stream_regs()77 if (todo > COLUMNS) in ihda_dump_stream_regs()78 todo = COLUMNS; in ihda_dump_stream_regs()
Completed in 3 milliseconds