Searched refs:PM_outpb (Results 1 – 2 of 2) sorted by relevance
134 #define PM_outpb(port,val) outb(val,port+VIDEO_IO_OFFSET) macro141 #define LOG_outpb(port,val) PM_outpb(port,val)
80 PM_outpb(0x3c2, PM_inpb(0x3cc) | (u8) 0x02); in int42()84 PM_outpb(0x3c2, PM_inpb(0x3cc) & (u8) ~ 0x02); in int42()