Home
last modified time | relevance | path

Searched refs:__LED (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/evbarm/mini2440/
H A Dmini2440_machdep.c460 #define __LED(x) (pdatb = (pdatb & ~0x1e0) | (~(1<<(x+5)) & 0x1e0)) in initarm() macro
462 __LED(0); in initarm()
484 __LED(1); in initarm()
490 __LED(2); in initarm()
492 __LED(3); in initarm()
/netbsd-src/sys/arch/evbarm/smdk2xx0/
H A Dsmdk2800_machdep.c357 #define LEDSTEP() __LED(progress_counter++) in initarm()
360 #define __LED(x) (pdatc = (pdatc & ~0x07) | (~(x) & 0x07)) in initarm() macro
H A Dsmdk2410_machdep.c416 #define LEDSTEP() __LED(progress_counter++) in initarm()
419 #define __LED(x) (pdatf = (pdatf & ~0xf0) | (~(x) & 0xf0)) in initarm() macro