Searched refs:msgin_buf (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | sim710.scr | 17 ABSOLUTE msgin_buf = 0 390 MOVE 1, msgin_buf, WHEN MSG_IN 402 MOVE 1, msgin_buf + 1, WHEN MSG_IN 405 MOVE 1, msgin_buf + 2, WHEN MSG_IN 408 MOVE 2, msgin_buf + 3, WHEN MSG_IN 415 MOVE 1, msgin_buf + 7, WHEN MSG_IN 441 MOVE 1, msgin_buf, WHEN MSG_IN 453 MOVE 1, msgin_buf + 1, WHEN MSG_IN 456 MOVE 1, msgin_buf + 2, WHEN MSG_IN 459 MOVE 2, msgin_buf + 3, WHEN MSG_IN [all …]
|
D | sim710.c | 241 u8 msgin_buf[MAX_MSGIN]; member 586 patch_abs_32 (hostdata->script, 0, msgin_buf, in sim710_driver_init() 587 virt_to_bus((void *)&(hostdata->msgin_buf[0]))); in sim710_driver_init() 621 host->host_no, hostdata->msgin_buf[3], hostdata->msgin_buf[4])); in handle_sdtr() 630 host->host_no, hostdata->msgin_buf[3], hostdata->msgin_buf[4])); in handle_sdtr() 1169 u8 *p = hostdata->msgin_buf; in sim710_intr_handle()
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 2766 ahc->msgin_buf[ahc->msgin_index] = ahc_inb(ahc, SCSIBUSL); in ahc_handle_message_phase() 2770 ahc->msgin_buf[ahc->msgin_index]); in ahc_handle_message_phase() 2878 ahc->msgin_buf[ahc->msgin_index] = ahc_inb(ahc, SCSIDATL); in ahc_handle_message_phase() 3015 switch (ahc->msgin_buf[0]) { in ahc_parse_msg() 3038 switch (ahc->msgin_buf[2]) { in ahc_parse_msg() 3047 if (ahc->msgin_buf[1] != MSG_EXT_SDTR_LEN) { in ahc_parse_msg() 3062 period = ahc->msgin_buf[3]; in ahc_parse_msg() 3064 saved_offset = offset = ahc->msgin_buf[4]; in ahc_parse_msg() 3077 ahc->msgin_buf[3], saved_offset, in ahc_parse_msg() 3125 if (ahc->msgin_buf[1] != MSG_EXT_WDTR_LEN) { in ahc_parse_msg() [all …]
|
D | aic79xx_core.c | 3565 ahd->msgin_buf[ahd->msgin_index] = ahd_inb(ahd, SCSIBUS); in ahd_handle_message_phase() 3569 ahd->msgin_buf[ahd->msgin_index]); in ahd_handle_message_phase() 3687 ahd->msgin_buf[ahd->msgin_index] = ahd_inb(ahd, SCSIDAT); in ahd_handle_message_phase() 3831 switch (ahd->msgin_buf[0]) { in ahd_parse_msg() 3854 switch (ahd->msgin_buf[2]) { in ahd_parse_msg() 3862 if (ahd->msgin_buf[1] != MSG_EXT_SDTR_LEN) { in ahd_parse_msg() 3877 period = ahd->msgin_buf[3]; in ahd_parse_msg() 3879 saved_offset = offset = ahd->msgin_buf[4]; in ahd_parse_msg() 3890 ahd->msgin_buf[3], saved_offset, in ahd_parse_msg() 3937 if (ahd->msgin_buf[1] != MSG_EXT_WDTR_LEN) { in ahd_parse_msg() [all …]
|
D | aic7xxx.h | 1060 uint8_t msgin_buf[12];/* Message we are receiving */ member
|
D | aic79xx.h | 1186 uint8_t msgin_buf[12];/* Message we are receiving */ member
|