Home
last modified time | relevance | path

Searched refs:serial_hw_port (Results 1 – 1 of 1) sorted by relevance

/external/grub/stage2/
Dserial.c49 static unsigned short serial_hw_port = 0; variable
87 if (inb (serial_hw_port + UART_LSR) & UART_DATA_READY) in serial_hw_fetch()
88 return inb (serial_hw_port + UART_RX); in serial_hw_fetch()
100 while ((inb (serial_hw_port + UART_LSR) & UART_EMPTY_TRANSMITTER) == 0) in serial_hw_put()
107 outb (serial_hw_port + UART_TX, c); in serial_hw_put()
172 serial_hw_port = port; in serial_hw_init()