gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:out_w from mtkernel_3/kernel/sysdepend/cpu/core/armv7a/interrupt.c (0.00 seconds)
mtkernel_3
kernel/sysdepend/cpu/core/armv7a/interrupt.c - 5.3KB - 143 lines
134: 
135:         out_w(GICC_PMR, 31<<3);                        /* Allow all interrupts */
136:         out_w(GICC_BPR, 0x00000002UL);
137:         out_w(GICC_CTLR, 0x00000003UL);
138:         out_w(GICD_CTLR, 0x00000001uL);
139: