Searched refs:hc_copy (Results 1 – 1 of 1) sorted by relevance
4888 uint32_t hc_copy, ha_copy, resp_data; in lpfc_reset_barrier() local4907 if (lpfc_readl(phba->HCregaddr, &hc_copy)) in lpfc_reset_barrier()4909 writel((hc_copy & ~HC_ERINT_ENA), phba->HCregaddr); in lpfc_reset_barrier()4977 writel(hc_copy, phba->HCregaddr); in lpfc_reset_barrier()9356 uint32_t ha_copy, hc_copy; in lpfc_sli_issue_mbox_s3() local9423 if (lpfc_readl(phba->HCregaddr, &hc_copy) || in lpfc_sli_issue_mbox_s3()9424 !(hc_copy & HC_MBINT_ENA)) { in lpfc_sli_issue_mbox_s3()13643 uint32_t ha_copy, hc_copy; in lpfc_sli_sp_intr_handler() local13700 if (lpfc_readl(phba->HCregaddr, &hc_copy)) in lpfc_sli_sp_intr_handler()13703 writel(hc_copy & ~(HC_MBINT_ENA | HC_R2INT_ENA | in lpfc_sli_sp_intr_handler()[all …]