Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/scsi/
H A Dscsi.c220 #define SCSI_MAX_WRITE_BLK 0xFFFF macro
252 if (blks > SCSI_MAX_WRITE_BLK) { in scsi_write()
254 SCSI_MAX_WRITE_BLK); in scsi_write()
255 smallblks = SCSI_MAX_WRITE_BLK; in scsi_write()
257 start += SCSI_MAX_WRITE_BLK; in scsi_write()
258 blks -= SCSI_MAX_WRITE_BLK; in scsi_write()