Searched refs:PORTC_DIR (Results 1 – 2 of 2) sorted by relevance
736 #define PORTC_DIR 0xFFC03118 /* PORTC Port x GPIO Direction Register */ macro
2230 #define bfin_read_PORTC_DIR() bfin_read32(PORTC_DIR)2231 #define bfin_write_PORTC_DIR(val) bfin_write32(PORTC_DIR, val)