Home
last modified time | relevance | path

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

/Linux-v5.10/arch/nios2/lib/
Dmemset.c15 int destptr, charcnt, dwordcnt, fill8reg, wrkrega; in memset() local
68 "=r" (charcnt), /* %1 Output */ in memset()
/Linux-v5.10/drivers/video/fbdev/core/
Dfbcon.c1035 int logo = 1, new_rows, new_cols, rows, cols, charcnt = 256; in fbcon_init() local
1092 charcnt = FNTCHARCNT(p->fontdata); in fbcon_init()
1096 if (charcnt == 256) { in fbcon_init()
1361 int rows, cols, charcnt = 256; in fbcon_set_disp() local
1386 charcnt = FNTCHARCNT(p->fontdata); in fbcon_set_disp()
1396 if (charcnt == 256) { in fbcon_set_disp()
2078 int i, ret, prev_console, charcnt = 256; in fbcon_switch() local
2156 charcnt = FNTCHARCNT(vc->vc_font.data); in fbcon_switch()
2158 if (charcnt > 256) in fbcon_switch()
3025 int i, charcnt; in fbcon_get_requirement() local
[all …]