HomeSort by: relevance | last modified time | path
    Searched refs:GPIO_EINTPEND (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/arm/s3c2xx0/
s3c2410_extint.c 222 GPIO_EINTPEND, 1U << extint);
257 pending = pending_mask & bus_space_read_4(iot, ioh, GPIO_EINTPEND);
287 GPIO_EINTPEND, 1<<extint);
s3c2440_extint.c 254 GPIO_EINTPEND, 1U << extint);
289 pending = pending_mask & bus_space_read_4(iot, ioh, GPIO_EINTPEND);
319 GPIO_EINTPEND, 1<<extint);
s3c2410reg.h 183 #define GPIO_EINTPEND 0xa8
s3c2440reg.h 218 #define GPIO_EINTPEND 0xa8

Completed in 40 milliseconds