maxcol             34 drivers/iommu/omap-iommu-debug.c 		const int maxcol = 32;					\
maxcol             35 drivers/iommu/omap-iommu-debug.c 		bytes = snprintf(p, maxcol, str, __stringify(name),	\
maxcol             39 drivers/iommu/omap-iommu-debug.c 		if (len < maxcol)					\
maxcol            250 drivers/tty/vt/vc_screen.c 	int attr, uni_mode, row, col, maxcol, viewed;
maxcol            318 drivers/tty/vt/vc_screen.c 		maxcol = vc->vc_cols;
maxcol            327 drivers/tty/vt/vc_screen.c 			col = p % maxcol;
maxcol            328 drivers/tty/vt/vc_screen.c 			nr = maxcol - col;
maxcol            338 drivers/tty/vt/vc_screen.c 				nr = maxcol;
maxcol            342 drivers/tty/vt/vc_screen.c 			col = p % maxcol;
maxcol            343 drivers/tty/vt/vc_screen.c 			p += maxcol - col;
maxcol            346 drivers/tty/vt/vc_screen.c 				if (++col == maxcol) {
maxcol            349 drivers/tty/vt/vc_screen.c 					p += maxcol;
maxcol            393 drivers/tty/vt/vc_screen.c 				col = p % maxcol;
maxcol            396 drivers/tty/vt/vc_screen.c 				p += maxcol - col;
maxcol            407 drivers/tty/vt/vc_screen.c 					if (++col == maxcol) {
maxcol            410 drivers/tty/vt/vc_screen.c 						p += maxcol;
maxcol            454 drivers/tty/vt/vc_screen.c 	int col, maxcol, viewed;
maxcol            536 drivers/tty/vt/vc_screen.c 		maxcol = vc->vc_cols;
maxcol            540 drivers/tty/vt/vc_screen.c 			col = p % maxcol;
maxcol            541 drivers/tty/vt/vc_screen.c 			p += maxcol - col;
maxcol            550 drivers/tty/vt/vc_screen.c 				if (++col == maxcol) {
maxcol            553 drivers/tty/vt/vc_screen.c 					p += maxcol;
maxcol            569 drivers/tty/vt/vc_screen.c 			col = (p/2) % maxcol;
maxcol            586 drivers/tty/vt/vc_screen.c 					if (++col == maxcol) {
maxcol            592 drivers/tty/vt/vc_screen.c 				p += maxcol - col;
maxcol            601 drivers/tty/vt/vc_screen.c 				if (++col == maxcol) {
maxcol            604 drivers/tty/vt/vc_screen.c 					p += maxcol;