Home
last modified time | relevance | path

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

/linux-4.4.14/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h579 #define PORTD_DIR_CLEAR 0xffc01534 /* GPIO Direction Clear Register */ macro
DcdefBF54x_base.h957 #define bfin_read_PORTD_DIR_CLEAR() bfin_read16(PORTD_DIR_CLEAR)
958 #define bfin_write_PORTD_DIR_CLEAR(val) bfin_write16(PORTD_DIR_CLEAR, val)
/linux-4.4.14/arch/blackfin/mach-bf609/include/mach/
DdefBF60x_base.h761 #define PORTD_DIR_CLEAR 0xFFC031A0 /* PORTD Port x GPIO Direction Clear Regis… macro
DcdefBF60x_base.h2275 #define bfin_read_PORTD_DIR_CLEAR() bfin_read32(PORTD_DIR_CLEAR)
2276 #define bfin_write_PORTD_DIR_CLEAR(val) bfin_write32(PORTD_DIR_CLEAR, val)