Home
last modified time | relevance | path

Searched refs:PORTC_DIR_CLEAR (Results 1 – 4 of 4) sorted by relevance

/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h568 #define PORTC_DIR_CLEAR 0xffc01514 /* GPIO Direction Clear Register */ macro
DcdefBF54x_base.h938 #define bfin_read_PORTC_DIR_CLEAR() bfin_read16(PORTC_DIR_CLEAR)
939 #define bfin_write_PORTC_DIR_CLEAR(val) bfin_write16(PORTC_DIR_CLEAR, val)
/arch/blackfin/mach-bf609/include/mach/
DdefBF60x_base.h738 #define PORTC_DIR_CLEAR 0xFFC03120 /* PORTC Port x GPIO Direction Clear Regis… macro
DcdefBF60x_base.h2234 #define bfin_read_PORTC_DIR_CLEAR() bfin_read32(PORTC_DIR_CLEAR)
2235 #define bfin_write_PORTC_DIR_CLEAR(val) bfin_write32(PORTC_DIR_CLEAR, val)