Searched refs:temp_reg (Results 1 – 2 of 2) sorted by relevance
26 uint32_t temp_reg; in secmem_set_cmd() local35 temp_reg = sec_in32(CAAM_SMCSJR(sm_vid, jr_id)); in secmem_set_cmd()36 } while (temp_reg & CMD_COMPLETE); in secmem_set_cmd()38 return temp_reg; in secmem_set_cmd()56 uint32_t temp_reg; in caam_page_alloc() local66 temp_reg = secmem_set_cmd(PARTITION(partition_num) | in caam_page_alloc()68 if (temp_reg & SMCSJR_AERR) { in caam_page_alloc()69 printf("Error: De-allocation status 0x%X\n", temp_reg); in caam_page_alloc()81 temp_reg = secmem_set_cmd(PAGE(page_num) | CMD_INQUIRY); in caam_page_alloc()84 if ((temp_reg & SMCSJR_PO) == PAGE_OWNED) { in caam_page_alloc()[all …]
24 temp_reg, addr, dev_id, ctrl_mode; in hws_pex_config() local130 temp_reg = (reg_read(PEX_CFG_DIRECT_ACCESS( in hws_pex_config()138 if (temp_reg != 0x1) in hws_pex_config()