inb                81 bsp/boot/ppc/prep/debug.c 	while (!(inb(COM_LSR) & 0x20))
inb                87 bsp/boot/ppc/prep/debug.c 	inb(0xf00); /* dummy */
inb               103 bsp/boot/ppc/prep/debug.c 	if (inb(COM_LSR) == 0xff)
inb               113 bsp/boot/ppc/prep/debug.c 	inb(COM_RBR);
inb               114 bsp/boot/ppc/prep/debug.c 	inb(COM_RBR);
inb                34 bsp/boot/x86/pc/debug.c extern u_char	inb(int);
inb                65 bsp/boot/x86/pc/debug.c 	while (!(inb(COM_LSR) & 0x20))
inb                74 bsp/boot/x86/pc/debug.c 	if (inb(0xe9) == 0xe9)
inb                90 bsp/boot/x86/pc/debug.c 	if (inb(COM_LSR) == 0xff)
inb               100 bsp/boot/x86/pc/debug.c 	inb(COM_RBR);
inb               101 bsp/boot/x86/pc/debug.c 	inb(COM_RBR);
inb                89 bsp/hal/ppc/include/cpu.h u_char	 inb(int);
inb                37 bsp/hal/ppc/include/io.h u_char	 inb(int);
inb                49 bsp/hal/ppc/prep/diag.c 	while (!(inb(COM_LSR) & 0x20))
inb               139 bsp/hal/ppc/prep/interrupt.c 	val = inb(port);
inb               157 bsp/hal/ppc/prep/interrupt.c 	irq = inb(PIC_M) & 7;
inb               160 bsp/hal/ppc/prep/interrupt.c 		irq = (inb(PIC_M) & 7) + 8;
inb                88 bsp/hal/ppc/prep/machdep.c 	val = inb(0x92);
inb                92 bsp/hal/ppc/prep/machdep.c 	val = inb(0x92);
inb                47 bsp/hal/x86/include/cpufunc.h u_char	 inb(int);
inb               153 bsp/hal/x86/pc/diag.c 	if (inb(0xe9) != 0xe9)
inb               177 bsp/hal/x86/pc/diag.c 	while (!(inb(COM_LSR) & 0x20))
inb               137 bsp/hal/x86/pc/interrupt.c 	val = inb(port);