Searched defs:vuart_info (Results 1 – 1 of 1) sorted by relevance
35 struct vuart_info { struct36 paddr_t base_addr; /* Base address of the UART */37 unsigned long size; /* Size of the memory region */38 unsigned long data_off; /* Data register offset */39 unsigned long status_off; /* Status register offset */40 unsigned long status; /* Ready status value */90 const struct vuart_info *(*vuart_info)(struct serial_port *); member
Completed in 32 milliseconds