Searched refs:BAT_PP_RW (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/sys/arch/sandpoint/stand/altboot/ |
| D | entry.S | 138 andi. 0,4,BAT_I|BAT_PP_RW 139 cmpwi 0,0,BAT_I|BAT_PP_RW 342 .long xBATL(0x80000000, BAT_I|BAT_G, BAT_PP_RW) 344 .long xBATL(0xfc000000, BAT_I|BAT_G, BAT_PP_RW) 346 .long xBATL(0x70000000, BAT_I|BAT_G, BAT_PP_RW)
|
| /netbsd/src/sys/arch/rs6000/stand/boot/ |
| D | boot.c | 83 #define BAT_PP_RW 0x00000002 macro 123 batl = BATL(0xFF600000, BAT_I|BAT_G, BAT_PP_RW); in setled()
|
| /netbsd/src/sys/arch/powerpc/include/oea/ |
| D | bat.h | 98 #define BAT_PP_RW 0x00000002 /* read/write */ macro
|
| /netbsd/src/sys/arch/macppc/stand/bootxx/ |
| D | bootxx.c | 375 "r"(BATL(0, 0, BAT_PP_RW))); in startup()
|
| /netbsd/src/sys/arch/powerpc/oea/ |
| D | oea_machdep.c | 555 const register_t batl = BATL(pa, BAT_I|BAT_G, BAT_PP_RW); in oea_iobat_add() 855 register_t batl = BATL(paddr, BAT_M, BAT_PP_RW); in oea_batinit()
|
| /netbsd/src/sys/arch/amigappc/amigappc/ |
| D | machdep.c | 372 battable[i].batl = BATL(pa, prot, BAT_PP_RW); in amigappc_bat_add()
|