Searched refs:temp_reg (Results 1 – 2 of 2) sorted by relevance
27 uint32_t temp_reg; in secmem_set_cmd() local36 temp_reg = sec_in32(CAAM_SMCSJR(sm_vid, jr_id)); in secmem_set_cmd()37 } while (temp_reg & CMD_COMPLETE); in secmem_set_cmd()39 return temp_reg; in secmem_set_cmd()57 uint32_t temp_reg; in caam_page_alloc() local69 if (temp_reg & SMCSJR_AERR) { in caam_page_alloc()85 if ((temp_reg & SMCSJR_PO) == PAGE_OWNED) { in caam_page_alloc()87 if (temp_reg & SMCSJR_AERR) { in caam_page_alloc()96 if (temp_reg & SMCSJR_AERR) { in caam_page_alloc()104 if ((temp_reg & SMCSJR_PO) != PAGE_OWNED) { in caam_page_alloc()[all …]
25 temp_reg, addr, dev_id, ctrl_mode; in hws_pex_config() local131 temp_reg = (reg_read(PEX_CFG_DIRECT_ACCESS( in hws_pex_config()139 if (temp_reg != 0x1) in hws_pex_config()
Completed in 4 milliseconds