Home
last modified time | relevance | path

Searched refs:rdfs16 (Results 1 – 4 of 4) sorted by relevance

/arch/x86/boot/
Dvideo-bios.c108 mi->x = rdfs16(0x44a); in bios_probe()
Dvideo.c83 font_size = rdfs16(0x485); /* Font size, BIOS area */ in store_mode_params()
86 x = rdfs16(0x44a); in store_mode_params()
Dvideo-vesa.c54 while ((mode = rdfs16(mode_ptr)) != 0xffff) { in vesa_probe()
Dboot.h117 static inline u16 rdfs16(addr_t addr) in rdfs16() function