Lines Matching full:parity
21 #define SGIMC_CCTRL0_EPERRGIO 0x00000020 /* GIO parity error enable */
22 #define SGIMC_CCTRL0_EPERRMEM 0x00000040 /* Main mem parity error enable */
23 #define SGIMC_CCTRL0_EPERRCPU 0x00000080 /* CPU bus parity error enable */
28 #define SGIMC_CCTRL0_EPERRSCMD 0x00001000 /* SysCMD bus parity error enable */
36 #define SGIMC_CCTRL0_R4KNOCHKPARR 0x04000000 /* Don't chk parity on mem data reads */
122 #define SGIMC_CSTAT_RD 0x00000100 /* read parity error */
123 #define SGIMC_CSTAT_PAR 0x00000200 /* CPU parity error */
125 #define SGIMC_CSTAT_SYSAD_PAR 0x00000800 /* sysad parity error */
126 #define SGIMC_CSTAT_SYSCMD_PAR 0x00001000 /* syscmd parity error */
128 #define SGIMC_CSTAT_PAR_MASK 0x00001f00 /* parity error mask */
135 #define SGIMC_GSTAT_RD 0x00000100 /* read parity error */
136 #define SGIMC_GSTAT_WR 0x00000200 /* write parity error */
139 #define SGIMC_GSTAT_ADDR 0x00001000 /* parity error on addr cycle */
140 #define SGIMC_GSTAT_BC 0x00002000 /* parity error on byte count cycle */
141 #define SGIMC_GSTAT_PIO_RD 0x00004000 /* read data parity on pio */
142 #define SGIMC_GSTAT_PIO_WR 0x00008000 /* write data parity on pio */