Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/ata/
H A Dahci.c804 u16 now_blocks; /* number of blocks per iteration */ in ata_scsiop_read_write() local
807 now_blocks = min((u16)MAX_SATA_BLOCKS_READ_WRITE, blocks); in ata_scsiop_read_write()
809 transfer_size = ATA_SECT_SIZE * now_blocks; in ata_scsiop_read_write()
835 fis[12] = (now_blocks >> 0) & 0xff; in ata_scsiop_read_write()
836 fis[13] = (now_blocks >> 8) & 0xff; in ata_scsiop_read_write()
859 blocks -= now_blocks; in ata_scsiop_read_write()
860 lba += now_blocks; in ata_scsiop_read_write()