Searched refs:hc_copy (Results 1 – 1 of 1) sorted by relevance
4197 uint32_t hc_copy, ha_copy, resp_data; in lpfc_reset_barrier() local4216 if (lpfc_readl(phba->HCregaddr, &hc_copy)) in lpfc_reset_barrier()4218 writel((hc_copy & ~HC_ERINT_ENA), phba->HCregaddr); in lpfc_reset_barrier()4286 writel(hc_copy, phba->HCregaddr); in lpfc_reset_barrier()8004 uint32_t ha_copy, hc_copy; in lpfc_sli_issue_mbox_s3() local8071 if (lpfc_readl(phba->HCregaddr, &hc_copy) || in lpfc_sli_issue_mbox_s3()8072 !(hc_copy & HC_MBINT_ENA)) { in lpfc_sli_issue_mbox_s3()12325 uint32_t ha_copy, hc_copy; in lpfc_sli_sp_intr_handler() local12384 if (lpfc_readl(phba->HCregaddr, &hc_copy)) in lpfc_sli_sp_intr_handler()12387 writel(hc_copy & ~(HC_MBINT_ENA | HC_R2INT_ENA | in lpfc_sli_sp_intr_handler()[all …]