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

  /src/sys/arch/evbarm/mini2440/
mini2440_machdep.c 367 #define GPIO_VBASE _V(0)
375 GPIO_VBASE,
479 #define pdatb (*(volatile uint8_t *)(GPIO_VBASE+GPIO_PBDAT))
  /src/sys/arch/evbarm/smdk2xx0/
smdk2410_machdep.c 333 #define GPIO_VBASE _V(0)
344 GPIO_VBASE,
414 #define gpio_read8(reg) ioreg_read8(GPIO_VBASE + (reg))
454 #define pdatf (*(volatile uint8_t *)(GPIO_VBASE+GPIO_PFDAT))

Completed in 11 milliseconds