Home
last modified time | relevance | path

Searched refs:INT_ERROR (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.15/drivers/dma/ptdma/
Dptdma.h101 #define INT_ERROR BIT(1) macro
104 #define SUPPORTED_INTERRUPTS (INT_COMPLETION | INT_ERROR)
Dptdma-debugfs.c72 if (regval & INT_ERROR) in pt_debugfs_queue_show()
Dptdma-dev.c162 if ((status & INT_ERROR) && !cmd_q->cmd_error) in pt_core_irq_handler()
/Linux-v5.15/drivers/edac/
Dmce_amd.c631 } else if (INT_ERROR(ec)) { in f15h_mc0_mce()
767 } else if (INT_ERROR(ec)) { in decode_mc1_mce()
848 } else if (INT_ERROR(ec)) { in f15h_mc2_mce()
1008 if (INT_ERROR(ec)) { in decode_mc5_mce()
1081 if (INT_ERROR(ec)) { in amd_decode_err_code()
Dmce_amd.h17 #define INT_ERROR(x) (((x) & 0xF4FF) == 0x0400) macro
/Linux-v5.15/drivers/scsi/
Dmesh.c373 out_8(&mr->intr_mask, INT_ERROR | INT_EXCEPTION | INT_CMDDONE); in mesh_init()
530 out_8(&mr->interrupt, INT_ERROR | INT_EXCEPTION | INT_CMDDONE); in mesh_start_cmd()
531 out_8(&mr->intr_mask, INT_ERROR | INT_EXCEPTION | INT_CMDDONE); in mesh_start_cmd()
690 out_8(&mr->interrupt, INT_ERROR | INT_EXCEPTION | INT_CMDDONE); in start_phase()
908 out_8(&mr->interrupt, INT_ERROR | INT_EXCEPTION | INT_CMDDONE); in reselected()
917 out_8(&mr->interrupt, INT_ERROR | INT_EXCEPTION | INT_CMDDONE); in reselected()
1012 out_8(&mr->interrupt, INT_ERROR | INT_EXCEPTION | INT_CMDDONE); in handle_reset()
1039 out_8(&mr->interrupt, INT_ERROR | INT_EXCEPTION | INT_CMDDONE); in handle_error()
1505 if (in_8(&mr->interrupt) & (INT_ERROR | INT_EXCEPTION)) { in cmd_complete()
1509 if (in_8(&mr->interrupt) & INT_ERROR) { in cmd_complete()
[all …]
Dmesh.h108 #define INT_ERROR 0x04 /* error interrupt */ macro
/Linux-v5.15/drivers/crypto/ccp/
Dccp-dev.h110 #define INT_ERROR 0x2 macro
113 #define SUPPORTED_INTERRUPTS (INT_COMPLETION | INT_ERROR)
Dccp-debugfs.c230 if (regval & INT_ERROR) in ccp5_debugfs_queue_read()
Dccp-dev-v5.c753 if ((status & INT_ERROR) && !cmd_q->cmd_error) in ccp5_irq_bh()
/Linux-v5.15/drivers/input/keyboard/
Dlm8323.c52 #define INT_ERROR 0x08 /* Error: use CMD_READ_ERR. */ macro
379 if (ints & INT_ERROR) { in lm8323_irq()