Home
last modified time | relevance | path

Searched refs:REG_DIVREM_RESULT_ADDR (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.4/include/nitro/cp/
Ddivider.h289 return (s64)(*(REGType64 *)REG_DIVREM_RESULT_ADDR); in CP_GetDivRemainderImm64()
296 return (s32)(*(REGType32 *)REG_DIVREM_RESULT_ADDR); in CP_GetDivRemainderImm32()
303 return (s16)(*(REGType16 *)REG_DIVREM_RESULT_ADDR); in CP_GetDivRemainderImm16()
310 return (s8)(*(REGType8 *)REG_DIVREM_RESULT_ADDR); in CP_GetDivRemainderImm8()
/TwlSDK-5.4/include/twl/hw/ARM9/
Dioreg_CP.h97 #define REG_DIVREM_RESULT_ADDR (HW_REG_BASE + REG_DIVREM_RESULT_OFFSET) macro
98 #define reg_CP_DIVREM_RESULT (*( REGType64v *) REG_DIVREM_RESULT_ADDR)
/TwlSDK-5.4/include/nitro/hw/ARM9/
Dioreg_CP.h97 #define REG_DIVREM_RESULT_ADDR (HW_REG_BASE + REG_DIVREM_RESULT_OFFSET) macro
98 #define reg_CP_DIVREM_RESULT (*( REGType64v *) REG_DIVREM_RESULT_ADDR)