Searched refs:col_width (Results 1 – 2 of 2) sorted by relevance
38 const unsigned int col_width = sizeof(type); \39 const unsigned int row_width = (col_width == sizeof(u64)) ? 32 : 16; \40 const unsigned int num_cols = row_width / col_width; \
2278 unsigned int col_width; in mxt_get_debug_value() local2281 col_width = info->matrix_ysize / MXT1386_COLUMNS; in mxt_get_debug_value()2282 col = y / col_width; in mxt_get_debug_value()2283 y = y % col_width; in mxt_get_debug_value()2285 col_width = info->matrix_ysize; in mxt_get_debug_value()2288 ofs = (y + (x * col_width)) * sizeof(u16); in mxt_get_debug_value()