Searched refs:PORTE (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/gpio/
H A Dgpio-clps711x.c60 /* PORTE is 3 lines only */ clps711x_gpio_probe()
/linux-4.4.14/arch/blackfin/mach-bf609/include/mach/
H A DdefBF60x_base.h774 PORTE
776 #define PORTE_FER 0xFFC03200 /* PORTE Port x Function Enable Register */
777 #define PORTE_FER_SET 0xFFC03204 /* PORTE Port x Function Enable Set Register */
778 #define PORTE_FER_CLEAR 0xFFC03208 /* PORTE Port x Function Enable Clear Register */
779 #define PORTE_DATA 0xFFC0320C /* PORTE Port x GPIO Data Register */
780 #define PORTE_DATA_SET 0xFFC03210 /* PORTE Port x GPIO Data Set Register */
781 #define PORTE_DATA_CLEAR 0xFFC03214 /* PORTE Port x GPIO Data Clear Register */
782 #define PORTE_DIR 0xFFC03218 /* PORTE Port x GPIO Direction Register */
783 #define PORTE_DIR_SET 0xFFC0321C /* PORTE Port x GPIO Direction Set Register */
784 #define PORTE_DIR_CLEAR 0xFFC03220 /* PORTE Port x GPIO Direction Clear Register */
785 #define PORTE_INEN 0xFFC03224 /* PORTE Port x GPIO Input Enable Register */
786 #define PORTE_INEN_SET 0xFFC03228 /* PORTE Port x GPIO Input Enable Set Register */
787 #define PORTE_INEN_CLEAR 0xFFC0322C /* PORTE Port x GPIO Input Enable Clear Register */
788 #define PORTE_MUX 0xFFC03230 /* PORTE Port x Multiplexer Control Register */
789 #define PORTE_DATA_TGL 0xFFC03234 /* PORTE Port x GPIO Input Enable Toggle Register */
790 #define PORTE_POL 0xFFC03238 /* PORTE Port x GPIO Programming Inversion Register */
791 #define PORTE_POL_SET 0xFFC0323C /* PORTE Port x GPIO Programming Inversion Set Register */
792 #define PORTE_POL_CLEAR 0xFFC03240 /* PORTE Port x GPIO Programming Inversion Clear Register */
793 #define PORTE_LOCK 0xFFC03244 /* PORTE Port x GPIO Lock Register */
794 #define PORTE_REVID 0xFFC0327C /* PORTE Port x GPIO Revision ID */
H A DcdefBF60x_base.h2306 #define bfin_read_PORTE() bfin_read32(PORTE)
2307 #define bfin_write_PORTE(val) bfin_write32(PORTE, val)
/linux-4.4.14/arch/blackfin/mach-bf548/include/mach/
H A DcdefBF54x_base.h968 #define bfin_read_PORTE() bfin_read16(PORTE)
969 #define bfin_write_PORTE(val) bfin_write16(PORTE, val)
H A DdefBF54x_base.h586 #define PORTE 0xffc01544 /* GPIO Data Register */ macro

Completed in 489 milliseconds