Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/
D53c700.scr58 ABSOLUTE MSG_IN = 0x50
148 INT RESELECTED_DURING_SELECTION, WHEN MSG_IN
153 MOVE 1, ReceiveMsgAddress, WHEN MSG_IN
158 MOVE 3, ReceiveMsgAddress, WHEN MSG_IN
188 MOVE 1, ReceiveMsgAddress, WHEN MSG_IN
196 MOVE 1, ReceiveMsgAddress + 1, WHEN MSG_IN
200 MOVE 1, ReceiveMsgAddress + 1, WHEN MSG_IN
209 MOVE 1, ReceiveMsgAddress + 2, WHEN MSG_IN
213 MOVE 2, ReceiveMsgAddress + 2, WHEN MSG_IN
217 MOVE 3, ReceiveMsgAddress + 2, WHEN MSG_IN
[all …]
D53c700_d.h_shipped61 ABSOLUTE MSG_IN = 0x50
166 INT RESELECTED_DURING_SELECTION, WHEN MSG_IN
177 MOVE 1, ReceiveMsgAddress, WHEN MSG_IN
188 MOVE 3, ReceiveMsgAddress, WHEN MSG_IN
251 MOVE 1, ReceiveMsgAddress, WHEN MSG_IN
271 MOVE 1, ReceiveMsgAddress + 1, WHEN MSG_IN
284 MOVE 1, ReceiveMsgAddress + 1, WHEN MSG_IN
317 MOVE 1, ReceiveMsgAddress + 2, WHEN MSG_IN
330 MOVE 2, ReceiveMsgAddress + 2, WHEN MSG_IN
343 MOVE 3, ReceiveMsgAddress + 2, WHEN MSG_IN
[all …]
Dinitio.c1397 case MSG_IN: /* Message in phase */ in initio_state_3()
1466 case MSG_IN: /* Message in phase */ in initio_state_4()
1610 case MSG_IN: /* Message in phase */ in initio_state_6()
1796 if (host->phase == MSG_IN) { in initio_status_msg()
1924 if (host->phase != MSG_IN) in int_initio_resel()
1939 if (host->phase != MSG_IN) in int_initio_resel()
2093 if (host->phase != MSG_IN) in initio_msgin()
2125 if (initio_msgin_accept(host) != MSG_IN) in initio_msgin_extend()
2138 if ((initio_msgin_accept(host)) != MSG_IN) in initio_msgin_extend()
Dinitio.h286 #define MSG_IN 7 macro