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

  /src/sys/arch/evbarm/mini2440/
mini2440_machdep.c 457 #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
479 #define pdatb (*(volatile uint8_t *)(GPIO_VBASE+GPIO_PBDAT)) macro
mini2440_machdep.c 457 #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
479 #define pdatb (*(volatile uint8_t *)(GPIO_VBASE+GPIO_PBDAT)) macro

Completed in 24 milliseconds