Lines Matching full:primary
260 #define SYSIO_UEAFSR_PPIO 0x8000000000000000UL /* Primary PIO cause */
261 #define SYSIO_UEAFSR_PDRD 0x4000000000000000UL /* Primary DVMA read cause */
262 #define SYSIO_UEAFSR_PDWR 0x2000000000000000UL /* Primary DVMA write cause */
287 /* Clear primary/secondary error status bits. */ in sysio_ue_handler()
296 printk("SYSIO[%x]: Uncorrectable ECC Error, primary error type[%s]\n", in sysio_ue_handler()
333 #define SYSIO_CEAFSR_PPIO 0x8000000000000000UL /* Primary PIO cause */
334 #define SYSIO_CEAFSR_PDRD 0x4000000000000000UL /* Primary DVMA read cause */
335 #define SYSIO_CEAFSR_PDWR 0x2000000000000000UL /* Primary DVMA write cause */
361 /* Clear primary/secondary error status bits. */ in sysio_ce_handler()
369 printk("SYSIO[%x]: Correctable ECC Error, primary error type[%s]\n", in sysio_ce_handler()
412 #define SYSIO_SBAFSR_PLE 0x8000000000000000UL /* Primary Late PIO Error */
413 #define SYSIO_SBAFSR_PTO 0x4000000000000000UL /* Primary SBUS Timeout */
414 #define SYSIO_SBAFSR_PBERR 0x2000000000000000UL /* Primary SBUS Error ACK */
419 #define SYSIO_SBAFSR_RD 0x0000800000000000UL /* Primary was late PIO read */
439 /* Clear primary/secondary error status bits. */ in sysio_sbus_error_handler()
448 printk("SYSIO[%x]: SBUS Error, primary error type[%s] read(%d)\n", in sysio_sbus_error_handler()