Lines Matching defs:PL330State
114 typedef struct PL330State PL330State; typedef
228 struct PL330State { struct
229 SysBusDevice parent_obj;
231 MemoryRegion iomem;
232 qemu_irq irq_abort;
233 qemu_irq *irq;
236 uint32_t cfg[6];
240 uint32_t num_chnls;
241 uint8_t num_periph_req;
242 uint8_t num_events;
243 uint8_t mgr_ns_at_rst;
245 uint8_t i_cache_len;
246 uint8_t num_i_cache_lines;
248 uint8_t data_width;
249 uint8_t wr_cap;
250 uint8_t wr_q_dep;
251 uint8_t rd_cap;
252 uint8_t rd_q_dep;
253 uint16_t data_buffer_dep;
278 OBJECT_DECLARE_SIMPLE_TYPE(PL330State, PL330) argument