Lines Matching full:secondary
35 #define SABRE_UEAFSR_SDRD 0x0800000000000000UL /* Secondary PCI DMA Read */
36 #define SABRE_UEAFSR_SDWR 0x0400000000000000UL /* Secondary PCI DMA Write */
37 #define SABRE_UEAFSR_SDTE 0x0200000000000000UL /* Secondary DMA Translation Error */
46 #define SABRE_CEAFSR_SDRD 0x0800000000000000UL /* Secondary PCI DMA Read */
47 #define SABRE_CEAFSR_SDWR 0x0400000000000000UL /* Secondary PCI DMA Write */
123 #define SABRE_PIOAFSR_SMA 0x0800000000000000UL /* Secondary Master Abort */
124 #define SABRE_PIOAFSR_STA 0x0400000000000000UL /* Secondary Target Abort */
125 #define SABRE_PIOAFSR_SRTRY 0x0200000000000000UL /* Secondary Excessive Retries */
126 #define SABRE_PIOAFSR_SPERR 0x0100000000000000UL /* Secondary Parity Error */
209 /* Clear the primary/secondary error status bits. */ in sabre_ue_intr()
233 printk("%s: UE Secondary errors [", pbm->name); in sabre_ue_intr()
269 /* Clear primary/secondary error status bits. */ in sabre_ce_intr()
296 printk("%s: CE Secondary errors [", pbm->name); in sabre_ce_intr()