Home
last modified time | relevance | path

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

/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h557 #define PORTB_DIR_CLEAR 0xffc014f4 /* GPIO Direction Clear Register */ macro
DcdefBF54x_base.h919 #define bfin_read_PORTB_DIR_CLEAR() bfin_read16(PORTB_DIR_CLEAR)
920 #define bfin_write_PORTB_DIR_CLEAR(val) bfin_write16(PORTB_DIR_CLEAR, val)
/arch/blackfin/mach-bf609/include/mach/
DdefBF60x_base.h715 #define PORTB_DIR_CLEAR 0xFFC030A0 /* PORTB Port x GPIO Direction Clear Regis… macro
DcdefBF60x_base.h2193 #define bfin_read_PORTB_DIR_CLEAR() bfin_read32(PORTB_DIR_CLEAR)
2194 #define bfin_write_PORTB_DIR_CLEAR(val) bfin_write32(PORTB_DIR_CLEAR, val)