Home
last modified time | relevance | path

Searched refs:HF_DP_SAVED (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/scsi/sym53c8xx_2/
Dsym_fw2.h746 SCR_REG_REG (HF_REG, SCR_OR, HF_DP_SAVED),
1625 SCR_JUMP ^ IFTRUE (MASK (0, (HF_IN_PM0 | HF_IN_PM1 | HF_DP_SAVED))),
1632 SCR_JUMPR ^ IFFALSE (MASK (HF_DP_SAVED, HF_DP_SAVED)),
1671 SCR_SFBR_REG (HF_REG, SCR_AND, (~(HF_IN_PM0|HF_IN_PM1|HF_DP_SAVED))),
Dsym_hipd.h622 #define HF_DP_SAVED (1u<<3) macro
Dsym_hipd.c2585 if (hflags & (HF_IN_PM0 | HF_IN_PM1 | HF_DP_SAVED)) {
2591 if (hflags & HF_DP_SAVED)
2604 hflags &= ~(HF_IN_PM0 | HF_IN_PM1 | HF_DP_SAVED);
3802 if (hflags & HF_DP_SAVED)
3814 hflags &= ~(HF_DP_SAVED);
Dsym_fw1.h772 SCR_REG_REG (HF_REG, SCR_OR, HF_DP_SAVED),