Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/intc/
H A Dexynos4210_combiner.h40 #define IIC_NGRP 64 macro
41 #define IIC_NIRQ (IIC_NGRP * 8)
49 struct CombinerGroupState group[IIC_NGRP];
54 qemu_irq output_irq[IIC_NGRP];
/openbmc/qemu/hw/intc/
H A Dexynos4210_combiner.c69 VMSTATE_STRUCT_ARRAY(group, Exynos4210CombinerState, IIC_NGRP, 0,
94 if (req_quad_base_n >= IIC_NGRP) { in exynos4210_combiner_read()
185 if (req_quad_base_n >= IIC_NGRP) { in exynos4210_combiner_write()
319 for (i = 0; i < IIC_NGRP; i++) { in exynos4210_combiner_init()