Home
last modified time | relevance | path

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

/arch/blackfin/mach-bf538/include/mach/
DdefBF538.h406 #define PORTCIO_CLEAR 0xFFC01520 /* Clear GPIO Pin Port C Register */ macro
DcdefBF538.h430 #define bfin_read_PORTCIO_CLEAR() bfin_read16(PORTCIO_CLEAR)
431 #define bfin_write_PORTCIO_CLEAR(val) bfin_write16(PORTCIO_CLEAR, val)
/arch/blackfin/kernel/
Ddebug-mmrs.c1844 D16(PORTCIO_CLEAR); in bfin_debug_mmrs_init()