Searched refs:hc_copy (Results 1 – 1 of 1) sorted by relevance
4840 uint32_t hc_copy, ha_copy, resp_data; in lpfc_reset_barrier() local4859 if (lpfc_readl(phba->HCregaddr, &hc_copy)) in lpfc_reset_barrier()4861 writel((hc_copy & ~HC_ERINT_ENA), phba->HCregaddr); in lpfc_reset_barrier()4929 writel(hc_copy, phba->HCregaddr); in lpfc_reset_barrier()9110 uint32_t ha_copy, hc_copy; in lpfc_sli_issue_mbox_s3() local9177 if (lpfc_readl(phba->HCregaddr, &hc_copy) || in lpfc_sli_issue_mbox_s3()9178 !(hc_copy & HC_MBINT_ENA)) { in lpfc_sli_issue_mbox_s3()13359 uint32_t ha_copy, hc_copy; in lpfc_sli_sp_intr_handler() local13418 if (lpfc_readl(phba->HCregaddr, &hc_copy)) in lpfc_sli_sp_intr_handler()13421 writel(hc_copy & ~(HC_MBINT_ENA | HC_R2INT_ENA | in lpfc_sli_sp_intr_handler()[all …]