Searched refs:IP2K_DATA_MASK (Results 1 – 2 of 2) sorted by relevance
53 #define IP2K_DATA_MASK 0xff000000 macro
1264 if ((relocation & IP2K_DATA_MASK) == IP2K_DATA_VALUE) in ip2k_final_link_relocate()1265 relocation &= ~IP2K_DATA_MASK; in ip2k_final_link_relocate()