Home
last modified time | relevance | path

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

/linux-4.1.27/arch/blackfin/mach-bf538/include/mach/
DdefBF538.h418 #define PORTDIO_DIR 0xFFC01554 /* GPIO Pin Port D Direction Register */ macro
DcdefBF538.h450 #define bfin_read_PORTDIO_DIR() bfin_read16(PORTDIO_DIR)
451 #define bfin_write_PORTDIO_DIR(val) bfin_write16(PORTDIO_DIR, val)
/linux-4.1.27/arch/blackfin/kernel/
Ddebug-mmrs.c1851 D16(PORTDIO_DIR); in bfin_debug_mmrs_init()