Home
last modified time | relevance | path

Searched refs:MSG_IN (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/scsi/
H A D53c700.scr58 ABSOLUTE MSG_IN = 0x50
153 MOVE 1, ReceiveMsgAddress, WHEN MSG_IN
158 MOVE 3, ReceiveMsgAddress, WHEN MSG_IN
188 MOVE 1, ReceiveMsgAddress, WHEN MSG_IN
252 JUMP MsgInBeforeCommand, IF MSG_IN
257 JUMP MsgInAfterCmd, IF MSG_IN
272 MOVE 1, ReceiveMsgAddress, WHEN MSG_IN
279 MOVE 1, ReceiveMsgAddress, WHEN MSG_IN
305 MOVE 1, ReceiveMsgAddress, WHEN MSG_IN
317 JUMP MsgInAfterDataIn, IF MSG_IN
[all …]
H A D53c700_d.h_shipped61 ABSOLUTE MSG_IN = 0x50
177 MOVE 1, ReceiveMsgAddress, WHEN MSG_IN
188 MOVE 3, ReceiveMsgAddress, WHEN MSG_IN
251 MOVE 1, ReceiveMsgAddress, WHEN MSG_IN
429 JUMP MsgInBeforeCommand, IF MSG_IN
446 JUMP MsgInAfterCmd, IF MSG_IN
479 MOVE 1, ReceiveMsgAddress, WHEN MSG_IN
501 MOVE 1, ReceiveMsgAddress, WHEN MSG_IN
572 MOVE 1, ReceiveMsgAddress, WHEN MSG_IN
611 JUMP MsgInAfterDataIn, IF MSG_IN
[all …]
H A Dinitio.c1396 case MSG_IN: /* Message in phase */ in initio_state_3()
1465 case MSG_IN: /* Message in phase */ in initio_state_4()
1609 case MSG_IN: /* Message in phase */ in initio_state_6()
1795 if (host->phase == MSG_IN) { in initio_status_msg()
1923 if (host->phase != MSG_IN) in int_initio_resel()
1938 if (host->phase != MSG_IN) in int_initio_resel()
2092 if (host->phase != MSG_IN) in initio_msgin()
2124 if (initio_msgin_accept(host) != MSG_IN) in initio_msgin_extend()
2137 if ((initio_msgin_accept(host)) != MSG_IN) in initio_msgin_extend()
H A Dinitio.h286 #define MSG_IN 7 macro