/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | mesh.c | 373 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() 689 out_8(&mr->interrupt, INT_ERROR | INT_EXCEPTION | INT_CMDDONE); in start_phase() 907 out_8(&mr->interrupt, INT_ERROR | INT_EXCEPTION | INT_CMDDONE); in reselected() 916 out_8(&mr->interrupt, INT_ERROR | INT_EXCEPTION | INT_CMDDONE); in reselected() 1011 out_8(&mr->interrupt, INT_ERROR | INT_EXCEPTION | INT_CMDDONE); in handle_reset() 1038 out_8(&mr->interrupt, INT_ERROR | INT_EXCEPTION | INT_CMDDONE); in handle_error() 1504 if (in_8(&mr->interrupt) & (INT_ERROR | INT_EXCEPTION)) { in cmd_complete() 1508 if (in_8(&mr->interrupt) & INT_ERROR) { in cmd_complete() [all...] |
H A D | mesh.h | 108 #define INT_ERROR 0x04 /* error interrupt */ macro
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | mesh.c | 364 out_8(&mr->intr_mask, INT_ERROR | INT_EXCEPTION | INT_CMDDONE); in mesh_init() 521 out_8(&mr->interrupt, INT_ERROR | INT_EXCEPTION | INT_CMDDONE); in mesh_start_cmd() 522 out_8(&mr->intr_mask, INT_ERROR | INT_EXCEPTION | INT_CMDDONE); in mesh_start_cmd() 683 out_8(&mr->interrupt, INT_ERROR | INT_EXCEPTION | INT_CMDDONE); in start_phase() 901 out_8(&mr->interrupt, INT_ERROR | INT_EXCEPTION | INT_CMDDONE); in reselected() 910 out_8(&mr->interrupt, INT_ERROR | INT_EXCEPTION | INT_CMDDONE); in reselected() 1005 out_8(&mr->interrupt, INT_ERROR | INT_EXCEPTION | INT_CMDDONE); in handle_reset() 1032 out_8(&mr->interrupt, INT_ERROR | INT_EXCEPTION | INT_CMDDONE); in handle_error() 1498 if (in_8(&mr->interrupt) & (INT_ERROR | INT_EXCEPTION)) { in cmd_complete() 1502 if (in_8(&mr->interrupt) & INT_ERROR) { in cmd_complete() [all...] |
H A D | mesh.h | 119 #define INT_ERROR 0x04 /* error interrupt */ macro
|
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | mce_amd.c | 561 } else if (INT_ERROR(ec)) { in f15h_mc0_mce() 697 } else if (INT_ERROR(ec)) { in decode_mc1_mce() 778 } else if (INT_ERROR(ec)) { in f15h_mc2_mce() 938 if (INT_ERROR(ec)) { in decode_mc5_mce() 1011 if (INT_ERROR(ec)) { in amd_decode_err_code()
|
H A D | mce_amd.h | 17 #define INT_ERROR(x) (((x) & 0xF4FF) == 0x0400) macro
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | mce_amd.c | 752 } else if (INT_ERROR(ec)) { in f15h_mc0_mce() 888 } else if (INT_ERROR(ec)) { in decode_mc1_mce() 969 } else if (INT_ERROR(ec)) { in f15h_mc2_mce() 1129 if (INT_ERROR(ec)) { in decode_mc5_mce() 1196 if (INT_ERROR(ec)) { in amd_decode_err_code()
|
H A D | mce_amd.h | 17 #define INT_ERROR(x) (((x) & 0xF4FF) == 0x0400) macro
|
/kernel/linux/linux-6.6/drivers/dma/ptdma/ |
H A D | ptdma.h | 101 #define INT_ERROR BIT(1) macro 104 #define SUPPORTED_INTERRUPTS (INT_COMPLETION | INT_ERROR)
|
H A D | ptdma-debugfs.c | 72 if (regval & INT_ERROR) in pt_debugfs_queue_show()
|
H A D | ptdma-dev.c | 155 if ((status & INT_ERROR) && !cmd_q->cmd_error) in pt_check_status_trans()
|
/kernel/linux/linux-5.10/drivers/crypto/ccp/ |
H A D | ccp-dev.h | 110 #define INT_ERROR 0x2 macro 113 #define SUPPORTED_INTERRUPTS (INT_COMPLETION | INT_ERROR)
|
H A D | ccp-debugfs.c | 230 if (regval & INT_ERROR) in ccp5_debugfs_queue_read()
|
H A D | ccp-dev-v5.c | 753 if ((status & INT_ERROR) && !cmd_q->cmd_error) in ccp5_irq_bh()
|
/kernel/linux/linux-6.6/drivers/crypto/ccp/ |
H A D | ccp-dev.h | 110 #define INT_ERROR 0x2 macro 113 #define SUPPORTED_INTERRUPTS (INT_COMPLETION | INT_ERROR)
|
H A D | ccp-debugfs.c | 230 if (regval & INT_ERROR) in ccp5_debugfs_queue_read()
|
H A D | ccp-dev-v5.c | 753 if ((status & INT_ERROR) && !cmd_q->cmd_error) in ccp5_irq_bh()
|
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | lm8323.c | 52 #define INT_ERROR 0x08 /* Error: use CMD_READ_ERR. */ macro 58 /* Errors (signalled by INT_ERROR, read with CMD_READ_ERR). */ 379 if (ints & INT_ERROR) { in lm8323_irq()
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | lm8323.c | 52 #define INT_ERROR 0x08 /* Error: use CMD_READ_ERR. */ macro 58 /* Errors (signalled by INT_ERROR, read with CMD_READ_ERR). */ 379 if (ints & INT_ERROR) { in lm8323_irq()
|