Searched refs:hc_copy (Results 1 – 1 of 1) sorted by relevance
4857 uint32_t hc_copy, ha_copy, resp_data; in lpfc_reset_barrier() local4876 if (lpfc_readl(phba->HCregaddr, &hc_copy)) in lpfc_reset_barrier()4878 writel((hc_copy & ~HC_ERINT_ENA), phba->HCregaddr); in lpfc_reset_barrier()4946 writel(hc_copy, phba->HCregaddr); in lpfc_reset_barrier()9385 uint32_t ha_copy, hc_copy; in lpfc_sli_issue_mbox_s3() local9452 if (lpfc_readl(phba->HCregaddr, &hc_copy) || in lpfc_sli_issue_mbox_s3()9453 !(hc_copy & HC_MBINT_ENA)) { in lpfc_sli_issue_mbox_s3()13658 uint32_t ha_copy, hc_copy; in lpfc_sli_sp_intr_handler() local13715 if (lpfc_readl(phba->HCregaddr, &hc_copy)) in lpfc_sli_sp_intr_handler()13718 writel(hc_copy & ~(HC_MBINT_ENA | HC_R2INT_ENA | in lpfc_sli_sp_intr_handler()[all …]