Home
last modified time | relevance | path

Searched refs:DSCMB_KTE_VALID (Results 1 – 15 of 15) sorted by relevance

/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6lite/dscmb/
H A DhalDSCMB.h124 #define DSCMB_KTE_VALID 0x40000000UL macro
H A DhalDSCMB.c1829 u32Status |= (u32Tmp)?DSCMB_KTE_VALID:0; in HAL_DSCMB_KTE_GetStatus()
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k7u/dscmb/
H A DhalDSCMB.h124 #define DSCMB_KTE_VALID 0x40000000UL macro
H A DhalDSCMB.c1833 u32Status |= (u32Tmp)?DSCMB_KTE_VALID:0; in HAL_DSCMB_KTE_GetStatus()
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6/nsk2/
H A DhalDSCMB.h124 #define DSCMB_KTE_VALID 0x40000000UL macro
/utopia/UTPA2-700.0.x/modules/dscmb/hal/curry/dscmb/
H A DhalDSCMB.h124 #define DSCMB_KTE_VALID 0x40000000UL macro
H A DhalDSCMB.c1839 u32Status |= (u32Tmp)?DSCMB_KTE_VALID:0; in HAL_DSCMB_KTE_GetStatus()
/utopia/UTPA2-700.0.x/modules/dscmb/hal/kano/dscmb/
H A DhalDSCMB.h124 #define DSCMB_KTE_VALID 0x40000000UL macro
H A DhalDSCMB.c1839 u32Status |= (u32Tmp)?DSCMB_KTE_VALID:0; in HAL_DSCMB_KTE_GetStatus()
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6/dscmb/
H A DhalDSCMB.h124 #define DSCMB_KTE_VALID 0x40000000UL macro
H A DhalDSCMB.c1823 u32Status |= (u32Tmp)?DSCMB_KTE_VALID:0; in HAL_DSCMB_KTE_GetStatus()
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6lite/nsk2/
H A DhalDSCMB.h124 #define DSCMB_KTE_VALID 0x40000000UL macro
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k7u/nsk2/
H A DhalDSCMB.h124 #define DSCMB_KTE_VALID 0x40000000UL macro
/utopia/UTPA2-700.0.x/modules/dscmb/hal/kano/nsk2/
H A DhalDSCMB.h124 #define DSCMB_KTE_VALID 0x40000000UL macro
/utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb2/
H A DdrvDSCMB.c2137 return (KeyStatus & DSCMB_KTE_VALID)?TRUE:FALSE; in _MDrv_DSCMB2_IsKTEValid()