Searched refs:base_row (Results 1 – 2 of 2) sorted by relevance
151 int base_row, in display_one() argument163 thisrow - base_row, in display_one()211 scroll_to(int pagesize, int rows, int *base_row, int *this_row, int target) in scroll_to() argument215 if (target < *base_row) { in scroll_to()217 if (*base_row == 0 && *this_row == 0) { in scroll_to()221 *base_row = 0; in scroll_to()226 *base_row = target; in scroll_to()232 *base_row = rows - 1; in scroll_to()237 } else if (target >= *base_row + pagesize) { in scroll_to()239 *base_row = target; in scroll_to()[all …]
316 u32 base_row; member3734 …for (row = ram_defs->base_row; row < ram_defs->base_row + ram_defs->num_rows; row++, offset += VFC… in ecore_grc_dump_vfc_ram()