Searched defs:outb (Results 1 – 10 of 10) sorted by relevance
/external/qemu-pc-bios/bochs/bios/ |
D | apmbios.S | 40 outb dx, al define 83 outb dx, al define 94 outb dx, al define 96 outb dx, al define 98 outb dx, al define 100 outb dx, al define 106 outb dx,al define 108 outb dx,al define 138 outb dx, al define
|
D | rombios32.c | 96 static inline void outb(int addr, int val) in outb() function
|
/external/grub/stage2/ |
D | hercules.c | 40 outb (unsigned short port, unsigned char value) in outb() function
|
D | serial.c | 77 outb (unsigned short port, unsigned char value) in outb() function
|
D | smp-imps.c | 82 outb (unsigned short port, unsigned char val) in outb() function
|
/external/llvm/test/MC/X86/ |
D | x86-64.s | 215 outb %al, $161 label 250 outb $0x7f label 264 outb %al, (%dx) label
|
/external/grub/netboot/ |
D | linux-asm-io.h | 127 #define outb(val,port) \ macro
|
/external/libxml2/ |
D | encoding.c | 566 UTF8ToUTF16LE(unsigned char* outb, int *outlen, in UTF8ToUTF16LE() 675 UTF8ToUTF16(unsigned char* outb, int *outlen, in UTF8ToUTF16() 808 UTF8ToUTF16BE(unsigned char* outb, int *outlen, in UTF8ToUTF16BE()
|
/external/kernel-headers/original/asm-arm/ |
D | io.h | 111 #define outb(v,p) __raw_writeb(v,__io(p)) macro
|
/external/ipsec-tools/src/racoon/ |
D | crypto_openssl.c | 2579 char *outb; in base64_decode() local
|