Home
last modified time | relevance | path

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

/openbmc/qemu/hw/dma/
H A Drc4030.c81 uint32_t cache_ltag; /* 0x0050: I/O Cache Logical Tag */ member
293 s->cache_ltag = val; in rc4030_write()
302 if (s->cache_ltag == 0x80000001 && s->cache_bmask == 0xf0f0f0f) { in rc4030_write()
540 s->cache_ptag = s->cache_ltag = 0; in rc4030_reset()
581 VMSTATE_UINT32(cache_ltag, rc4030State),