Searched refs:msgin_buf (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dsim710.c241 u8 msgin_buf[MAX_MSGIN]; member in struct:sim710_hostdata
585 patch_abs_32 (hostdata->script, 0, msgin_buf,
586 virt_to_bus((void *)&(hostdata->msgin_buf[0])));
620 host->host_no, hostdata->msgin_buf[3], hostdata->msgin_buf[4]));
629 host->host_no, hostdata->msgin_buf[3], hostdata->msgin_buf[4]));
971 u8 *p = hostdata->msgin_buf;
973 DEB(DEB_INTS, printk(" msgin_buf: %02x %02x %02x %02x\n",
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c2524 ahc->msgin_buf[ahc->msgin_index] = ahc_inb(ahc, SCSIBUSL);
2624 ahc->msgin_buf[ahc->msgin_index] = ahc_inb(ahc, SCSIDATL);
2757 switch (ahc->msgin_buf[0]) {
2780 switch (ahc->msgin_buf[2]) {
2789 if (ahc->msgin_buf[1] != MSG_EXT_SDTR_LEN) {
2804 period = ahc->msgin_buf[3];
2806 saved_offset = offset = ahc->msgin_buf[4];
2819 ahc->msgin_buf[3], saved_offset,
2867 if (ahc->msgin_buf[1] != MSG_EXT_WDTR_LEN) {
2882 bus_width = ahc->msgin_buf[
[all...]
H A Daic7xxx.h991 uint8_t msgin_buf[12];/* Message we are receiving */ member in struct:ahc_softc

Completed in 46 milliseconds