Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ssi/
H A Dpl022.c33 #define PL022_CR1_SSE 0x02 macro
79 if ((s->cr1 & PL022_CR1_SSE) == 0) { in pl022_xfer()
175 if ((s->cr1 & (PL022_CR1_MS | PL022_CR1_SSE)) in pl022_write()
176 == (PL022_CR1_MS | PL022_CR1_SSE)) { in pl022_write()