Home
last modified time | relevance | path

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

/openbmc/qemu/hw/dma/
H A Drc4030.c80 uint32_t cache_ptag; /* 0x0048: I/O Cache Physical Tag */ member
289 s->cache_ptag = val; in rc4030_write()
303 hwaddr dest = s->cache_ptag & ~0x1; in rc4030_write()
540 s->cache_ptag = s->cache_ltag = 0; in rc4030_reset()
580 VMSTATE_UINT32(cache_ptag, rc4030State),