Home
last modified time | relevance | path

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

/openbmc/qemu/hw/dma/
H A Dpl080.c59 VMSTATE_UINT8(err_int, PL080State),
84 bool errlevel = (s->err_int & s->err_mask); in pl080_update()
252 return (s->tc_int & s->tc_mask) | (s->err_int & s->err_mask); in pl080_read()
256 return (s->err_int & s->err_mask); in pl080_read()
260 return s->err_int; in pl080_read()
321 s->err_int &= ~value; in pl080_write()
362 s->err_int = 0; in pl080_reset()
/openbmc/qemu/include/hw/dma/
H A Dpl080.h55 uint8_t err_int; member
/openbmc/qemu/hw/pci-bridge/
H A Dpcie_root_port.c97 goto err_int; in rp_realize()
129 err_int: in rp_realize()