Home
last modified time | relevance | path

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

/arch/blackfin/mach-bf538/include/mach/
DdefBF538.h407 #define PORTCIO_SET 0xFFC01530 /* Set GPIO Pin Port C Register */ macro
DcdefBF538.h432 #define bfin_read_PORTCIO_SET() bfin_read16(PORTCIO_SET)
433 #define bfin_write_PORTCIO_SET(val) bfin_write16(PORTCIO_SET, val)
/arch/blackfin/kernel/
Ddebug-mmrs.c1845 D16(PORTCIO_SET); in bfin_debug_mmrs_init()