Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_debug_mem_view.c38 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; \
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Datmel_mxt_ts.c2278 unsigned int col_width; in mxt_get_debug_value() local
2281 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()