Lines Matching refs:row_n
43 unsigned int col_n, row_n;
147 stk1160_write_reg(dev, STK1160_DMCTRL_V_UNITS, ctrl->row_n);
150 val, ctrl->col_n, ctrl->row_n);
373 unsigned int col_n, row_n;
388 row_n = 0;
435 row_n = div_round_integer(height, base_height - height);
436 if (row_n > 0 && row_n <= 255) {
439 f->fmt.pix.height = (base_height * row_n) / (row_n + 1);
443 row_n = div_round_integer(base_height, height) - 1;
444 if (row_n > 0 && row_n <= 255) {
447 f->fmt.pix.height = base_height / (row_n + 1);
462 ctrl->row_n = row_n;