Searched refs:hisi_sas_phy_read32 (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/scsi/hisi_sas/ |
| D | hisi_sas_v1_hw.c | 435 static u32 hisi_sas_phy_read32(struct hisi_hba *hisi_hba, in hisi_sas_phy_read32() function 445 u32 cfg = hisi_sas_phy_read32(hisi_hba, phy_no, PHY_CFG); in config_phy_opt_mode_v1_hw() 454 u32 cfg = hisi_sas_phy_read32(hisi_hba, phy_no, PHY_CONFIG2); in config_tx_tfe_autoneg_v1_hw() 564 u32 phy_ctrl = hisi_sas_phy_read32(hisi_hba, i, PHY_CTRL); in reset_hw_v1_hw() 578 dma_tx_status = hisi_sas_phy_read32(hisi_hba, i, in reset_hw_v1_hw() 580 dma_rx_status = hisi_sas_phy_read32(hisi_hba, i, in reset_hw_v1_hw() 765 u32 cfg = hisi_sas_phy_read32(hisi_hba, phy_no, PHY_CFG); in enable_phy_v1_hw() 773 u32 cfg = hisi_sas_phy_read32(hisi_hba, phy_no, PHY_CFG); in disable_phy_v1_hw() 812 hisi_sas_phy_read32(hisi_hba, i, CHL_INT2_MSK); in phys_init_v1_hw() 823 sl_control = hisi_sas_phy_read32(hisi_hba, phy_no, SL_CONTROL); in sl_notify_ssp_v1_hw() [all …]
|
| D | hisi_sas_v3_hw.c | 537 static u32 hisi_sas_phy_read32(struct hisi_hba *hisi_hba, in hisi_sas_phy_read32() function 709 u32 cfg = hisi_sas_phy_read32(hisi_hba, phy_no, PHY_CFG); in config_phy_opt_mode_v3_hw() 914 u32 cfg = hisi_sas_phy_read32(hisi_hba, phy_no, PHY_CFG); in enable_phy_v3_hw() 923 u32 cfg = hisi_sas_phy_read32(hisi_hba, phy_no, PHY_CFG); in disable_phy_v3_hw() 924 u32 irq_msk = hisi_sas_phy_read32(hisi_hba, phy_no, CHL_INT2_MSK); in disable_phy_v3_hw() 945 hisi_sas_phy_read32(hisi_hba, phy_no, ERR_CNT_INVLD_DW); in disable_phy_v3_hw() 946 hisi_sas_phy_read32(hisi_hba, phy_no, ERR_CNT_DISP_ERR); in disable_phy_v3_hw() 947 hisi_sas_phy_read32(hisi_hba, phy_no, ERR_CNT_CODE_ERR); in disable_phy_v3_hw() 967 txid_auto = hisi_sas_phy_read32(hisi_hba, phy_no, TXID_AUTO); in phy_hard_reset_v3_hw() 999 sl_control = hisi_sas_phy_read32(hisi_hba, phy_no, SL_CONTROL); in sl_notify_ssp_v3_hw() [all …]
|
| D | hisi_sas_v2_hw.c | 758 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() 1028 u32 phy_cfg = hisi_sas_phy_read32(hisi_hba, i, PHY_CFG); in reset_hw_v2_hw() 1042 dma_tx_status = hisi_sas_phy_read32(hisi_hba, i, in reset_hw_v2_hw() 1044 dma_rx_status = hisi_sas_phy_read32(hisi_hba, i, in reset_hw_v2_hw() 1120 cfg = hisi_sas_phy_read32(hisi_hba, phy_no, CON_CONTROL); in phys_reject_stp_links_v2_hw() 1138 dma_tx_dfx1 = hisi_sas_phy_read32(hisi_hba, phy_no, in phys_try_accept_stp_links_v2_hw() 1141 u32 cfg = hisi_sas_phy_read32(hisi_hba, in phys_try_accept_stp_links_v2_hw() 1333 reg_val = hisi_sas_phy_read32(hisi_hba, i, CON_CONTROL); in link_timeout_enable_link() 1392 u32 cfg = hisi_sas_phy_read32(hisi_hba, phy_no, PHY_CFG); in enable_phy_v2_hw() [all …]
|