HomeSort by: relevance | last modified time | path
    Searched defs:__LED (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/evbarm/smdk2xx0/
smdk2800_machdep.c 357 #define LEDSTEP() __LED(progress_counter++)
360 #define __LED(x) (pdatc = (pdatc & ~0x07) | (~(x) & 0x07))
smdk2410_machdep.c 416 #define LEDSTEP() __LED(progress_counter++)
419 #define __LED(x) (pdatf = (pdatf & ~0xf0) | (~(x) & 0xf0))
  /src/sys/arch/evbarm/mini2440/
mini2440_machdep.c 460 #define __LED(x) (pdatb = (pdatb & ~0x1e0) | (~(1<<(x+5)) & 0x1e0))
462 __LED(0);
484 __LED(1);
490 __LED(2);
492 __LED(3);

Completed in 15 milliseconds