Searched refs:sl_control (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/drivers/scsi/hisi_sas/ |
| D | hisi_sas_v1_hw.c | 839 u32 sl_control; in sl_notify_v1_hw() local 841 sl_control = hisi_sas_phy_read32(hisi_hba, phy_no, SL_CONTROL); in sl_notify_v1_hw() 842 sl_control |= SL_CONTROL_NOTIFY_EN_MSK; in sl_notify_v1_hw() 843 hisi_sas_phy_write32(hisi_hba, phy_no, SL_CONTROL, sl_control); in sl_notify_v1_hw() 845 sl_control = hisi_sas_phy_read32(hisi_hba, phy_no, SL_CONTROL); in sl_notify_v1_hw() 846 sl_control &= ~SL_CONTROL_NOTIFY_EN_MSK; in sl_notify_v1_hw() 847 hisi_sas_phy_write32(hisi_hba, phy_no, SL_CONTROL, sl_control); in sl_notify_v1_hw()
|
| D | hisi_sas_v3_hw.c | 832 u32 sl_control; in sl_notify_v3_hw() local 834 sl_control = hisi_sas_phy_read32(hisi_hba, phy_no, SL_CONTROL); in sl_notify_v3_hw() 835 sl_control |= SL_CONTROL_NOTIFY_EN_MSK; in sl_notify_v3_hw() 836 hisi_sas_phy_write32(hisi_hba, phy_no, SL_CONTROL, 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() 839 sl_control &= ~SL_CONTROL_NOTIFY_EN_MSK; in sl_notify_v3_hw() 840 hisi_sas_phy_write32(hisi_hba, phy_no, SL_CONTROL, sl_control); in sl_notify_v3_hw()
|
| D | hisi_sas_v2_hw.c | 1589 u32 sl_control; in sl_notify_v2_hw() local 1591 sl_control = hisi_sas_phy_read32(hisi_hba, phy_no, SL_CONTROL); in sl_notify_v2_hw() 1592 sl_control |= SL_CONTROL_NOTIFY_EN_MSK; in sl_notify_v2_hw() 1593 hisi_sas_phy_write32(hisi_hba, phy_no, SL_CONTROL, sl_control); in sl_notify_v2_hw() 1595 sl_control = hisi_sas_phy_read32(hisi_hba, phy_no, SL_CONTROL); in sl_notify_v2_hw() 1596 sl_control &= ~SL_CONTROL_NOTIFY_EN_MSK; in sl_notify_v2_hw() 1597 hisi_sas_phy_write32(hisi_hba, phy_no, SL_CONTROL, sl_control); in sl_notify_v2_hw()
|