- tkernel_2
- kernel/sysdepend/device/tef_em1d/tkdev_init.c - 2.9KB - 86 lines
38: out_w(GIO_IDS(gb), 0xffffffff); /* disable interrupt */
39: out_w(GIO_IIA(gb), 0x00000000); /* disassert interrupt pin */
40: out_w(GIO_GSW(gb), 0x00000000); /* disassert FIQ pin */
- lib/libtk/src/sysdepend/tef_em1d/int.c - 11.8KB - 303 lines
200: out_w(GIO_IDS(gb), m); /* disable interrupt */
201: out_w(GIO_IIA(gb), in_w(GIO_IIA(gb)) & ~m); /* disassert interrupt pin */
202: _EI(imask);
- More results from int.c
- monitor/hwdepend/tef_em1d/src/config.c - 21.7KB - 669 lines
380: out_w(GIO_IIR(GIO_L), 0x00000100);
381: out_w(GIO_IIA(GIO_L), 0x00000100);
382: out_w(GIO_IEN(GIO_L), 0x00000100);
- monitor/hwdepend/tef_em1d/src/system.c - 9.8KB - 307 lines
170: out_w(IT0_FID, 0x00000001); // CPU: FIQ disabled
171: out_w(GIO_IIA(GIO_L), 0); // GPIO: interrupt disabled
172: out_w(GIO_IIA(GIO_H), 0);
- More results from system.c