Searched refs:spi_populate_sync_msg (Results 1 – 6 of 6) sorted by relevance
/linux/include/scsi/ |
H A D | scsi_transport_spi.h | 144 int spi_populate_sync_msg(unsigned char *msg, int period, int offset);
|
/linux/drivers/scsi/ |
H A D | esp_scsi.c | 806 spi_populate_sync_msg(&esp->msg_out[0], in esp_maybe_execute_command() 1467 spi_populate_sync_msg(&esp->msg_out[0], in esp_msgin_reject() 1534 spi_populate_sync_msg(&esp->msg_out[0], in esp_msgin_sdtr() 1575 spi_populate_sync_msg(&esp->msg_out[0], in esp_msgin_wdtr()
|
H A D | ncr53c8xx.c | 4050 msglen += spi_populate_sync_msg(msgptr + msglen, in ncr_prepare_nego() 6791 spi_populate_sync_msg(np->msgout, per, ofs); in ncr_int_sir()
|
/linux/drivers/scsi/sym53c8xx_2/ |
H A D | sym_hipd.c | 1434 msglen += spi_populate_sync_msg(msgptr + msglen, goal->period, 4008 spi_populate_sync_msg(np->msgout, per, ofs); 4291 spi_populate_sync_msg(np->msgout, tp->tgoal.period,
|
/linux/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 3040 ahc->msgout_index += spi_populate_sync_msg( in ahc_construct_sdtr()
|
H A D | aic79xx_core.c | 4587 ahd->msgout_index += spi_populate_sync_msg( in ahd_construct_sdtr()
|