Searched refs:PORTA_LOCK (Results 1 – 2 of 2) sorted by relevance
701 #define PORTA_LOCK 0xFFC03044 /* PORTA Port x GPIO Lock Register */ macro
2169 #define bfin_read_PORTA_LOCK() bfin_read32(PORTA_LOCK)2170 #define bfin_write_PORTA_LOCK(val) bfin_write32(PORTA_LOCK, val)