Home
last modified time | relevance | path

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

/linux-4.4.14/arch/blackfin/mach-bf538/include/mach/
DdefBF538.h416 #define PORTDIO_SET 0xFFC01534 /* Set GPIO Pin Port D Register */ macro
DcdefBF538.h446 #define bfin_read_PORTDIO_SET() bfin_read16(PORTDIO_SET)
447 #define bfin_write_PORTDIO_SET(val) bfin_write16(PORTDIO_SET, val)
/linux-4.4.14/arch/blackfin/kernel/
Ddebug-mmrs.c1854 D16(PORTDIO_SET); in bfin_debug_mmrs_init()