Home
last modified time | relevance | path

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

/external/syslinux/com32/lib/sys/
Dstdcon_write.c41 #define BIOS_ROWS (*(uint8_t *)0x484) /* Minus one; if zero use 24 (= 25 lines) */ macro
46 fp->o.rows = BIOS_ROWS + 1; in __stdcon_open()
/external/syslinux/core/
Dbios.c22 #define BIOS_ROWS (*(uint8_t *)0x484) /* Minus one; if zero use 24 (= 25 lines) */ macro
33 *rows = BIOS_ROWS ? BIOS_ROWS + 1 : 25; in bios_get_mode()