Searched refs:sio_putc (Results 1 – 4 of 4) sorted by relevance
24 .globl sio_putc symbol73 sio_putc: movw $SIO_PRT+0x5,%dx # Line status reg label76 sio_putc.1: inb (%dx),%al # Transmitter buffer empty?78 loopz sio_putc.1 # No79 jz sio_putc.2 # If timeout83 sio_putc.2: ret
23 void sio_putc(int);
768 sio_putc(c); in xputc()
909 sio_putc: movw $SIO_PRT+0x5,%dx # Line status reg label912 sio_putc.1: inb (%dx),%al # Transmitter914 loopz sio_putc.1 # No915 jz sio_putc.2 # If timeout919 sio_putc.2: ret $0x4 # To caller946 call sio_putc # return first950 call sio_putc # Output the character