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

  /src/sys/arch/evbarm/smdk2xx0/
smdk2410_machdep.c 418 #define pdatf (*(volatile uint8_t *)(S3C2410_GPIO_BASE+GPIO_PFDAT)) macro
419 #define __LED(x) (pdatf = (pdatf & ~0xf0) | (~(x) & 0xf0))
453 #undef pdatf
454 #define pdatf (*(volatile uint8_t *)(GPIO_VBASE+GPIO_PFDAT)) macro
smdk2410_machdep.c 418 #define pdatf (*(volatile uint8_t *)(S3C2410_GPIO_BASE+GPIO_PFDAT)) macro
419 #define __LED(x) (pdatf = (pdatf & ~0xf0) | (~(x) & 0xf0))
453 #undef pdatf
454 #define pdatf (*(volatile uint8_t *)(GPIO_VBASE+GPIO_PFDAT)) macro

Completed in 25 milliseconds