Searched refs:hc_copy (Results 1 – 1 of 1) sorted by relevance
4338 uint32_t hc_copy, ha_copy, resp_data; in lpfc_reset_barrier() local4357 if (lpfc_readl(phba->HCregaddr, &hc_copy)) in lpfc_reset_barrier()4359 writel((hc_copy & ~HC_ERINT_ENA), phba->HCregaddr); in lpfc_reset_barrier()4427 writel(hc_copy, phba->HCregaddr); in lpfc_reset_barrier()8240 uint32_t ha_copy, hc_copy; in lpfc_sli_issue_mbox_s3() local8307 if (lpfc_readl(phba->HCregaddr, &hc_copy) || in lpfc_sli_issue_mbox_s3()8308 !(hc_copy & HC_MBINT_ENA)) { in lpfc_sli_issue_mbox_s3()12570 uint32_t ha_copy, hc_copy; in lpfc_sli_sp_intr_handler() local12629 if (lpfc_readl(phba->HCregaddr, &hc_copy)) in lpfc_sli_sp_intr_handler()12632 writel(hc_copy & ~(HC_MBINT_ENA | HC_R2INT_ENA | in lpfc_sli_sp_intr_handler()[all …]