Searched refs:smallblks (Results 1 – 2 of 2) sorted by relevance
/u-boot/drivers/scsi/ |
A D | scsi.c | 157 unsigned short smallblks = 0; in scsi_read() local 189 smallblks = max_blks; in scsi_read() 190 scsi_setup_read_ext(pccb, start, smallblks); in scsi_read() 195 smallblks = (unsigned short)blks; in scsi_read() 196 scsi_setup_read_ext(pccb, start, smallblks); in scsi_read() 202 start, smallblks, buf_addr); in scsi_read() 227 unsigned short smallblks; in scsi_write() local 248 smallblks = max_blks; in scsi_write() 254 smallblks = (unsigned short)blks; in scsi_write() 260 __func__, start, smallblks, buf_addr); in scsi_write() [all …]
|
/u-boot/common/ |
A D | usb_storage.c | 1137 unsigned short smallblks; in usb_stor_read() local 1178 smallblks = ss->max_xfer_blk; in usb_stor_read() 1182 if (smallblks == ss->max_xfer_blk) in usb_stor_read() 1195 start += smallblks; in usb_stor_read() 1196 blks -= smallblks; in usb_stor_read() 1201 start, smallblks, buf_addr); in usb_stor_read() 1220 unsigned short smallblks; in usb_stor_write() local 1265 smallblks = ss->max_xfer_blk; in usb_stor_write() 1282 start += smallblks; in usb_stor_write() 1283 blks -= smallblks; in usb_stor_write() [all …]
|
Completed in 6 milliseconds