Lines Matching refs:val64

233 static void efuse_isr_postw(RegisterInfo *reg, uint64_t val64)  in efuse_isr_postw()  argument
239 static uint64_t efuse_ier_prew(RegisterInfo *reg, uint64_t val64) in efuse_ier_prew() argument
242 uint32_t val = val64; in efuse_ier_prew()
249 static uint64_t efuse_idr_prew(RegisterInfo *reg, uint64_t val64) in efuse_idr_prew() argument
252 uint32_t val = val64; in efuse_idr_prew()
424 static void efuse_pgm_addr_postw(RegisterInfo *reg, uint64_t val64) in efuse_pgm_addr_postw() argument
427 unsigned bit = val64; in efuse_pgm_addr_postw()
466 static void efuse_rd_addr_postw(RegisterInfo *reg, uint64_t val64) in efuse_rd_addr_postw() argument
469 unsigned bit = val64; in efuse_rd_addr_postw()
500 static uint64_t efuse_cache_load_prew(RegisterInfo *reg, uint64_t val64) in efuse_cache_load_prew() argument
504 if (val64 & R_EFUSE_CACHE_LOAD_LOAD_MASK) { in efuse_cache_load_prew()
514 static uint64_t efuse_pgm_lock_prew(RegisterInfo *reg, uint64_t val64) in efuse_pgm_lock_prew() argument
519 val64 = FIELD_EX32(val64, EFUSE_PGM_LOCK, SPK_ID_LOCK); in efuse_pgm_lock_prew()
522 val64 |= ARRAY_FIELD_EX32(s->regs, EFUSE_PGM_LOCK, SPK_ID_LOCK); in efuse_pgm_lock_prew()
524 return val64; in efuse_pgm_lock_prew()
527 static void efuse_aes_crc_postw(RegisterInfo *reg, uint64_t val64) in efuse_aes_crc_postw() argument
529 efuse_key_crc_check(reg, val64, in efuse_aes_crc_postw()
536 static void efuse_aes_u0_crc_postw(RegisterInfo *reg, uint64_t val64) in efuse_aes_u0_crc_postw() argument
538 efuse_key_crc_check(reg, val64, in efuse_aes_u0_crc_postw()
545 static void efuse_aes_u1_crc_postw(RegisterInfo *reg, uint64_t val64) in efuse_aes_u1_crc_postw() argument
547 efuse_key_crc_check(reg, val64, in efuse_aes_u1_crc_postw()