COM_LSR 81 bsp/boot/ppc/prep/debug.c while (!(inb(COM_LSR) & 0x20)) COM_LSR 103 bsp/boot/ppc/prep/debug.c if (inb(COM_LSR) == 0xff) COM_LSR 65 bsp/boot/x86/pc/debug.c while (!(inb(COM_LSR) & 0x20)) COM_LSR 90 bsp/boot/x86/pc/debug.c if (inb(COM_LSR) == 0xff) COM_LSR 124 bsp/drv/dev/serial/ns16550.c while (!(bus_read_8(COM_LSR) & LSR_TXRDY)) COM_LSR 133 bsp/drv/dev/serial/ns16550.c while (!(bus_read_8(COM_LSR) & LSR_RXRDY)) COM_LSR 160 bsp/drv/dev/serial/ns16550.c bus_read_8(COM_LSR); COM_LSR 166 bsp/drv/dev/serial/ns16550.c bus_read_8(COM_LSR); COM_LSR 208 bsp/drv/dev/serial/ns16550.c if (bus_read_8(COM_LSR) == 0xff) COM_LSR 49 bsp/hal/ppc/prep/diag.c while (!(inb(COM_LSR) & 0x20)) COM_LSR 177 bsp/hal/x86/pc/diag.c while (!(inb(COM_LSR) & 0x20))