Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/boot/
Dvideo.c85 font_size = rdfs16(0x485); /* Font size, BIOS area */ in store_mode_params()
88 x = rdfs16(0x44a); in store_mode_params()
Dvideo-bios.c110 mi->x = rdfs16(0x44a); in bios_probe()
Dvideo-vesa.c56 while ((mode = rdfs16(mode_ptr)) != 0xffff) { in vesa_probe()
Dboot.h120 static inline u16 rdfs16(addr_t addr) in rdfs16() function