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

/netbsd-current/sys/arch/evbarm/mini2440/
H A Dmini2440_machdep.c457 #define pdatb (*(volatile uint8_t *)(S3C2440_GPIO_BASE+GPIO_PBDAT)) macro
460 #define __LED(x) (pdatb = (pdatb & ~0x1e0) | (~(1<<(x+5)) & 0x1e0))
478 #undef pdatb macro
479 #define pdatb (*(volatile uint8_t *)(GPIO_VBASE+GPIO_PBDAT)) macro

Completed in 164 milliseconds