Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Darm_l2x0.c41 uint32_t aux_ctrl; member
54 VMSTATE_UINT32(aux_ctrl, L2x0State),
78 cache_data = (s->aux_ctrl & (7 << 17)) >> 15; in l2x0_priv_read()
79 cache_data |= (s->aux_ctrl & (1 << 16)) >> 16; in l2x0_priv_read()
84 return s->aux_ctrl; in l2x0_priv_read()
121 s->aux_ctrl = value; in l2x0_priv_write()
153 s->aux_ctrl = 0x02020000; in l2x0_priv_reset()