Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dapbuart.h9 struct grlib_apbuart_regs_map { struct
45 #define APBBASE(port) ((struct grlib_apbuart_regs_map *)((port)->membase))
Dapbuart.c624 port->membase = ioremap(addr, sizeof(struct grlib_apbuart_regs_map)); in grlib_apbuart_configure()