Home
last modified time | relevance | path

Searched defs:outb (Results 1 – 10 of 10) sorted by relevance

/external/qemu-pc-bios/bochs/bios/
Dapmbios.S40 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
Drombios32.c96 static inline void outb(int addr, int val) in outb() function
/external/grub/stage2/
Dhercules.c40 outb (unsigned short port, unsigned char value) in outb() function
Dserial.c77 outb (unsigned short port, unsigned char value) in outb() function
Dsmp-imps.c82 outb (unsigned short port, unsigned char val) in outb() function
/external/llvm/test/MC/X86/
Dx86-64.s215 outb %al, $161 label
250 outb $0x7f label
264 outb %al, (%dx) label
/external/grub/netboot/
Dlinux-asm-io.h127 #define outb(val,port) \ macro
/external/libxml2/
Dencoding.c566 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/
Dio.h111 #define outb(v,p) __raw_writeb(v,__io(p)) macro
/external/ipsec-tools/src/racoon/
Dcrypto_openssl.c2579 char *outb; in base64_decode() local