gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:out_w from mtkernel_3/lib/libtk/sysdepend/cpu/core/armv7a/int_armv7a.c (0.00 seconds)
mtkernel_3
lib/libtk/sysdepend/cpu/core/armv7a/int_armv7a.c - 4.8KB - 205 lines
75: 
76:         out_w(GICC_PMR, (UW)level);
77:         dummy = in_w(GICC_PMR);
118: icdipr |= pri << shift; 119: out_w(addr , icdipr); 120: 121: /* Enable Interrupt */ 122: out_w(GICD_ISENABLER(intno>>5), 1<<(intno&0x1F)); 123:
135: 136: out_w(GICD_ICENABLER(intno>>5), 1<<(intno&0x1F)); 137:
174: 175: out_w(GICD_ICPENDR(intno>>5), 1<<(intno&0x1F)); 176:
198: 199: out_w(GICC_EOIR, intno); 200: