Searched refs:spi_populate_sync_msg (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/include/scsi/ |
D | scsi_transport_spi.h | 157 int spi_populate_sync_msg(unsigned char *msg, int period, int offset);
|
/Linux-v4.19/drivers/scsi/ |
D | esp_scsi.c | 788 spi_populate_sync_msg(&esp->msg_out[0], in esp_maybe_execute_command() 1470 spi_populate_sync_msg(&esp->msg_out[0], in esp_msgin_reject() 1537 spi_populate_sync_msg(&esp->msg_out[0], in esp_msgin_sdtr() 1578 spi_populate_sync_msg(&esp->msg_out[0], in esp_msgin_wdtr()
|
D | scsi_transport_spi.c | 1195 int spi_populate_sync_msg(unsigned char *msg, int period, int offset) in spi_populate_sync_msg() function 1204 EXPORT_SYMBOL_GPL(spi_populate_sync_msg);
|
D | 53c700.c | 1437 count += spi_populate_sync_msg(&hostdata->msgout[count], in NCR_700_start_command()
|
D | ncr53c8xx.c | 4087 msglen += spi_populate_sync_msg(msgptr + msglen, in ncr_prepare_nego() 6965 spi_populate_sync_msg(np->msgout, per, ofs); in ncr_int_sir()
|
D | aha152x.c | 1546 MSGOLEN += spi_populate_sync_msg(&MSGO(MSGOLEN), 50, 8); in seldo_run()
|
/Linux-v4.19/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.c | 1447 msglen += spi_populate_sync_msg(msgptr + msglen, goal->period, 4020 spi_populate_sync_msg(np->msgout, per, ofs); 4303 spi_populate_sync_msg(np->msgout, tp->tgoal.period,
|
/Linux-v4.19/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 3065 ahc->msgout_index += spi_populate_sync_msg( in ahc_construct_sdtr()
|
D | aic79xx_core.c | 4623 ahd->msgout_index += spi_populate_sync_msg( in ahd_construct_sdtr()
|