Home
last modified time | relevance | path

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

/qemu/hw/misc/
H A Dunimp.c27 s->name, size, s->offset_fmt_width, offset); in unimp_read()
39 s->name, size, s->offset_fmt_width, offset, size << 1, value); in unimp_write()
66 s->offset_fmt_width = DIV_ROUND_UP(64 - clz64(s->size - 1), 4); in unimp_realize()
/qemu/include/hw/misc/
H A Dunimp.h23 unsigned offset_fmt_width; member