Searched refs:cia_err (Results 1 – 2 of 2) sorted by relevance
848 if (cia->cia_err & (CIA_ERR_COR_ERR in cia_decode_pci_error()881 } else if (cia->cia_err & (CIA_ERR_PERR in cia_decode_pci_error()1115 if ((cia->cia_err & CIA_ERR_VALID) == 0) in cia_decode_mchk()1122 switch (ffs(cia->cia_err & 0xfff) - 1) { in cia_decode_mchk()1161 if (cia->cia_err & CIA_ERR_LOST_CORR_ERR) in cia_decode_mchk()1164 if (cia->cia_err & CIA_ERR_LOST_UN_CORR_ERR) in cia_decode_mchk()1167 if (cia->cia_err & CIA_ERR_LOST_CPU_PE) in cia_decode_mchk()1170 if (cia->cia_err & CIA_ERR_LOST_MEM_NEM) in cia_decode_mchk()1173 if (cia->cia_err & CIA_ERR_LOST_PERR) in cia_decode_mchk()1176 if (cia->cia_err & CIA_ERR_LOST_PCI_ADDR_PE) in cia_decode_mchk()[all …]
281 unsigned long cia_err; member