Home
last modified time | relevance | path

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

/external/u-boot/board/freescale/common/
Dfsl_chain_of_trust.c48 val = sfp_in32(&sfp_regs->ospr) & ITS_MASK; in fsl_check_boot_mode_secure()
49 if (val == ITS_MASK) in fsl_check_boot_mode_secure()
Dfsl_validate.c367 u32 its = (sfp_in32(&sfp_regs->ospr) & ITS_MASK) >> ITS_BIT; in fsl_secboot_image_verification_failure()
/external/u-boot/include/
Dfsl_sfp.h81 #define ITS_MASK 0x00000004 macro