Searched refs:op_status (Results 1 – 2 of 2) sorted by relevance
1049 uint32_t op_status = 0U; in intel_fcs_export_crypto_service_key() local1073 op_status = resp_data[0] & FCS_CS_KEY_RESP_STATUS_MASK; in intel_fcs_export_crypto_service_key()1077 *mbox_error = (-status) | (op_status << FCS_CS_KEY_RESP_STATUS_OFFSET); in intel_fcs_export_crypto_service_key()1110 uint32_t op_status = 0U; in intel_fcs_remove_crypto_service_key() local1130 op_status = resp_data & FCS_CS_KEY_RESP_STATUS_MASK; in intel_fcs_remove_crypto_service_key()1134 *mbox_error = (-status) | (op_status << FCS_CS_KEY_RESP_STATUS_OFFSET); in intel_fcs_remove_crypto_service_key()1148 uint32_t op_status = 0U; in intel_fcs_get_crypto_service_key_info() local1173 op_status = mmio_read_32(dst_addr) & in intel_fcs_get_crypto_service_key_info()1178 *mbox_error = (-status) | (op_status << FCS_CS_KEY_RESP_STATUS_OFFSET); in intel_fcs_get_crypto_service_key_info()
2387 uint32_t op_status : 4; member