Home
last modified time | relevance | path

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

/Linux-v4.19/arch/nios2/lib/
Dmemset.c15 int destptr, charcnt, dwordcnt, fill8reg, wrkrega; in memset() local
68 "=r" (charcnt), /* %1 Output */ in memset()
/Linux-v4.19/drivers/video/fbdev/core/
Dfbcon.c1055 int logo = 1, new_rows, new_cols, rows, cols, charcnt = 256; in fbcon_init() local
1105 charcnt = FNTCHARCNT(p->fontdata); in fbcon_init()
1110 if (charcnt == 256) { in fbcon_init()
1384 int rows, cols, charcnt = 256; in fbcon_set_disp() local
1409 charcnt = FNTCHARCNT(p->fontdata); in fbcon_set_disp()
1419 if (charcnt == 256) { in fbcon_set_disp()
2204 int i, ret, prev_console, charcnt = 256; in fbcon_switch() local
2290 charcnt = FNTCHARCNT(vc->vc_font.data); in fbcon_switch()
2292 if (charcnt > 256) in fbcon_switch()
3289 int i, charcnt; in fbcon_get_requirement() local
[all …]