Searched refs:HCregaddr (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/drivers/scsi/lpfc/ |
| H A D | lpfc_hbadisc.c | 1071 control = readl(phba->HCregaddr); in lpfc_work_done() 1078 writel(control, phba->HCregaddr); in lpfc_work_done() 1478 control = readl(phba->HCregaddr); in lpfc_mbx_cmpl_clear_la() 1480 writel(control, phba->HCregaddr); in lpfc_mbx_cmpl_clear_la() 1481 readl(phba->HCregaddr); /* flush */ in lpfc_mbx_cmpl_clear_la() 1500 control = readl(phba->HCregaddr); in lpfc_mbx_cmpl_clear_la() 1502 writel(control, phba->HCregaddr); in lpfc_mbx_cmpl_clear_la() 1503 readl(phba->HCregaddr); /* flush */ in lpfc_mbx_cmpl_clear_la() 3713 control = readl(phba->HCregaddr); in lpfc_enable_la() 3715 writel(control, phba->HCregaddr); in lpfc_enable_la() [all …]
|
| H A D | lpfc_sli.c | 4960 writel(hc_copy, phba->HCregaddr); in lpfc_reset_barrier() 5004 writel(status, phba->HCregaddr); in lpfc_sli_brdkill() 5111 writel(0, phba->HCregaddr); in lpfc_sli_brdreset() 5409 writel(0, phba->HCregaddr); in lpfc_sli_chipset_init() 13390 writel(0, phba->HCregaddr); in lpfc_sli_eratt_read() 13391 readl(phba->HCregaddr); in lpfc_sli_eratt_read() 13686 phba->HCregaddr); in lpfc_sli_sp_intr_handler() 13773 writel(0, phba->HCregaddr); in lpfc_sli_sp_intr_handler() 13774 readl(phba->HCregaddr); in lpfc_sli_sp_intr_handler() 14070 phba->HCregaddr); in lpfc_sli_intr_handler() [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 | 2562 if (lpfc_readl(phba->HCregaddr, &creg_val)) { in lpfc_poll_store() 2567 writel(creg_val, phba->HCregaddr); in lpfc_poll_store() 2568 readl(phba->HCregaddr); /* flush */ in lpfc_poll_store() 2583 if (lpfc_readl(phba->HCregaddr, &creg_val)) { in lpfc_poll_store() 2588 writel(creg_val, phba->HCregaddr); in lpfc_poll_store() 2589 readl(phba->HCregaddr); /* flush */ in lpfc_poll_store()
|
| H A D | lpfc_init.c | 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() 2234 control = readl(phba->HCregaddr); in lpfc_handle_latt() 2236 writel(control, phba->HCregaddr); in lpfc_handle_latt() 2237 readl(phba->HCregaddr); /* flush */ in lpfc_handle_latt() 5052 writel(0, phba->HCregaddr); in lpfc_stop_port_s3() [all …]
|
| H A D | lpfc.h | 1257 void __iomem *HCregaddr; /* virtual address for host ctl reg */ member
|
| H A D | lpfc_els.c | 4508 control = readl(phba->HCregaddr); in lpfc_link_reset() 4510 writel(control, phba->HCregaddr); in lpfc_link_reset() 4511 readl(phba->HCregaddr); /* flush */ in lpfc_link_reset()
|
| H A D | lpfc_debugfs.c | 781 word3 = readl(phba->HCregaddr); in lpfc_debugfs_dumpHostSlim_data()
|