Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dfsl_sfp.h20 #define sfp_in32(a) in_le32(a) macro
24 #define sfp_in32(a) in_be32(a) macro
/openbmc/u-boot/board/freescale/common/
H A Dfsl_chain_of_trust.c48 val = sfp_in32(&sfp_regs->ospr) & ITS_MASK; in fsl_check_boot_mode_secure()
H A Dfsl_validate.c202 return (sfp_in32(&sfp_regs->ospr) & OSPR_KEY_REVOC_MASK) >> in get_key_revoc()
343 u32 its = sfp_in32(&sfp_regs->ospr) >> 2; in fsl_secboot_header_verification_failure()
367 u32 its = (sfp_in32(&sfp_regs->ospr) & ITS_MASK) >> ITS_BIT; in fsl_secboot_image_verification_failure()