tag | line | file | source code |
outb_p | 70 | arch/ppc/kernel/port_io.c | unsigned char outb_p(unsigned char val,int port) { return (outb(val,port)); } |
outb_p | 134 | include/asm-alpha/io.h | # define outb_p outb |
outb_p | 163 | include/asm-i386/io.h | #define outb_p(val,port) \ |
outb_p | 21 | include/asm-m68k/io.h | #define outb_p(x,addr) put_user_byte_io((x),(char *)(addr)) |
outb_p | 208 | include/asm-mips/io.h | #define outb_p(val,port) \ |
outb_p | 80 | include/asm-ppc/io.h | static inline unsigned char outb_p(unsigned char val,int port) { return (outb(val,port)); } |
outb_p | 91 | include/asm-sparc/io.h | #define outb_p outb |