|
iPXE
|
A generic UART. More...
#include <uart.h>
Data Fields | |
| struct refcnt | refcnt |
| Reference count. More... | |
| const char * | name |
| Name. More... | |
| struct list_head | list |
| List of registered UARTs. More... | |
| unsigned int | baud |
| Baud rate (if specified) More... | |
| struct uart_operations * | op |
| UART operations. More... | |
| void * | priv |
| Driver-private data. More... | |
| const char* uart::name |
Name.
Definition at line 21 of file uart.h.
Referenced by dwuart_probe(), fdtcon_default(), serial_init(), uart_find(), and uart_register().
| struct list_head uart::list |
List of registered UARTs.
Definition at line 23 of file uart.h.
Referenced by fdtcon_default(), uart_find(), uart_register(), and uart_unregister().
| unsigned int uart::baud |
Baud rate (if specified)
Definition at line 26 of file uart.h.
Referenced by fixed_serial_console(), gdbserial_configure(), ns16550_init(), and spcr_console().
| struct uart_operations* uart::op |
UART operations.
Definition at line 29 of file uart.h.
Referenced by __attribute__(), dwuart_probe(), and spcr_16550().
| void* uart::priv |
Driver-private data.
Definition at line 31 of file uart.h.
Referenced by alloc_uart(), dwuart_probe(), dwuart_remove(), int22(), ns16550_data_ready(), ns16550_flush(), ns16550_init(), ns16550_receive(), ns16550_transmit(), and spcr_16550().
1.8.15