Searched refs:sl_ctrl (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_v3_hw.c | 1576 u32 phy_state, sl_ctrl, txid_auto; in phy_down_v3_hw() local 1588 sl_ctrl = hisi_sas_phy_read32(hisi_hba, phy_no, SL_CONTROL); in phy_down_v3_hw() 1590 sl_ctrl&(~SL_CTA_MSK)); in phy_down_v3_hw()
|
H A D | hisi_sas_v2_hw.c | 2734 u32 phy_state, sl_ctrl, txid_auto; in phy_down_v2_hw() local 2746 sl_ctrl = hisi_sas_phy_read32(hisi_hba, phy_no, SL_CONTROL); in phy_down_v2_hw() 2748 sl_ctrl & ~SL_CONTROL_CTA_MSK); in phy_down_v2_hw()
|
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_v2_hw.c | 2730 u32 phy_state, sl_ctrl, txid_auto; in phy_down_v2_hw() local 2743 sl_ctrl = hisi_sas_phy_read32(hisi_hba, phy_no, SL_CONTROL); in phy_down_v2_hw() 2745 sl_ctrl & ~SL_CONTROL_CTA_MSK); in phy_down_v2_hw()
|
H A D | hisi_sas_v3_hw.c | 1640 u32 phy_state, sl_ctrl, txid_auto; in phy_down_v3_hw() local 1653 sl_ctrl = hisi_sas_phy_read32(hisi_hba, phy_no, SL_CONTROL); in phy_down_v3_hw() 1655 sl_ctrl&(~SL_CTA_MSK)); in phy_down_v3_hw()
|
Completed in 26 milliseconds