Searched refs:HF_IN_PM1 (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_fw2.h1185 SCR_REG_REG (HF_REG, SCR_OR, HF_IN_PM1),
1205 SCR_REG_REG (HF_REG, SCR_OR, HF_IN_PM1),
1217 SCR_REG_REG (HF_REG, SCR_AND, (~HF_IN_PM1)),
1653 SCR_JUMP ^ IFTRUE (MASK (0, (HF_IN_PM0 | HF_IN_PM1 | HF_DP_SAVED))),
1671 SCR_JUMP ^ IFTRUE (MASK (0, (HF_IN_PM0 | HF_IN_PM1))),
1699 SCR_SFBR_REG (HF_REG, SCR_AND, (~(HF_IN_PM0|HF_IN_PM1|HF_DP_SAVED))),
H A Dsym_fw1.h1305 SCR_REG_REG (HF_REG, SCR_OR, HF_IN_PM1),
1325 SCR_REG_REG (HF_REG, SCR_OR, HF_IN_PM1),
1337 SCR_REG_REG (HF_REG, SCR_AND, (~HF_IN_PM1)),
H A Dsym_hipd.h669 #define HF_IN_PM1 (1u<<1) macro
H A Dsym_hipd.c2524 if (hflags & (HF_IN_PM0 | HF_IN_PM1 | HF_DP_SAVED)) {
2527 else if (hflags & HF_IN_PM1)
2543 hflags &= ~(HF_IN_PM0 | HF_IN_PM1 | HF_DP_SAVED);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dsym53c8xx.c1842 #define HF_IN_PM1 (1u<<1) macro
3591 SCR_REG_REG (HF_REG, SCR_OR, HF_IN_PM1),
3611 SCR_REG_REG (HF_REG, SCR_OR, HF_IN_PM1),
3623 SCR_REG_REG (HF_REG, SCR_AND, (~HF_IN_PM1)),
4175 SCR_JUMP ^ IFTRUE (MASK (0, (HF_IN_PM0 | HF_IN_PM1 | HF_DP_SAVED))),
4193 SCR_JUMP ^ IFTRUE (MASK (0, (HF_IN_PM0 | HF_IN_PM1))),
4221 SCR_SFBR_REG (HF_REG, SCR_AND, (~(HF_IN_PM0|HF_IN_PM1|HF_DP_SAVED))),
9449 if (hflags & (HF_IN_PM0 | HF_IN_PM1 | HF_DP_SAVED)) {
9452 else if (hflags & HF_IN_PM1)
9468 hflags &= ~(HF_IN_PM0 | HF_IN_PM1 | HF_DP_SAVE
[all...]

Completed in 146 milliseconds