Searched refs:cia_err (Results 1 – 2 of 2) sorted by relevance
844 if (cia->cia_err & (CIA_ERR_COR_ERR in cia_decode_pci_error()877 } else if (cia->cia_err & (CIA_ERR_PERR in cia_decode_pci_error()1111 if ((cia->cia_err & CIA_ERR_VALID) == 0) in cia_decode_mchk()1118 switch (ffs(cia->cia_err & 0xfff) - 1) { in cia_decode_mchk()1157 if (cia->cia_err & CIA_ERR_LOST_CORR_ERR) in cia_decode_mchk()1160 if (cia->cia_err & CIA_ERR_LOST_UN_CORR_ERR) in cia_decode_mchk()1163 if (cia->cia_err & CIA_ERR_LOST_CPU_PE) in cia_decode_mchk()1166 if (cia->cia_err & CIA_ERR_LOST_MEM_NEM) in cia_decode_mchk()1169 if (cia->cia_err & CIA_ERR_LOST_PERR) in cia_decode_mchk()1172 if (cia->cia_err & CIA_ERR_LOST_PCI_ADDR_PE) in cia_decode_mchk()[all …]
280 unsigned long cia_err; member