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

/linux-master/drivers/scsi/hisi_sas/
H A 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;
830 sl_control &= ~SL_CONTROL_NOTIFY_EN_MSK;
H A 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;
1602 sl_control &= ~SL_CONTROL_NOTIFY_EN_MSK;
H A 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;
1094 sl_control &= ~SL_CONTROL_NOTIFY_EN_MSK;

Completed in 127 milliseconds