Searched refs:BIOS_ROWS (Results 1 – 2 of 2) sorted by relevance
41 #define BIOS_ROWS (*(uint8_t *)0x484) /* Minus one; if zero use 24 (= 25 lines) */ macro46 fp->o.rows = BIOS_ROWS + 1; in __stdcon_open()
22 #define BIOS_ROWS (*(uint8_t *)0x484) /* Minus one; if zero use 24 (= 25 lines) */ macro33 *rows = BIOS_ROWS ? BIOS_ROWS + 1 : 25; in bios_get_mode()