Home
last modified time | relevance | path

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

/Linux-v5.4/arch/nios2/lib/
Dmemset.c15 int destptr, charcnt, dwordcnt, fill8reg, wrkrega; in memset() local
68 "=r" (charcnt), /* %1 Output */ in memset()
/Linux-v5.4/drivers/video/fbdev/core/
Dfbcon.c1082 int logo = 1, new_rows, new_cols, rows, cols, charcnt = 256; in fbcon_init() local
1139 charcnt = FNTCHARCNT(p->fontdata); in fbcon_init()
1143 if (charcnt == 256) { in fbcon_init()
1417 int rows, cols, charcnt = 256; in fbcon_set_disp() local
1442 charcnt = FNTCHARCNT(p->fontdata); in fbcon_set_disp()
1452 if (charcnt == 256) { in fbcon_set_disp()
2237 int i, ret, prev_console, charcnt = 256; in fbcon_switch() local
2323 charcnt = FNTCHARCNT(vc->vc_font.data); in fbcon_switch()
2325 if (charcnt > 256) in fbcon_switch()
3313 int i, charcnt; in fbcon_get_requirement() local
[all …]