Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/ata/
H A Dahci.c820 u16 now_blocks; /* number of blocks per iteration */ in ata_scsiop_read_write() local
823 now_blocks = min((u16)MAX_SATA_BLOCKS_READ_WRITE, blocks); in ata_scsiop_read_write()
825 transfer_size = ATA_SECT_SIZE * now_blocks; in ata_scsiop_read_write()
851 fis[12] = (now_blocks >> 0) & 0xff; in ata_scsiop_read_write()
852 fis[13] = (now_blocks >> 8) & 0xff; in ata_scsiop_read_write()
875 blocks -= now_blocks; in ata_scsiop_read_write()
876 lba += now_blocks; in ata_scsiop_read_write()