Home
last modified time | relevance | path

Searched refs:ovfw (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/boot/
H A Dvideo-vga.c160 u8 ovfw; /* CRTC overflow register */ in vga_set_vertical_end() local
165 ovfw = 0x3c | ((end >> (8-1)) & 0x02) | ((end >> (9-6)) & 0x40); in vga_set_vertical_end()
167 out_idx(ovfw, crtc, 0x07); /* Vertical overflow */ in vga_set_vertical_end()
/kernel/linux/linux-6.6/arch/x86/boot/
H A Dvideo-vga.c160 u8 ovfw; /* CRTC overflow register */ in vga_set_vertical_end() local
165 ovfw = 0x3c | ((end >> (8-1)) & 0x02) | ((end >> (9-6)) & 0x40); in vga_set_vertical_end()
167 out_idx(ovfw, crtc, 0x07); /* Vertical overflow */ in vga_set_vertical_end()

Completed in 2 milliseconds