Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/hisi_sas/
Dhisi_sas_v1_hw.c139 #define SL_CONTROL_NOTIFY_EN_MSK (0x1 << SL_CONTROL_NOTIFY_EN_OFF) macro
842 sl_control |= SL_CONTROL_NOTIFY_EN_MSK; in sl_notify_v1_hw()
846 sl_control &= ~SL_CONTROL_NOTIFY_EN_MSK; in sl_notify_v1_hw()
Dhisi_sas_v3_hw.c132 #define SL_CONTROL_NOTIFY_EN_MSK (0x1 << SL_CONTROL_NOTIFY_EN_OFF) macro
835 sl_control |= SL_CONTROL_NOTIFY_EN_MSK; in sl_notify_v3_hw()
839 sl_control &= ~SL_CONTROL_NOTIFY_EN_MSK; in sl_notify_v3_hw()
Dhisi_sas_v2_hw.c195 #define SL_CONTROL_NOTIFY_EN_MSK (0x1 << SL_CONTROL_NOTIFY_EN_OFF) macro
1592 sl_control |= SL_CONTROL_NOTIFY_EN_MSK; in sl_notify_v2_hw()
1596 sl_control &= ~SL_CONTROL_NOTIFY_EN_MSK; in sl_notify_v2_hw()