Home
last modified time | relevance | path

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

/linux-4.4.14/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h589 #define PORTE_DIR_SET 0xffc01550 /* GPIO Direction Set Register */ macro
DcdefBF54x_base.h974 #define bfin_read_PORTE_DIR_SET() bfin_read16(PORTE_DIR_SET)
975 #define bfin_write_PORTE_DIR_SET(val) bfin_write16(PORTE_DIR_SET, val)
/linux-4.4.14/arch/blackfin/mach-bf609/include/mach/
DdefBF60x_base.h783 #define PORTE_DIR_SET 0xFFC0321C /* PORTE Port x GPIO Direction Set Register … macro
DcdefBF60x_base.h2314 #define bfin_read_PORTE_DIR_SET() bfin_read32(PORTE_DIR_SET)
2315 #define bfin_write_PORTE_DIR_SET(val) bfin_write32(PORTE_DIR_SET, val)