Searched refs:HCregaddr (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_hbadisc.c | 1075 control = readl(phba->HCregaddr); in lpfc_work_done() 1082 writel(control, phba->HCregaddr); in lpfc_work_done() 1083 readl(phba->HCregaddr); /* flush */ in lpfc_work_done() 1482 control = readl(phba->HCregaddr); in lpfc_mbx_cmpl_clear_la() 1484 writel(control, phba->HCregaddr); in lpfc_mbx_cmpl_clear_la() 1485 readl(phba->HCregaddr); /* flush */ in lpfc_mbx_cmpl_clear_la() 1504 control = readl(phba->HCregaddr); in lpfc_mbx_cmpl_clear_la() 1506 writel(control, phba->HCregaddr); in lpfc_mbx_cmpl_clear_la() 1507 readl(phba->HCregaddr); /* flush */ in lpfc_mbx_cmpl_clear_la() 3716 control = readl(phba->HCregaddr); in lpfc_enable_la() [all …]
|
| H A D | lpfc_sli.c | 4901 if (lpfc_readl(phba->HCregaddr, &hc_copy)) in lpfc_reset_barrier() 4903 writel((hc_copy & ~HC_ERINT_ENA), phba->HCregaddr); in lpfc_reset_barrier() 4904 readl(phba->HCregaddr); /* flush */ in lpfc_reset_barrier() 4971 writel(hc_copy, phba->HCregaddr); in lpfc_reset_barrier() 4972 readl(phba->HCregaddr); /* flush */ in lpfc_reset_barrier() 5009 if (lpfc_readl(phba->HCregaddr, &status)) { in lpfc_sli_brdkill() 5015 writel(status, phba->HCregaddr); in lpfc_sli_brdkill() 5016 readl(phba->HCregaddr); /* flush */ in lpfc_sli_brdkill() 5119 writel(HC_INITFF, phba->HCregaddr); in lpfc_sli_brdreset() 5121 readl(phba->HCregaddr); /* flush */ in lpfc_sli_brdreset() [all …]
|
| H A D | lpfc_bsg.c | 492 if (lpfc_readl(phba->HCregaddr, &creg_val)) { in lpfc_bsg_send_mgmt_cmd() 497 writel(creg_val, phba->HCregaddr); in lpfc_bsg_send_mgmt_cmd() 498 readl(phba->HCregaddr); /* flush */ in lpfc_bsg_send_mgmt_cmd() 739 if (lpfc_readl(phba->HCregaddr, &creg_val)) { in lpfc_bsg_rport_els() 744 writel(creg_val, phba->HCregaddr); in lpfc_bsg_rport_els() 745 readl(phba->HCregaddr); /* flush */ in lpfc_bsg_rport_els() 1546 if (lpfc_readl(phba->HCregaddr, &creg_val)) { in lpfc_issue_ct_rsp() 1551 writel(creg_val, phba->HCregaddr); in lpfc_issue_ct_rsp() 1552 readl(phba->HCregaddr); /* flush */ in lpfc_issue_ct_rsp()
|
| H A D | lpfc_attr.c | 2694 if (lpfc_readl(phba->HCregaddr, &creg_val)) { in lpfc_poll_store() 2699 writel(creg_val, phba->HCregaddr); in lpfc_poll_store() 2700 readl(phba->HCregaddr); /* flush */ in lpfc_poll_store() 2715 if (lpfc_readl(phba->HCregaddr, &creg_val)) { in lpfc_poll_store() 2720 writel(creg_val, phba->HCregaddr); in lpfc_poll_store() 2721 readl(phba->HCregaddr); /* flush */ in lpfc_poll_store()
|
| H A D | lpfc_init.c | 573 if (lpfc_readl(phba->HCregaddr, &status)) { in lpfc_config_port_post() 591 writel(status, phba->HCregaddr); in lpfc_config_port_post() 592 readl(phba->HCregaddr); /* flush */ in lpfc_config_port_post() 811 writel(0, phba->HCregaddr); in lpfc_hba_init_link_fc_topology() 812 readl(phba->HCregaddr); /* flush */ in lpfc_hba_init_link_fc_topology() 892 writel(0, phba->HCregaddr); in lpfc_hba_down_prep() 893 readl(phba->HCregaddr); /* flush */ in lpfc_hba_down_prep() 2237 control = readl(phba->HCregaddr); in lpfc_handle_latt() 2239 writel(control, phba->HCregaddr); in lpfc_handle_latt() 2240 readl(phba->HCregaddr); /* flush */ in lpfc_handle_latt() [all …]
|
| H A D | lpfc.h | 1243 void __iomem *HCregaddr; /* virtual address for host ctl reg */ member
|
| H A D | lpfc_els.c | 4637 control = readl(phba->HCregaddr); in lpfc_link_reset() 4639 writel(control, phba->HCregaddr); in lpfc_link_reset() 4640 readl(phba->HCregaddr); /* flush */ in lpfc_link_reset()
|
| H A D | lpfc_debugfs.c | 781 word3 = readl(phba->HCregaddr); in lpfc_debugfs_dumpHostSlim_data()
|