Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/tty/vt/ !
Dvc_screen.c251 unsigned int nr, row, col, maxcol = vc->vc_cols; in vcs_read_buf_uni() local
259 row = pos / maxcol; in vcs_read_buf_uni()
260 col = pos % maxcol; in vcs_read_buf_uni()
261 nr = maxcol - col; in vcs_read_buf_uni()
270 nr = maxcol; in vcs_read_buf_uni()
280 unsigned int col, maxcol = vc->vc_cols; in vcs_read_buf_noattr() local
283 col = pos % maxcol; in vcs_read_buf_noattr()
284 pos += maxcol - col; in vcs_read_buf_noattr()
288 if (++col == maxcol) { in vcs_read_buf_noattr()
291 pos += maxcol; in vcs_read_buf_noattr()
[all …]
/linux-6.1.9/drivers/iommu/ !
Domap-iommu-debug.c34 const int maxcol = 32; \
35 if (len < maxcol) \
37 bytes = scnprintf(p, maxcol, str, __stringify(name), \