Home
last modified time | relevance | path

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

/external/u-boot/drivers/bios_emulator/
Dbesys.c343 static void VGA_outpb (int port, u8 val) in VGA_outpb() function
683 VGA_outpb(port, val); in BE_outb()
718 VGA_outpb(port, val); in BE_outw()
719 VGA_outpb(port + 1, val >> 8); in BE_outw()