Home
last modified time | relevance | path

Searched refs:regMSWVal (Results 1 – 2 of 2) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dpka.c702 uint32_t regMSWVal; in PKAGetBigNumResultRemainder() local
718 regMSWVal = HWREG(PKA_BASE + PKA_O_DIVMSW); in PKAGetBigNumResultRemainder()
723 if (regMSWVal & PKA_DIVMSW_RESULT_IS_ZERO_M) { in PKAGetBigNumResultRemainder()
739 …lengthInWords = ((regMSWVal & PKA_DIVMSW_MSW_ADDRESS_M) + 1) - ((resultPKAMemAddr - PKA_RAM_BASE) … in PKAGetBigNumResultRemainder()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dpka.c704 uint32_t regMSWVal; in PKAGetBigNumResultRemainder() local
720 regMSWVal = HWREG(PKA_BASE + PKA_O_DIVMSW); in PKAGetBigNumResultRemainder()
725 if (regMSWVal & PKA_DIVMSW_RESULT_IS_ZERO_M) { in PKAGetBigNumResultRemainder()
741 …lengthInWords = ((regMSWVal & PKA_DIVMSW_MSW_ADDRESS_M) + 1) - ((resultPKAMemAddr - PKA_RAM_BASE) … in PKAGetBigNumResultRemainder()