Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/bios_emulator/
H A Dbiosemui.h131 #define PM_inpb(port) inb(port+VIDEO_IO_OFFSET) macro
138 #define LOG_inpb(port) PM_inpb(port)
H A Dbios.c80 PM_outpb(0x3c2, PM_inpb(0x3cc) | (u8) 0x02); in int42()
84 PM_outpb(0x3c2, PM_inpb(0x3cc) & (u8) ~ 0x02); in int42()