Home
last modified time | relevance | path

Searched refs:PORTDIO_INEN (Results 1 – 3 of 3) sorted by relevance

/arch/blackfin/mach-bf538/include/mach/
DdefBF538.h419 #define PORTDIO_INEN 0xFFC01564 /* GPIO Pin Port D Input Enable Register */ macro
DcdefBF538.h452 #define bfin_read_PORTDIO_INEN() bfin_read16(PORTDIO_INEN)
453 #define bfin_write_PORTDIO_INEN(val) bfin_write16(PORTDIO_INEN, val)
/arch/blackfin/kernel/
Ddebug-mmrs.c1854 D16(PORTDIO_INEN); in bfin_debug_mmrs_init()