Searched refs:IID (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
H A D | sym_defs.h | 137 #define IID 0x01 /* int: script: illegal instruct. */ macro
|
H A D | sym_hipd.c | 1044 if (dstat & (MDPE|BF|IID)) { 1853 OUTB(np, nc_dien , MDPE|BF|SSI|SIR|IID); 2892 !(dstat & (MDPE|BF|ABRT|IID))) { 2922 !(dstat & (MDPE|BF|ABRT|IID))) { 2940 (dstat & (MDPE|BF|ABRT|IID))) {
|
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/ |
H A D | sym_defs.h | 137 #define IID 0x01 /* int: script: illegal instruct. */ macro
|
H A D | sym_hipd.c | 1044 if (dstat & (MDPE|BF|IID)) { 1853 OUTB(np, nc_dien , MDPE|BF|SSI|SIR|IID); 2892 !(dstat & (MDPE|BF|ABRT|IID))) { 2922 !(dstat & (MDPE|BF|ABRT|IID))) { 2940 (dstat & (MDPE|BF|ABRT|IID))) {
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ncr53c8xx.h | 658 #define IID 0x01 /* int: script: illegal instruct. */ macro
|
H A D | ncr53c8xx.c | 5307 OUTB (nc_dien , MDPE|BF|ABRT|SSI|SIR|IID); in ncr_init() 5884 ** IID and/or UDC. 5950 !(dstat & (MDPE|BF|ABRT|IID))) { in ncr_exception() 5984 ** interrupts may occur at the same time (UDC, IID), so in ncr_exception() 6014 ** For MDPE, BF, ABORT, IID, SGE and HTH we reset the in ncr_exception() 6035 (dstat & (MDPE|BF|ABRT|IID))) { in ncr_exception() 6070 ** But it will fail and interrupt (IID) on
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ncr53c8xx.h | 658 #define IID 0x01 /* int: script: illegal instruct. */ macro
|
H A D | ncr53c8xx.c | 5166 OUTB (nc_dien , MDPE|BF|ABRT|SSI|SIR|IID); in ncr_init() 5718 ** IID and/or UDC. 5784 !(dstat & (MDPE|BF|ABRT|IID))) { in ncr_exception() 5818 ** interrupts may occur at the same time (UDC, IID), so in ncr_exception() 5848 ** For MDPE, BF, ABORT, IID, SGE and HTH we reset the in ncr_exception() 5869 (dstat & (MDPE|BF|ABRT|IID))) { in ncr_exception() 5904 ** But it will fail and interrupt (IID) on
|
Completed in 38 milliseconds