Searched refs:ha_copy2 (Results 1 – 1 of 1) sorted by relevance
4394 uint32_t ha_copy2; in emlxs_get_attention() local4404 ha_copy2 = READ_CSR_REG(hba, FC_HA_REG(hba)); in emlxs_get_attention()4407 ha_copy2 &= ~(hba->intr_cond); in emlxs_get_attention()4413 ha_copy2 = READ_CSR_REG(hba, FC_HA_REG(hba)); in emlxs_get_attention()4419 ha_copy2 = hba->intr_map[msgid]; in emlxs_get_attention()4425 ha_copy2 = READ_CSR_REG(hba, FC_HA_REG(hba)); in emlxs_get_attention()4430 if ((ha_copy2 & HA_ERATT) && !(mask & HC_ERINT_ENA)) { in emlxs_get_attention()4431 ha_copy2 &= ~HA_ERATT; in emlxs_get_attention()4435 if ((ha_copy2 & HA_LATT) && !(mask & HC_LAINT_ENA)) { in emlxs_get_attention()4436 ha_copy2 &= ~HA_LATT; in emlxs_get_attention()[all …]