Home
last modified time | relevance | path

Searched refs:u64StartAddr (Results 1 – 25 of 61) sorted by relevance

123

/utopia/UTPA2-700.0.x/modules/seal/hal/k6/seal/
H A DhalSEAL.c1491 MS_U64 u64StartAddr, in HAL_Seal_SecureRangeSet() argument
1510 if(u64StartAddr < HAL_MIU1_BASE) in HAL_Seal_SecureRangeSet()
1519 u64StartAddr -= HAL_MIU1_BASE; in HAL_Seal_SecureRangeSet()
1528 …if (u32Attribute == 0x0 || (u64StartAddr == 0 && u64EndAddr == 0) || (u32Attribute == (E_SEAL_NONS… in HAL_Seal_SecureRangeSet()
1549 u64StartAddr = u64StartAddr >> 12; in HAL_Seal_SecureRangeSet()
1558 if (u64StartAddr == u64PreStartAddr && u64EndAddr == u64PreEndAddr) in HAL_Seal_SecureRangeSet()
1570 HAL_SEAL_NonPmWrite4Byte(u32RegStartAddr, (MS_U32)u64StartAddr); in HAL_Seal_SecureRangeSet()
2379 MS_U64 u64StartAddr; in HAL_Seal_CheckSecureRange() local
2410 u64StartAddr = HAL_SEAL_NonPmRead4Byte(u32RegStartAddr); in HAL_Seal_CheckSecureRange()
2413 u64StartAddr = u64StartAddr << 12; in HAL_Seal_CheckSecureRange()
[all …]
/utopia/UTPA2-700.0.x/modules/seal/hal/k6lite/seal/
H A DhalSEAL.c1491 MS_U64 u64StartAddr, in HAL_Seal_SecureRangeSet() argument
1510 if(u64StartAddr < HAL_MIU1_BASE) in HAL_Seal_SecureRangeSet()
1519 u64StartAddr -= HAL_MIU1_BASE; in HAL_Seal_SecureRangeSet()
1528 …if ( (u32Attribute == 0x0)|| (u64StartAddr == 0 && u64EndAddr == 0) || (u32Attribute == (E_SEAL_NO… in HAL_Seal_SecureRangeSet()
1549 u64StartAddr = u64StartAddr >> 12; in HAL_Seal_SecureRangeSet()
1558 if (u64StartAddr == u64PreStartAddr && u64EndAddr == u64PreEndAddr) in HAL_Seal_SecureRangeSet()
1570 HAL_SEAL_NonPmWrite4Byte(u32RegStartAddr, (MS_U32)u64StartAddr); in HAL_Seal_SecureRangeSet()
2379 MS_U64 u64StartAddr; in HAL_Seal_CheckSecureRange() local
2410 u64StartAddr = HAL_SEAL_NonPmRead4Byte(u32RegStartAddr); in HAL_Seal_CheckSecureRange()
2413 u64StartAddr = u64StartAddr << 12; in HAL_Seal_CheckSecureRange()
[all …]
/utopia/UTPA2-700.0.x/modules/seal/hal/maxim/seal/
H A DhalSEAL.c1332 MS_U64 u64StartAddr, in HAL_Seal_SecureRangeSet() argument
1352 _phy_to_miu_offset(u8MiuSel, u64StartOffset, u64StartAddr); in HAL_Seal_SecureRangeSet()
2264 MS_U64 u64StartAddr; in HAL_Seal_CheckSecureRange() local
2295 u64StartAddr = HAL_SEAL_NonPmRead4Byte(u32RegStartAddr); in HAL_Seal_CheckSecureRange()
2298 u64StartAddr = u64StartAddr << 12; in HAL_Seal_CheckSecureRange()
2304 if ( u64StartAddr <= u64Offset && u64EndAddr > u64Offset ) in HAL_Seal_CheckSecureRange()
2306 else if ( u64StartAddr > u64Offset && u64StartAddr < (u64Offset + u32Length)) in HAL_Seal_CheckSecureRange()
2310 if ( u64StartAddr <= u64Offset && u64EndAddr >= (u64Offset + u32Length) ) in HAL_Seal_CheckSecureRange()
2400 MS_U64 u64StartAddr; in HAL_Seal_SetSecureRange() local
2441 u64StartAddr = (MS_U64)HAL_SEAL_NonPmRead4Byte(u32RegStartAddr); in HAL_Seal_SetSecureRange()
[all …]
/utopia/UTPA2-700.0.x/modules/seal/hal/mooney/seal/
H A DhalSEAL.c1294 MS_U64 u64StartAddr, in HAL_Seal_SecureRangeSet() argument
1314 _phy_to_miu_offset(u8MiuSel, u64StartOffset, u64StartAddr); in HAL_Seal_SecureRangeSet()
2216 MS_U64 u64StartAddr; in HAL_Seal_CheckSecureRange() local
2250 u64StartAddr = HAL_SEAL_NonPmRead4Byte(u32RegStartAddr); in HAL_Seal_CheckSecureRange()
2253 u64StartAddr = u64StartAddr << 12; in HAL_Seal_CheckSecureRange()
2259 if ( u64StartAddr <= u64Offset && u64EndAddr > u64Offset ) in HAL_Seal_CheckSecureRange()
2261 else if ( u64StartAddr > u64Offset && u64StartAddr < (u64Offset + u32Length)) in HAL_Seal_CheckSecureRange()
2265 if ( u64StartAddr <= u64Offset && u64EndAddr >= (u64Offset + u32Length) ) in HAL_Seal_CheckSecureRange()
2354 MS_U64 u64StartAddr; in HAL_Seal_SetSecureRange() local
2395 u64StartAddr = HAL_SEAL_NonPmRead6Byte(u32RegStartAddr); in HAL_Seal_SetSecureRange()
[all …]
/utopia/UTPA2-700.0.x/modules/seal/hal/kano/seal/
H A DhalSEAL.c1452 MS_U64 u64StartAddr, in HAL_Seal_SecureRangeSet() argument
1471 if(u64StartAddr < HAL_MIU1_BASE) in HAL_Seal_SecureRangeSet()
1523 u64StartAddr -= HAL_MIU1_BASE; in HAL_Seal_SecureRangeSet()
1572 if ( (u32Attribute == 0x0)|| (u64StartAddr == 0 && u64EndAddr == 0)) in HAL_Seal_SecureRangeSet()
1598 …else if (u64StartAddr == HAL_SEAL_NonPmRead6Byte(u32RegStartAddr) && u64EndAddr == HAL_SEAL_NonPmR… in HAL_Seal_SecureRangeSet()
1620 HAL_SEAL_NonPmWrite6Byte(u32RegStartAddr, u64StartAddr); in HAL_Seal_SecureRangeSet()
1622 … HAL_SEAL_NonPmWrite6Byte(u32RegStartAddrPatch, u64StartAddr | (1<<31)); // enable bit 31 for CPU in HAL_Seal_SecureRangeSet()
2543 MS_U64 u64StartAddr; in HAL_Seal_CheckSecureRange() local
2574 u64StartAddr = HAL_SEAL_NonPmRead6Byte(u32RegStartAddr); in HAL_Seal_CheckSecureRange()
2579 if ( u64StartAddr <= u64Offset && u64EndAddr > u64Offset ) in HAL_Seal_CheckSecureRange()
[all …]
/utopia/UTPA2-700.0.x/modules/seal/hal/curry/seal/
H A DhalSEAL.c1435 MS_U64 u64StartAddr, in HAL_Seal_SecureRangeSet() argument
1496 if ( (u32Attribute == 0) || (u64StartAddr == 0 && u64EndAddr == 0)) in HAL_Seal_SecureRangeSet()
1517 …if (u64StartAddr == HAL_SEAL_NonPmRead6Byte(u32RegStartAddr) && u64EndAddr == HAL_SEAL_NonPmRead6B… in HAL_Seal_SecureRangeSet()
1530 HAL_SEAL_NonPmWrite6Byte(u32RegStartAddr, u64StartAddr); in HAL_Seal_SecureRangeSet()
2457 MS_U64 u64StartAddr; in HAL_Seal_CheckSecureRange() local
2482 u64StartAddr = HAL_SEAL_NonPmRead6Byte(u32RegStartAddr); in HAL_Seal_CheckSecureRange()
2487 if ( u64StartAddr <= u64Offset && u64EndAddr > u64Offset ) in HAL_Seal_CheckSecureRange()
2489 else if ( u64StartAddr > u64Offset && u64StartAddr < (u64Offset + u32Length)) in HAL_Seal_CheckSecureRange()
2493 if ( u64StartAddr <= u64Offset && u64EndAddr >= (u64Offset + u32Length) ) in HAL_Seal_CheckSecureRange()
2589 MS_U64 u64StartAddr; in HAL_Seal_SetSecureRange() local
[all …]
H A DhalSEAL.h158 MS_BOOL HAL_Seal_SecureRangeSet(MS_U8 u8SecureRangeId, MS_U64 u64StartAddr, MS_U64 u64EndAddr, MS_U…
/utopia/UTPA2-700.0.x/modules/seal/hal/mainz/seal/
H A DhalSEAL.c1294 MS_U64 u64StartAddr, in HAL_Seal_SecureRangeSet() argument
1309 _phy_to_miu_offset(u8MiuSel, u64StartOffset, u64StartAddr); in HAL_Seal_SecureRangeSet()
2340 MS_U64 u64StartAddr; in HAL_Seal_CheckSecureRange() local
2371 u64StartAddr = HAL_SEAL_NonPmRead6Byte(u32RegStartAddr); in HAL_Seal_CheckSecureRange()
2376 if ( u64StartAddr <= u64Offset && u64EndAddr > u64Offset ) in HAL_Seal_CheckSecureRange()
2378 else if ( u64StartAddr > u64Offset && u64StartAddr < (u64Offset + u32Length)) in HAL_Seal_CheckSecureRange()
2382 if ( u64StartAddr <= u64Offset && u64EndAddr >= (u64Offset + u32Length) ) in HAL_Seal_CheckSecureRange()
2471 MS_U64 u64StartAddr; in HAL_Seal_SetSecureRange() local
2512 u64StartAddr = HAL_SEAL_NonPmRead6Byte(u32RegStartAddr); in HAL_Seal_SetSecureRange()
2513 if (u64StartAddr == u64Offset && (u8Val & (1<<i))) in HAL_Seal_SetSecureRange()
[all …]
H A DhalSEAL.h160 MS_BOOL HAL_Seal_SecureRangeSet(MS_U8 u8SecureRangeId, MS_U64 u64StartAddr, MS_U64 u64EndAddr, MS_U…
/utopia/UTPA2-700.0.x/modules/seal/hal/maserati/seal/
H A DhalSEAL.c1322 MS_U64 u64StartAddr, in HAL_Seal_SecureRangeSet() argument
1340 _phy_to_miu_offset(u8MiuSel, u64StartOffset, u64StartAddr); in HAL_Seal_SecureRangeSet()
2501 MS_U64 u64StartAddr; in HAL_Seal_CheckSecureRange() local
2538 u64StartAddr = HAL_SEAL_NonPmRead6Byte(u32RegStartAddr); in HAL_Seal_CheckSecureRange()
2543 if ( u64StartAddr <= u64Offset && u64EndAddr > u64Offset ) in HAL_Seal_CheckSecureRange()
2545 else if ( u64StartAddr > u64Offset && u64StartAddr < (u64Offset + u32Length)) in HAL_Seal_CheckSecureRange()
2549 if ( u64StartAddr <= u64Offset && u64EndAddr >= (u64Offset + u32Length) ) in HAL_Seal_CheckSecureRange()
2638 MS_U64 u64StartAddr; in HAL_Seal_SetSecureRange() local
2688 u64StartAddr = HAL_SEAL_NonPmRead6Byte(u32RegStartAddr); in HAL_Seal_SetSecureRange()
2689 if (u64StartAddr == u64Offset && (u8Val & (1<<i))) in HAL_Seal_SetSecureRange()
[all …]
/utopia/UTPA2-700.0.x/modules/seal/hal/M7621/seal/
H A DhalSEAL.c1345 MS_U64 u64StartAddr, in HAL_Seal_SecureRangeSet() argument
1365 _phy_to_miu_offset(u8MiuSel, u64StartOffset, u64StartAddr); in HAL_Seal_SecureRangeSet()
2335 MS_U64 u64StartAddr; in HAL_Seal_SetSecureRange() local
2376 u64StartAddr = (MS_U64)HAL_SEAL_NonPmRead4Byte(u32RegStartAddr); in HAL_Seal_SetSecureRange()
2377 u64StartAddr = u64StartAddr << 12; in HAL_Seal_SetSecureRange()
2378 if (u64StartAddr == u64Offset && (u8Val & (1<<i))) in HAL_Seal_SetSecureRange()
2399 u64StartAddr = (MS_U64)HAL_SEAL_NonPmRead4Byte(u32RegStartAddr); in HAL_Seal_SetSecureRange()
2400 u64StartAddr = u64StartAddr << 12; in HAL_Seal_SetSecureRange()
2401 if (u64StartAddr == u64Offset && (u8Val & (1<<i))) in HAL_Seal_SetSecureRange()
H A DhalSEAL.h165 MS_BOOL HAL_Seal_SecureRangeSet(MS_U8 u8SecureRangeId, MS_U64 u64StartAddr, MS_U64 u64EndAddr, MS_U…
/utopia/UTPA2-700.0.x/modules/seal/drv/seal/
H A DdrvSEAL.c214 MS_BOOL MDrv_Seal_SecureRangeSet(MS_U8 u8SecureRangeId ,MS_U64 u64StartAddr, MS_U64 u64EndAddr, MS_… in MDrv_Seal_SecureRangeSet() argument
224 …if(((u64StartAddr & (SEAL_SECURE_RANGE_ALIGN -1)) != 0) || ((u64EndAddr & (SEAL_SECURE_RANGE_ALIGN… in MDrv_Seal_SecureRangeSet()
232 bret = HAL_Seal_SecureRangeSet(u8SecureRangeId, u64StartAddr, u64EndAddr, u32Attribute); in MDrv_Seal_SecureRangeSet()
261 &(pSecureRangeInfo->u64StartAddr), in MDrv_Seal_SecureRangeQuery()
/utopia/UTPA2-700.0.x/modules/seal/hal/mustang/seal/
H A DhalSEAL.c1075 MS_U64 u64StartAddr, in HAL_Seal_SecureRangeSet() argument
1092 if(u64StartAddr < HAL_MIU1_BASE) in HAL_Seal_SecureRangeSet()
1101 u64StartAddr -= HAL_MIU1_BASE; in HAL_Seal_SecureRangeSet()
1111 u64StartAddr = u64StartAddr >> 12; in HAL_Seal_SecureRangeSet()
1125 HAL_SEAL_NonPmWrite4Byte(u32RegStartAddr, u64StartAddr); in HAL_Seal_SecureRangeSet()
H A DhalSEAL.h165 MS_BOOL HAL_Seal_SecureRangeSet(MS_U8 u8SecureRangeId, MS_U64 u64StartAddr, MS_U64 u64EndAddr, MS_U…
/utopia/UTPA2-700.0.x/modules/seal/hal/M7821/seal/
H A DhalSEAL.c1335 MS_U64 u64StartAddr, in HAL_Seal_SecureRangeSet() argument
1353 _phy_to_miu_offset(u8MiuSel, u64StartOffset, u64StartAddr); in HAL_Seal_SecureRangeSet()
2587 MS_U64 u64StartAddr; in HAL_Seal_SetSecureRange() local
2637 u64StartAddr = HAL_SEAL_NonPmRead6Byte(u32RegStartAddr); in HAL_Seal_SetSecureRange()
2638 if (u64StartAddr == u64Offset && (u8Val & (1<<i))) in HAL_Seal_SetSecureRange()
2659 u64StartAddr = HAL_SEAL_NonPmRead6Byte(u32RegStartAddr); in HAL_Seal_SetSecureRange()
2660 if (u64StartAddr == u64Offset && (u8Val & (1<<i))) in HAL_Seal_SetSecureRange()
/utopia/UTPA2-700.0.x/modules/seal/hal/maldives/seal/
H A DhalSEAL.c997 MS_U64 u64StartAddr, in HAL_Seal_SecureRangeSet() argument
1011 if(u64StartAddr < HAL_MIU1_BASE) in HAL_Seal_SecureRangeSet()
1061 u64StartAddr -= HAL_MIU1_BASE; in HAL_Seal_SecureRangeSet()
1114 HAL_SEAL_NonPmWrite6Byte(u32RegStartAddr, u64StartAddr); in HAL_Seal_SecureRangeSet()
H A DhalSEAL.h157 MS_BOOL HAL_Seal_SecureRangeSet(MS_U8 u8SecureRangeId, MS_U64 u64StartAddr, MS_U64 u64EndAddr, MS_U…
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvSEAL.h1074 MS_U64 u64StartAddr; member
1102 MS_BOOL MDrv_Seal_SecureRangeSet(MS_U8 u8SecureRangeId ,MS_U64 u64StartAddr, MS_U64 u64EndAddr, MS_…
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvSEAL.h1319 MS_U64 u64StartAddr; member
1347 MS_BOOL MDrv_Seal_SecureRangeSet(MS_U8 u8SecureRangeId ,MS_U64 u64StartAddr, MS_U64 u64EndAddr, MS_…
/utopia/UTPA2-700.0.x/modules/seal/hal/messi/seal/
H A DhalSEAL.h160 MS_BOOL HAL_Seal_SecureRangeSet(MS_U8 u8SecureRangeId, MS_U64 u64StartAddr, MS_U64 u64EndAddr, MS_U…
H A DhalSEAL.c1180 MS_U64 u64StartAddr, in HAL_Seal_SecureRangeSet() argument
1194 _phy_to_miu_offset(u8MiuSel, u64StartOffset, u64StartAddr); in HAL_Seal_SecureRangeSet()
/utopia/UTPA2-700.0.x/modules/seal/hal/macan/seal/
H A DhalSEAL.h159 MS_BOOL HAL_Seal_SecureRangeSet(MS_U8 u8SecureRangeId, MS_U64 u64StartAddr, MS_U64 u64EndAddr, MS_U…
H A DhalSEAL.c1216 MS_U64 u64StartAddr, in HAL_Seal_SecureRangeSet() argument
1230 _phy_to_miu_offset(u8MiuSel, u64StartOffset, u64StartAddr); in HAL_Seal_SecureRangeSet()
/utopia/UTPA2-700.0.x/modules/seal/hal/manhattan/seal/
H A DhalSEAL.h160 MS_BOOL HAL_Seal_SecureRangeSet(MS_U8 u8SecureRangeId, MS_U64 u64StartAddr, MS_U64 u64EndAddr, MS_U…

123