Home
last modified time | relevance | path

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

/openbmc/qemu/hw/dma/
H A Dpl080.c30 #define PL080_CCONF_E 0x00001 macro
129 if ((ch->conf & (PL080_CCONF_H | PL080_CCONF_E)) in pl080_run()
130 != PL080_CCONF_E) in pl080_run()
204 ch->conf &= ~PL080_CCONF_E; in pl080_run()
264 if (s->chan[i].conf & PL080_CCONF_E) in pl080_read()