Searched refs:hisi_sas_phy_read32 (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/drivers/scsi/hisi_sas/ |
| D | hisi_sas_v1_hw.c | 449 static u32 hisi_sas_phy_read32(struct hisi_hba *hisi_hba, in hisi_sas_phy_read32() function 459 u32 cfg = hisi_sas_phy_read32(hisi_hba, phy_no, PHY_CFG); in config_phy_opt_mode_v1_hw() 468 u32 cfg = hisi_sas_phy_read32(hisi_hba, phy_no, PHY_CONFIG2); in config_tx_tfe_autoneg_v1_hw() 577 u32 phy_ctrl = hisi_sas_phy_read32(hisi_hba, i, PHY_CTRL); in reset_hw_v1_hw() 591 dma_tx_status = hisi_sas_phy_read32(hisi_hba, i, in reset_hw_v1_hw() 593 dma_rx_status = hisi_sas_phy_read32(hisi_hba, i, in reset_hw_v1_hw() 778 u32 cfg = hisi_sas_phy_read32(hisi_hba, phy_no, PHY_CFG); in enable_phy_v1_hw() 786 u32 cfg = hisi_sas_phy_read32(hisi_hba, phy_no, PHY_CFG); in disable_phy_v1_hw() 830 hisi_sas_phy_read32(hisi_hba, i, CHL_INT2_MSK); in phys_init_v1_hw() 841 sl_control = hisi_sas_phy_read32(hisi_hba, phy_no, SL_CONTROL); in sl_notify_v1_hw() [all …]
|
| D | hisi_sas_v2_hw.c | 763 static u32 hisi_sas_phy_read32(struct hisi_hba *hisi_hba, in hisi_sas_phy_read32() function 886 u32 cfg = hisi_sas_phy_read32(hisi_hba, phy_no, PHY_CFG); in config_phy_opt_mode_v2_hw() 1027 u32 phy_cfg = hisi_sas_phy_read32(hisi_hba, i, PHY_CFG); in reset_hw_v2_hw() 1041 dma_tx_status = hisi_sas_phy_read32(hisi_hba, i, in reset_hw_v2_hw() 1043 dma_rx_status = hisi_sas_phy_read32(hisi_hba, i, in reset_hw_v2_hw() 1119 cfg = hisi_sas_phy_read32(hisi_hba, phy_no, CON_CONTROL); in phys_reject_stp_links_v2_hw() 1137 dma_tx_dfx1 = hisi_sas_phy_read32(hisi_hba, phy_no, in phys_try_accept_stp_links_v2_hw() 1140 u32 cfg = hisi_sas_phy_read32(hisi_hba, in phys_try_accept_stp_links_v2_hw() 1332 reg_val = hisi_sas_phy_read32(hisi_hba, i, CON_CONTROL); in link_timeout_enable_link() 1391 u32 cfg = hisi_sas_phy_read32(hisi_hba, phy_no, PHY_CFG); in enable_phy_v2_hw() [all …]
|
| D | hisi_sas_v3_hw.c | 402 static u32 hisi_sas_phy_read32(struct hisi_hba *hisi_hba, in hisi_sas_phy_read32() function 575 u32 cfg = hisi_sas_phy_read32(hisi_hba, phy_no, PHY_CFG); in config_phy_opt_mode_v3_hw() 764 u32 cfg = hisi_sas_phy_read32(hisi_hba, phy_no, PHY_CFG); in enable_phy_v3_hw() 773 u32 cfg = hisi_sas_phy_read32(hisi_hba, phy_no, PHY_CFG); in disable_phy_v3_hw() 802 txid_auto = hisi_sas_phy_read32(hisi_hba, phy_no, TXID_AUTO); in phy_hard_reset_v3_hw() 834 sl_control = hisi_sas_phy_read32(hisi_hba, phy_no, SL_CONTROL); in sl_notify_v3_hw() 838 sl_control = hisi_sas_phy_read32(hisi_hba, phy_no, SL_CONTROL); in sl_notify_v3_hw() 1223 u32 idaf = hisi_sas_phy_read32(hisi_hba, phy_no, in phy_up_v3_hw() 1271 sl_ctrl = hisi_sas_phy_read32(hisi_hba, phy_no, SL_CONTROL); in phy_down_v3_hw() 1275 txid_auto = hisi_sas_phy_read32(hisi_hba, phy_no, TXID_AUTO); in phy_down_v3_hw() [all …]
|