Searched refs:RIGHT (Results 1 - 8 of 8) sorted by relevance

/seL4-refos-master/libs/libplatsupport/plat_include/exynos4/platsupport/plat/
H A Dgpio.h86 /* RIGHT */
87 GPK0 = GPIOPORT(RIGHT, 2), /* 0x040 */
88 GPK1 = GPIOPORT(RIGHT, 3), /* 0x060 */
89 GPK2 = GPIOPORT(RIGHT, 4), /* 0x080 */
90 GPK3 = GPIOPORT(RIGHT, 5), /* 0x0A0 */
91 GPL0 = GPIOPORT(RIGHT, 6), /* 0x0C0 */
92 GPL1 = GPIOPORT(RIGHT, 7), /* 0x0E0 */
93 GPL2 = GPIOPORT(RIGHT, 8), /* 0x100 */
94 GPY0 = GPIOPORT(RIGHT, 9), /* 0x120 */
95 GPY1 = GPIOPORT(RIGHT, 1
[all...]
/seL4-refos-master/projects/util_libs/libplatsupport/plat_include/exynos4/platsupport/plat/
H A Dgpio.h86 /* RIGHT */
87 GPK0 = GPIOPORT(RIGHT, 2), /* 0x040 */
88 GPK1 = GPIOPORT(RIGHT, 3), /* 0x060 */
89 GPK2 = GPIOPORT(RIGHT, 4), /* 0x080 */
90 GPK3 = GPIOPORT(RIGHT, 5), /* 0x0A0 */
91 GPL0 = GPIOPORT(RIGHT, 6), /* 0x0C0 */
92 GPL1 = GPIOPORT(RIGHT, 7), /* 0x0E0 */
93 GPL2 = GPIOPORT(RIGHT, 8), /* 0x100 */
94 GPY0 = GPIOPORT(RIGHT, 9), /* 0x120 */
95 GPY1 = GPIOPORT(RIGHT, 1
[all...]
/seL4-refos-master/libs/libplatsupport/plat_include/exynos5/platsupport/plat/
H A Dgpio.h99 /* RIGHT */
100 GPE0 = GPIOPORT(RIGHT, 0), /* 0x000 */
101 GPE1 = GPIOPORT(RIGHT, 1), /* 0x020 */
102 GPF0 = GPIOPORT(RIGHT, 2), /* 0x040 */
103 GPF1 = GPIOPORT(RIGHT, 3), /* 0x060 */
104 GPG0 = GPIOPORT(RIGHT, 4), /* 0x080 */
105 GPG1 = GPIOPORT(RIGHT, 5), /* 0x0A0 */
106 GPG2 = GPIOPORT(RIGHT, 6), /* 0x0C0 */
107 GPH0 = GPIOPORT(RIGHT, 7), /* 0x0E0 */
108 GPH1 = GPIOPORT(RIGHT,
[all...]
/seL4-refos-master/projects/util_libs/libplatsupport/plat_include/exynos5/platsupport/plat/
H A Dgpio.h99 /* RIGHT */
100 GPE0 = GPIOPORT(RIGHT, 0), /* 0x000 */
101 GPE1 = GPIOPORT(RIGHT, 1), /* 0x020 */
102 GPF0 = GPIOPORT(RIGHT, 2), /* 0x040 */
103 GPF1 = GPIOPORT(RIGHT, 3), /* 0x060 */
104 GPG0 = GPIOPORT(RIGHT, 4), /* 0x080 */
105 GPG1 = GPIOPORT(RIGHT, 5), /* 0x0A0 */
106 GPG2 = GPIOPORT(RIGHT, 6), /* 0x0C0 */
107 GPH0 = GPIOPORT(RIGHT, 7), /* 0x0E0 */
108 GPH1 = GPIOPORT(RIGHT,
[all...]
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dextralev.c23 #define RIGHT 8 macro
106 } else if (dir == RIGHT) {
107 r[x][y].doortable &= ~RIGHT;
161 if (x<2 && (!(doorhere & RIGHT)) &&
178 doorhere |= RIGHT;
180 case 1: doorhere |= RIGHT;
268 if (here.doortable & RIGHT)
269 roguecorr(x, y, RIGHT);
H A Dsp_lev.c52 #define RIGHT 5 macro
476 case RIGHT:
2135 case RIGHT: xstart = x_maze_max-xsize-1; break;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dextralev.c23 #define RIGHT 8 macro
106 } else if (dir == RIGHT) {
107 r[x][y].doortable &= ~RIGHT;
161 if (x<2 && (!(doorhere & RIGHT)) &&
178 doorhere |= RIGHT;
180 case 1: doorhere |= RIGHT;
268 if (here.doortable & RIGHT)
269 roguecorr(x, y, RIGHT);
H A Dsp_lev.c52 #define RIGHT 5 macro
476 case RIGHT:
2135 case RIGHT: xstart = x_maze_max-xsize-1; break;

Completed in 63 milliseconds