Searched refs:ASCV_STOP_CODE_B (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | advansys.c | 630 #define ASCV_STOP_CODE_B (ushort)0x0036 macro 4004 AscWriteLramByte(iop_base, ASCV_STOP_CODE_B, 0); in AscInitQLinkVar() 7258 saved_stop_code = AscReadLramByte(iop_base, ASCV_STOP_CODE_B); in AscHostReqRiscHalt() 7259 AscWriteLramByte(iop_base, ASCV_STOP_CODE_B, in AscHostReqRiscHalt() 7268 AscWriteLramByte(iop_base, ASCV_STOP_CODE_B, saved_stop_code); in AscHostReqRiscHalt() 8677 if (AscReadLramByte(iop_base, ASCV_STOP_CODE_B) == 0) { in AscStopQueueExe() 8678 AscWriteLramByte(iop_base, ASCV_STOP_CODE_B, in AscStopQueueExe() 8681 if (AscReadLramByte(iop_base, ASCV_STOP_CODE_B) & in AscStopQueueExe()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | advansys.c | 617 #define ASCV_STOP_CODE_B (ushort)0x0036 macro 3955 AscWriteLramByte(iop_base, ASCV_STOP_CODE_B, 0); in AscInitQLinkVar() 7172 saved_stop_code = AscReadLramByte(iop_base, ASCV_STOP_CODE_B); in AscHostReqRiscHalt() 7173 AscWriteLramByte(iop_base, ASCV_STOP_CODE_B, in AscHostReqRiscHalt() 7182 AscWriteLramByte(iop_base, ASCV_STOP_CODE_B, saved_stop_code); in AscHostReqRiscHalt() 8570 if (AscReadLramByte(iop_base, ASCV_STOP_CODE_B) == 0) { in AscStopQueueExe() 8571 AscWriteLramByte(iop_base, ASCV_STOP_CODE_B, in AscStopQueueExe() 8574 if (AscReadLramByte(iop_base, ASCV_STOP_CODE_B) & in AscStopQueueExe()
|
Completed in 30 milliseconds