Home
last modified time | relevance | path

Searched refs:HCregaddr (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c1076 control = readl(phba->HCregaddr); in lpfc_work_done()
1083 writel(control, phba->HCregaddr); in lpfc_work_done()
1084 readl(phba->HCregaddr); /* flush */ in lpfc_work_done()
1483 control = readl(phba->HCregaddr); in lpfc_mbx_cmpl_clear_la()
1485 writel(control, phba->HCregaddr); in lpfc_mbx_cmpl_clear_la()
1486 readl(phba->HCregaddr); /* flush */ in lpfc_mbx_cmpl_clear_la()
1505 control = readl(phba->HCregaddr); in lpfc_mbx_cmpl_clear_la()
1507 writel(control, phba->HCregaddr); in lpfc_mbx_cmpl_clear_la()
1508 readl(phba->HCregaddr); /* flush */ in lpfc_mbx_cmpl_clear_la()
3718 control = readl(phba->HCregaddr); in lpfc_enable_la()
[all …]
H A Dlpfc_sli.c4902 if (lpfc_readl(phba->HCregaddr, &hc_copy)) in lpfc_reset_barrier()
4904 writel((hc_copy & ~HC_ERINT_ENA), phba->HCregaddr); in lpfc_reset_barrier()
4905 readl(phba->HCregaddr); /* flush */ in lpfc_reset_barrier()
4972 writel(hc_copy, phba->HCregaddr); in lpfc_reset_barrier()
4973 readl(phba->HCregaddr); /* flush */ in lpfc_reset_barrier()
5010 if (lpfc_readl(phba->HCregaddr, &status)) { in lpfc_sli_brdkill()
5016 writel(status, phba->HCregaddr); in lpfc_sli_brdkill()
5017 readl(phba->HCregaddr); /* flush */ in lpfc_sli_brdkill()
5120 writel(HC_INITFF, phba->HCregaddr); in lpfc_sli_brdreset()
5122 readl(phba->HCregaddr); /* flush */ in lpfc_sli_brdreset()
[all …]
H A Dlpfc_bsg.c492 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 Dlpfc_attr.c2694 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 Dlpfc_init.c573 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 Dlpfc.h1243 void __iomem *HCregaddr; /* virtual address for host ctl reg */ member
H A Dlpfc_els.c4583 control = readl(phba->HCregaddr); in lpfc_link_reset()
4585 writel(control, phba->HCregaddr); in lpfc_link_reset()
4586 readl(phba->HCregaddr); /* flush */ in lpfc_link_reset()