Searched refs:rdfs8 (Results 1 – 6 of 6) sorted by relevance
48 while (cptr < 0x10000 && (c = rdfs8(cptr++))) { in __cmdline_find_option()119 c = rdfs8(cptr++); in __cmdline_find_option_bool()
123 font_size = rdfs8(0x485); /* BIOS: font size (pixels) */ in vga_recalc_vertical()124 rows = force_y ? force_y : rdfs8(0x484)+1; /* Text rows */ in vga_recalc_vertical()
109 mi->y = rdfs8(0x484)+1; in bios_probe()
87 y = (adapter == ADAPTER_CGA) ? 25 : rdfs8(0x484)+1; in store_mode_params()
78 static inline u8 rdfs8(addr_t addr) in rdfs8() function
10 static inline char rdfs8(addr_t addr) in rdfs8() function