Searched refs:HW_IOREG (Results 1 – 5 of 5) sorted by relevance
84 #define HW_IOREG 0x04000000 macro86 #define HW_REG_BASE HW_IOREG // alias
114 #define HW_IOREG 0x04000000 macro116 #define HW_REG_BASE HW_IOREG // alias
500 SET_PROTECTION_A( c0, HW_IOREG, 64MB ) in init_cp15()501 SET_PROTECTION_B( c0, HW_IOREG, 64MB ) in init_cp15()
498 SET_PROTECTION_A(c0, HW_IOREG, 64MB) in INITi_InitRegion()499 SET_PROTECTION_B(c0, HW_IOREG, 64MB) in INITi_InitRegion()
62 else if (((u32)buffer >= HW_IOREG) && ((u32)buffer < HW_IOREG_END)) in FSi_IsValidTransferRegion()