Home
last modified time | relevance | path

Searched refs:SL_CONTROL_NOTIFY_EN_MSK (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/scsi/hisi_sas/
Dhisi_sas_v1_hw.c134 #define SL_CONTROL_NOTIFY_EN_MSK (0x1 << SL_CONTROL_NOTIFY_EN_OFF) macro
824 sl_control |= SL_CONTROL_NOTIFY_EN_MSK; in sl_notify_ssp_v1_hw()
828 sl_control &= ~SL_CONTROL_NOTIFY_EN_MSK; in sl_notify_ssp_v1_hw()
Dhisi_sas_v2_hw.c190 #define SL_CONTROL_NOTIFY_EN_MSK (0x1 << SL_CONTROL_NOTIFY_EN_OFF) macro
1593 sl_control |= SL_CONTROL_NOTIFY_EN_MSK; in sl_notify_ssp_v2_hw()
1597 sl_control &= ~SL_CONTROL_NOTIFY_EN_MSK; in sl_notify_ssp_v2_hw()
Dhisi_sas_v3_hw.c222 #define SL_CONTROL_NOTIFY_EN_MSK (0x1 << SL_CONTROL_NOTIFY_EN_OFF) macro
1000 sl_control |= SL_CONTROL_NOTIFY_EN_MSK; in sl_notify_ssp_v3_hw()
1004 sl_control &= ~SL_CONTROL_NOTIFY_EN_MSK; in sl_notify_ssp_v3_hw()