Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/hisi_sas/
H A Dhisi_sas.h38 #define HISI_SAS_PM_BIT 2 macro
H A Dhisi_sas_v3_hw.c3535 set_bit(HISI_SAS_PM_BIT, &hisi_hba->flags); in suspend_v3_hw()
3539 clear_bit(HISI_SAS_PM_BIT, &hisi_hba->flags); in suspend_v3_hw()
3551 clear_bit(HISI_SAS_PM_BIT, &hisi_hba->flags); in resume_v3_hw()
H A Dhisi_sas_main.c629 if (test_bit(HISI_SAS_PM_BIT, &hisi_hba->flags) && in hisi_sas_bytes_dmaed()