Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dapbuart.h10 struct grlib_apbuart_regs_map { struct
46 #define APBBASE(port) ((struct grlib_apbuart_regs_map *)((port)->membase))
H A Dapbuart.c593 port->membase = ioremap(addr, sizeof(struct grlib_apbuart_regs_map)); in grlib_apbuart_configure()