Searched refs:Exynos4210CombinerState (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/intc/ |
H A D | exynos4210_combiner.c | 69 VMSTATE_STRUCT_ARRAY(group, Exynos4210CombinerState, IIC_NGRP, 0, 71 VMSTATE_UINT32_ARRAY(reg_set, Exynos4210CombinerState, 73 VMSTATE_UINT32_ARRAY(icipsr, Exynos4210CombinerState, 2), 74 VMSTATE_UINT32(external, Exynos4210CombinerState), 82 struct Exynos4210CombinerState *s = in exynos4210_combiner_read() 83 (struct Exynos4210CombinerState *)opaque; in exynos4210_combiner_read() 132 struct Exynos4210CombinerState *s = in exynos4210_combiner_update() 133 (struct Exynos4210CombinerState *)opaque; in exynos4210_combiner_update() 174 struct Exynos4210CombinerState *s = in exynos4210_combiner_write() 175 (struct Exynos4210CombinerState *)opaque; in exynos4210_combiner_write() [all …]
|
/openbmc/qemu/include/hw/intc/ |
H A D | exynos4210_combiner.h | 37 OBJECT_DECLARE_SIMPLE_TYPE(Exynos4210CombinerState, EXYNOS4210_COMBINER) 44 struct Exynos4210CombinerState { struct
|
/openbmc/qemu/include/hw/arm/ |
H A D | exynos4210.h | 103 Exynos4210CombinerState int_combiner; 104 Exynos4210CombinerState ext_combiner;
|