Home
last modified time | relevance | path

Searched refs:HW_IOREG (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.1.0/include/nitro/hw/ARM9/
Dmmap_global.h84 #define HW_IOREG 0x04000000 macro
86 #define HW_REG_BASE HW_IOREG // alias
/TwlSDK-5.1.0/include/twl/hw/ARM9/
Dmmap_global.h114 #define HW_IOREG 0x04000000 macro
116 #define HW_REG_BASE HW_IOREG // alias
/TwlSDK-5.1.0/build/libraries/init/ARM9/src/
Dcrt0.c500 SET_PROTECTION_A( c0, HW_IOREG, 64MB ) in init_cp15()
501 SET_PROTECTION_B( c0, HW_IOREG, 64MB ) in init_cp15()
/TwlSDK-5.1.0/build/libraries/init/ARM9.TWL/src/
Dcrt0.FLX.c498 SET_PROTECTION_A(c0, HW_IOREG, 64MB) in INITi_InitRegion()
499 SET_PROTECTION_B(c0, HW_IOREG, 64MB) in INITi_InitRegion()
/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_file.c62 else if (((u32)buffer >= HW_IOREG) && ((u32)buffer < HW_IOREG_END)) in FSi_IsValidTransferRegion()