Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsahwreg.h247 #define SCRATCH_PAD1_ERR 0x02 /* error state */ macro
H A Dsaioctlcmd.c1034 …if ((SCRATCH_PAD1_ERR == (value & SCRATCH_PAD_STATE_MASK)) || (SCRATCH_PAD2_ERR == (value1 & SCRAT… in saGetControllerStatus()
2286 if ((SCRATCH_PAD1_ERR == value) || (SCRATCH_PAD2_ERR == value1)) in siSpcGetErrorContent()
H A Dsahw.c142 if ((SCRATCH_PAD1_ERR == value) || (SCRATCH_PAD2_ERR == value1)) in saHwReset()
H A Dsainit.c2930 if (SCRATCH_PAD1_ERR == (value & SCRATCH_PAD_STATE_MASK)) in mpiWaitForConfigTable()