Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/s390/char/
Dtubttybld.c104 tubp->tty_nextlogx % GEOM_COLS; in tty3270_update_log_area()
108 if (tubp->tty_oucol == GEOM_COLS) { in tty3270_update_log_area()
112 next = (tubp->tty_nextlogx + GEOM_COLS) / in tty3270_update_log_area()
113 GEOM_COLS * GEOM_COLS; in tty3270_update_log_area()
120 fill = (tubp->tty_nextlogx % GEOM_COLS) % 8; in tty3270_update_log_area()
299 next = quant[0] * GEOM_COLS + quant[1]; in tty3270_update_log_area_esc()
303 next = tubp->tty_nextlogx - GEOM_COLS * quant[i]; in tty3270_update_log_area_esc()
307 next = tubp->tty_nextlogx + GEOM_COLS * quant[i]; in tty3270_update_log_area_esc()
311 next = tubp->tty_nextlogx % GEOM_COLS; in tty3270_update_log_area_esc()
313 next = start + MIN(next + quant[i], GEOM_COLS - 1); in tty3270_update_log_area_esc()
[all …]
Dtubio.h164 #define GEOM_COLS (tubp->geom_cols) macro
167 #define GEOM_INPLEN (GEOM_COLS * 2 - 20)
169 #define GEOM_INPUT (GEOM_COLS * (GEOM_ROWS - 2) - 1) /* input atr posn */
171 #define GEOM_LOG (GEOM_COLS * GEOM_ROWS - 1) /* log atr posn */