Home
last modified time | relevance | path

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

/openbmc/qemu/hw/char/
H A Davr_usart.c255 static const MemoryRegionOps avr_usart_ops = { variable
284 memory_region_init_io(&s->mmio, obj, &avr_usart_ops, s, TYPE_AVR_USART, 7); in avr_usart_init()