Searched refs:BAT_I (Results 1 – 2 of 2) sorted by relevance
78 #define BAT_I 0x00000020 /* cache inhibit */ macro
709 battable[0x8].batl = BATL(0x80000000, BAT_I|BAT_G, BAT_PP_RW); in moea_bootstrap()712 battable[0x9].batl = BATL(0x90000000, BAT_I|BAT_G, BAT_PP_RW); in moea_bootstrap()715 battable[0xa].batl = BATL(0xa0000000, BAT_I|BAT_G, BAT_PP_RW); in moea_bootstrap()718 battable[0xb].batl = BATL(0xb0000000, BAT_I|BAT_G, BAT_PP_RW); in moea_bootstrap()2640 prot = battable[idx].batl & (BAT_I|BAT_G|BAT_PP_RW); in moea_bat_mapped()2641 if (prot != (BAT_I|BAT_G|BAT_PP_RW)) in moea_bat_mapped()