Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/hisi_sas/
Dhisi_sas.h38 #define HISI_SAS_PM_BIT 2 macro
Dhisi_sas_v3_hw.c3533 set_bit(HISI_SAS_PM_BIT, &hisi_hba->flags); in suspend_v3_hw()
3537 clear_bit(HISI_SAS_PM_BIT, &hisi_hba->flags); in suspend_v3_hw()
3549 clear_bit(HISI_SAS_PM_BIT, &hisi_hba->flags); in resume_v3_hw()
Dhisi_sas_main.c630 if (test_bit(HISI_SAS_PM_BIT, &hisi_hba->flags) && in hisi_sas_bytes_dmaed()