Lines Matching defs:PL080State
49 struct PL080State { struct
50 SysBusDevice parent_obj;
52 MemoryRegion iomem;
53 uint8_t tc_int;
54 uint8_t tc_mask;
55 uint8_t err_int;
56 uint8_t err_mask;
57 uint32_t conf;
58 uint32_t sync;
59 uint32_t req_single;
60 uint32_t req_burst;
61 pl080_channel chan[PL080_MAX_CHANNELS];
62 int nchannels;
64 int running;
65 qemu_irq irq;
66 qemu_irq interr;
67 qemu_irq inttc;
69 MemoryRegion *downstream;
70 AddressSpace downstream_as;