Home
last modified time | relevance | path

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

/openbmc/qemu/hw/dma/
H A Drc4030.c82 uint32_t cache_bmask; /* 0x0058: I/O Cache Byte Mask */ member
155 val = s->cache_bmask; in rc4030_read()
157 if (s->cache_bmask == (uint32_t)-1) { in rc4030_read()
158 s->cache_bmask = 0; in rc4030_read()
297 s->cache_bmask |= val; /* HACK */ in rc4030_write()
302 if (s->cache_ltag == 0x80000001 && s->cache_bmask == 0xf0f0f0f) { in rc4030_write()
541 s->cache_bmask = 0; in rc4030_reset()
582 VMSTATE_UINT32(cache_bmask, rc4030State),