outb_p             15 arch/x86/include/asm/dma.h #define dma_outb	outb_p
outb_p             35 arch/x86/include/asm/floppy.h #define fd_outb(value, port)	outb_p(value, port)
outb_p             84 arch/x86/include/asm/floppy.h 				outb_p(*lptr, virtual_dma_port + 5);
outb_p             35 arch/x86/include/asm/mach_timer.h 	outb_p(CALIBRATE_LATCH & 0xff, 0x42);	/* LSB of count */
outb_p             36 arch/x86/include/asm/mach_timer.h 	outb_p(CALIBRATE_LATCH >> 8, 0x42);       /* MSB of count */
outb_p             20 include/linux/scc.h #define Outb(port, val)	outb_p(val, port)
outb_p            209 include/video/vga.h 	outb_p(val, port);