Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/hisi_sas/
Dhisi_sas_v1_hw.c134 #define SL_CONTROL_NOTIFY_EN_MSK (0x1 << SL_CONTROL_NOTIFY_EN_OFF) macro
826 sl_control |= SL_CONTROL_NOTIFY_EN_MSK; in sl_notify_ssp_v1_hw()
830 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
1598 sl_control |= SL_CONTROL_NOTIFY_EN_MSK; in sl_notify_ssp_v2_hw()
1602 sl_control &= ~SL_CONTROL_NOTIFY_EN_MSK; in sl_notify_ssp_v2_hw()
Dhisi_sas_v3_hw.c226 #define SL_CONTROL_NOTIFY_EN_MSK (0x1 << SL_CONTROL_NOTIFY_EN_OFF) macro
1090 sl_control |= SL_CONTROL_NOTIFY_EN_MSK; in sl_notify_ssp_v3_hw()
1094 sl_control &= ~SL_CONTROL_NOTIFY_EN_MSK; in sl_notify_ssp_v3_hw()