gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 10 of 11 for funcall:in_w from tkernel_2 (0.01 seconds)
tkernel_2
driver/tef_em1d/clk/src/em1d512_iic.c - 8.8KB - 338 lines
79:                 WaitUsec(1);
80:                 if ((in_w(addr) & mask) == value) break;
81:         }
More results from em1d512_iic.c
driver/tef_em1d/clk/src/em1d512_spi.c - 5.5KB - 208 lines
140:                 if (recv != NULL) {
141:                         *recv++ = in_w(SPn_RX_DATA(ch));
142:                 } else {
More results from em1d512_spi.c
driver/tef_em1d/lowkbpd/src/hwkbpd.c - 17.6KB - 631 lines
460:         /* read SW status */
461:         sw = in_w(GIO_I(GIO_L));
462: 
kernel/sysdepend/device/tef_em1d/cntwus.c - 2.7KB - 97 lines
52:         /* select clock */
53:         out_w(TI0TIN_SEL, (in_w(TI0TIN_SEL) & ~3) | TITIN_PLL3);
54: 
More results from cntwus.c
kernel/sysdepend/device/tef_em1d/tkdev_timer.h - 4.5KB - 185 lines
45:         /* choose clock */
46:         out_w(TI0TIN_SEL, (in_w(TI0TIN_SEL) & ~3) | TITIN_PLL3);
47:         d = in_w(DIVTIMTIN);
More results from tkdev_timer.h
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
lib/libtk/src/sysdepend/tef_em1d/ptimer.c - 8.5KB - 329 lines
115:         /* select clock */
116:         out_w(TI0TIN_SEL, in_w(TI0TIN_SEL) & ~0x00030000);
117:         out_w(TI1TIN_SEL, 0);
More results from ptimer.c
monitor/cmdsvc/src/memory.c - 4.8KB - 170 lines
142:         switch(unit) {
143:         case 4:                *data = in_w(pa);     break;
144:         case 2:                *data = in_h(pa);     break;
monitor/hwdepend/tef_em1d/src/config.c - 21.7KB - 669 lines
124:                 waitUsec(1);
125:                 if ((in_w(addr) & mask) == value) break;
126:         }
More results from config.c
monitor/hwdepend/tef_em1d/src/system.c - 9.8KB - 307 lines
85:         for (i = 1000000; i > 0; i--) {
86:                 if (in_w(SPn_RAW_STATUS(SP0)) & 0x0004) break;
87:                 waitUsec(1);
More results from system.c