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

/seL4-refos-master/libs/libplatsupport/plat_include/exynos5/platsupport/plat/
H A Dgpio.h69 /* LEFT */
70 GPA0 = GPIOPORT(LEFT, 0), /* 0x000 */
71 GPA1 = GPIOPORT(LEFT, 1), /* 0x020 */
72 GPA2 = GPIOPORT(LEFT, 2), /* 0x040 */
73 GPB0 = GPIOPORT(LEFT, 3), /* 0x060 */
74 GPB1 = GPIOPORT(LEFT, 4), /* 0x080 */
75 GPB2 = GPIOPORT(LEFT, 5), /* 0x0A0 */
76 GPB3 = GPIOPORT(LEFT, 6), /* 0x0C0 */
77 GPC0 = GPIOPORT(LEFT, 7), /* 0x0E0 */
78 GPC1 = GPIOPORT(LEFT,
[all...]
/seL4-refos-master/projects/util_libs/libplatsupport/plat_include/exynos5/platsupport/plat/
H A Dgpio.h69 /* LEFT */
70 GPA0 = GPIOPORT(LEFT, 0), /* 0x000 */
71 GPA1 = GPIOPORT(LEFT, 1), /* 0x020 */
72 GPA2 = GPIOPORT(LEFT, 2), /* 0x040 */
73 GPB0 = GPIOPORT(LEFT, 3), /* 0x060 */
74 GPB1 = GPIOPORT(LEFT, 4), /* 0x080 */
75 GPB2 = GPIOPORT(LEFT, 5), /* 0x0A0 */
76 GPB3 = GPIOPORT(LEFT, 6), /* 0x0C0 */
77 GPC0 = GPIOPORT(LEFT, 7), /* 0x0E0 */
78 GPC1 = GPIOPORT(LEFT,
[all...]
/seL4-refos-master/libs/libplatsupport/plat_include/exynos4/platsupport/plat/
H A Dgpio.h69 /* LEFT */
70 GPA0 = GPIOPORT(LEFT, 0), /* 0x000 */
71 GPA1 = GPIOPORT(LEFT, 1), /* 0x020 */
72 GPB = GPIOPORT(LEFT, 2), /* 0x040 */
73 GPC0 = GPIOPORT(LEFT, 3), /* 0x060 */
74 GPC1 = GPIOPORT(LEFT, 4), /* 0x080 */
75 GPD0 = GPIOPORT(LEFT, 5), /* 0x0A0 */
76 GPD1 = GPIOPORT(LEFT, 6), /* 0x0C0 */
78 GPF0 = GPIOPORT(LEFT, 12), /* 0x180 */
79 GPF1 = GPIOPORT(LEFT, 1
[all...]
/seL4-refos-master/projects/util_libs/libplatsupport/plat_include/exynos4/platsupport/plat/
H A Dgpio.h69 /* LEFT */
70 GPA0 = GPIOPORT(LEFT, 0), /* 0x000 */
71 GPA1 = GPIOPORT(LEFT, 1), /* 0x020 */
72 GPB = GPIOPORT(LEFT, 2), /* 0x040 */
73 GPC0 = GPIOPORT(LEFT, 3), /* 0x060 */
74 GPC1 = GPIOPORT(LEFT, 4), /* 0x080 */
75 GPD0 = GPIOPORT(LEFT, 5), /* 0x0A0 */
76 GPD1 = GPIOPORT(LEFT, 6), /* 0x0C0 */
78 GPF0 = GPIOPORT(LEFT, 12), /* 0x180 */
79 GPF1 = GPIOPORT(LEFT, 1
[all...]
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dextralev.c22 #define LEFT 4 macro
127 r[x][y].doortable &= ~LEFT;
158 if (x>0 && (!(doorhere & LEFT)) &&
176 case 0: doorhere |= LEFT;
182 doorhere |= LEFT;
270 if (here.doortable & LEFT)
H A Dsp_lev.c48 #define LEFT 1 macro
474 case LEFT:
2131 case LEFT: xstart = 3; break;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dextralev.c22 #define LEFT 4 macro
127 r[x][y].doortable &= ~LEFT;
158 if (x>0 && (!(doorhere & LEFT)) &&
176 case 0: doorhere |= LEFT;
182 doorhere |= LEFT;
270 if (here.doortable & LEFT)
H A Dsp_lev.c48 #define LEFT 1 macro
474 case LEFT:
2131 case LEFT: xstart = 3; break;

Completed in 51 milliseconds