Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/serial/
H A Dserial_sh.c199 static const struct dm_serial_ops sh_serial_ops = { variable
249 .ops = &sh_serial_ops,
/openbmc/qemu/hw/char/
H A Dsh_serial.c387 static const MemoryRegionOps sh_serial_ops = { variable
420 memory_region_init_io(iomem, OBJECT(d), &sh_serial_ops, s, d->id, 0x28); in sh_serial_realize()