Lines Matching full:secondary
263 #define SYSIO_UEAFSR_SPIO 0x1000000000000000UL /* Secondary PIO is cause */
264 #define SYSIO_UEAFSR_SDRD 0x0800000000000000UL /* Secondary DVMA read cause */
265 #define SYSIO_UEAFSR_SDWR 0x0400000000000000UL /* Secondary DVMA write cause*/
287 /* Clear primary/secondary error status bits. */ in sysio_ue_handler()
310 printk("SYSIO[%x]: Secondary UE errors [", portid); in sysio_ue_handler()
336 #define SYSIO_CEAFSR_SPIO 0x1000000000000000UL /* Secondary PIO cause */
337 #define SYSIO_CEAFSR_SDRD 0x0800000000000000UL /* Secondary DVMA read cause */
338 #define SYSIO_CEAFSR_SDWR 0x0400000000000000UL /* Secondary DVMA write cause*/
361 /* Clear primary/secondary error status bits. */ in sysio_ce_handler()
389 printk("SYSIO[%x]: Secondary CE errors [", portid); in sysio_ce_handler()
415 #define SYSIO_SBAFSR_SLE 0x1000000000000000UL /* Secondary Late PIO Error */
416 #define SYSIO_SBAFSR_STO 0x0800000000000000UL /* Secondary SBUS Timeout */
417 #define SYSIO_SBAFSR_SBERR 0x0400000000000000UL /* Secondary SBUS Error ACK */
439 /* Clear primary/secondary error status bits. */ in sysio_sbus_error_handler()
462 printk("SYSIO[%x]: Secondary SBUS errors [", portid); in sysio_sbus_error_handler()