Searched refs:PORTA_DIR_CLEAR (Results 1 - 4 of 4) sorted by relevance

/arch/blackfin/mach-bf548/include/mach/
H A DdefBF54x_base.h546 #define PORTA_DIR_CLEAR 0xffc014d4 /* GPIO Direction Clear Register */ macro
H A DcdefBF54x_base.h900 #define bfin_read_PORTA_DIR_CLEAR() bfin_read16(PORTA_DIR_CLEAR)
901 #define bfin_write_PORTA_DIR_CLEAR(val) bfin_write16(PORTA_DIR_CLEAR, val)
/arch/blackfin/mach-bf609/include/mach/
H A DcdefBF60x_base.h2151 #define bfin_read_PORTA_DIR_CLEAR() bfin_read32(PORTA_DIR_CLEAR)
2152 #define bfin_write_PORTA_DIR_CLEAR(val) bfin_write32(PORTA_DIR_CLEAR, val)
H A DdefBF60x_base.h692 #define PORTA_DIR_CLEAR 0xFFC03020 /* PORTA Port x GPIO Direction Clear Register */ macro

Completed in 85 milliseconds