Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/misc/
H A Dmos6522.h172 uint64_t mos6522_read(void *opaque, hwaddr addr, unsigned size);
/openbmc/qemu/hw/misc/
H A Dmos6522.c296 uint64_t mos6522_read(void *opaque, hwaddr addr, unsigned size) in mos6522_read() function
601 .read = mos6522_read,
H A Dmac_via.c1042 ret = mos6522_read(ms, addr, size); in mos6522_q800_via1_read()
1144 val = mos6522_read(ms, addr, size); in mos6522_q800_via2_read()
H A Dtrace-events134 mos6522_read(uint64_t addr, const char *name, unsigned val) "reg=0x%"PRIx64 " [%s] val=0x%x"
/openbmc/qemu/hw/misc/macio/
H A Dcuda.c462 return mos6522_read(ms, addr, size); in mos6522_cuda_read()
H A Dpmu.c635 return mos6522_read(ms, addr, size); in mos6522_pmu_read()