Searched refs:rdfs8 (Results 1 – 6 of 6) sorted by relevance
50 while (cptr < 0x10000 && (c = rdfs8(cptr++))) { in __cmdline_find_option()121 c = rdfs8(cptr++); in __cmdline_find_option_bool()
125 font_size = rdfs8(0x485); /* BIOS: font size (pixels) */ in vga_recalc_vertical()126 rows = force_y ? force_y : rdfs8(0x484)+1; /* Text rows */ in vga_recalc_vertical()
111 mi->y = rdfs8(0x484)+1; in bios_probe()
85 y = (adapter == ADAPTER_CGA) ? 25 : rdfs8(0x484)+1; in store_mode_params()
116 static inline u8 rdfs8(addr_t addr) in rdfs8() function
9 static inline char rdfs8(addr_t addr) in rdfs8() function