Searched refs:_combiner_regs (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/libs/libplatsupport/src/mach/exynos/
H A Dirq_combiner.c33 volatile struct irq_combiner_map *_combiner_regs = NULL; variable in typeref:struct:irq_combiner_map
103 if (_combiner_regs == NULL) {
107 combiner->priv = (void*)_combiner_regs;
120 _combiner_regs = (volatile struct irq_combiner_map *)base;
132 MAP_IF_NULL(io_ops, EXYNOS_IRQ_COMBINER, _combiner_regs);
/seL4-refos-master/projects/util_libs/libplatsupport/src/mach/exynos/
H A Dirq_combiner.c33 volatile struct irq_combiner_map *_combiner_regs = NULL; variable in typeref:struct:irq_combiner_map
103 if (_combiner_regs == NULL) {
107 combiner->priv = (void*)_combiner_regs;
120 _combiner_regs = (volatile struct irq_combiner_map *)base;
132 MAP_IF_NULL(io_ops, EXYNOS_IRQ_COMBINER, _combiner_regs);

Completed in 25 milliseconds