gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:GICD_ICFGR (0.01 seconds)
mtkernel_3
kernel/sysdepend/cpu/core/armv7a/interrupt.c - 5.3KB - 143 lines
114: 
115:         reg = (_UW*)GICD_ICFGR(0);
116:         for (i = 0; i < GICD_ICFGR_N; i++) {
lib/libtk/sysdepend/cpu/core/armv7a/int_armv7a.c - 4.8KB - 205 lines
153: 
154:         addr = (_UW*)GICD_ICFGR(intno>>4);
155:         bit = 1 << (((intno&0x0F)<<1) + 1);