Searched refs:INT_ERROR (Results 1 – 5 of 5) sorted by relevance
280 } else if (INT_ERROR(ec)) { in f15h_mc0_mce()416 } else if (INT_ERROR(ec)) { in decode_mc1_mce()497 } else if (INT_ERROR(ec)) { in f15h_mc2_mce()657 if (INT_ERROR(ec)) { in decode_mc5_mce()696 if (INT_ERROR(ec)) { in amd_decode_err_code()
17 #define INT_ERROR(x) (((x) & 0xF4FF) == 0x0400) macro
372 out_8(&mr->intr_mask, INT_ERROR | INT_EXCEPTION | INT_CMDDONE); in mesh_init()529 out_8(&mr->interrupt, INT_ERROR | INT_EXCEPTION | INT_CMDDONE); in mesh_start_cmd()530 out_8(&mr->intr_mask, INT_ERROR | INT_EXCEPTION | INT_CMDDONE); in mesh_start_cmd()688 out_8(&mr->interrupt, INT_ERROR | INT_EXCEPTION | INT_CMDDONE); in start_phase()906 out_8(&mr->interrupt, INT_ERROR | INT_EXCEPTION | INT_CMDDONE); in reselected()915 out_8(&mr->interrupt, INT_ERROR | INT_EXCEPTION | INT_CMDDONE); in reselected()1010 out_8(&mr->interrupt, INT_ERROR | INT_EXCEPTION | INT_CMDDONE); in handle_reset()1037 out_8(&mr->interrupt, INT_ERROR | INT_EXCEPTION | INT_CMDDONE); in handle_error()1500 if (in_8(&mr->interrupt) & (INT_ERROR | INT_EXCEPTION)) { in cmd_complete()1504 if (in_8(&mr->interrupt) & INT_ERROR) { in cmd_complete()[all …]
107 #define INT_ERROR 0x04 /* error interrupt */ macro
64 #define INT_ERROR 0x08 /* Error: use CMD_READ_ERR. */ macro391 if (ints & INT_ERROR) { in lm8323_irq()