Home
last modified time | relevance | path

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

/openbmc/qemu/hw/char/
H A Dgrlib_apbuart.c240 static const MemoryRegionOps grlib_apbuart_ops = { variable
259 memory_region_init_io(&uart->iomem, OBJECT(uart), &grlib_apbuart_ops, uart, in grlib_apbuart_realize()
/openbmc/linux/drivers/tty/serial/
H A Dapbuart.c297 static const struct uart_ops grlib_apbuart_ops = { variable
596 port->ops = &grlib_apbuart_ops; in grlib_apbuart_configure()