Lines Matching defs:port
249 #define IS_TIMER_PORT(port) (0x40 <= port && port <= 0x43) argument
250 #define IS_CMOS_PORT(port) (0x70 <= port && port <= 0x71) argument
252 #define IS_VGA_PORT(port) (0x3C0 <= port && port <= 0x3DA) argument
253 #define IS_PCI_PORT(port) (0xCF8 <= port && port <= 0xCFF) argument
254 #define IS_SPKR_PORT(port) (port == 0x61) argument
267 static u8 VGA_inpb (const int port) in VGA_inpb()
343 static void VGA_outpb (int port, u8 val) in VGA_outpb()
501 static u32 PCI_inp(int port, int type) in PCI_inp()
532 static void PCI_outp(int port, u32 val, int type) in PCI_outp()
570 u8 X86API BE_inb(X86EMU_pioAddr port) in BE_inb()
616 u16 X86API BE_inw(X86EMU_pioAddr port) in BE_inw()
649 u32 X86API BE_inl(X86EMU_pioAddr port) in BE_inl()
679 void X86API BE_outb(X86EMU_pioAddr port, u8 val) in BE_outb()
714 void X86API BE_outw(X86EMU_pioAddr port, u16 val) in BE_outw()
745 void X86API BE_outl(X86EMU_pioAddr port, u32 val) in BE_outl()