Lines Matching defs:count
64 0, /* read retry count */
66 0, /* write retry count */
386 block count in sector count field */
429 args[2] = desc[5]; /* sector count (0:7) */
510 args[2] = desc[5]; /* sector count (0:7) */
1476 tf->nsect = n_block & 0xff; /* Sector count 0 means 256 sectors */
1520 * sector count, and taking into account the device's LBA48
1599 * However, for ATA R/W commands, sector count 0 means
2433 /* sector count, 32-bit */
2445 /* sector count, 64-bit */
3130 * @count: Total Range of request in logical sectors
3147 u64 sector, u32 count)
3166 ((u64)(count > 0xffff ? 0xffff : count) << 48);
3168 if (count <= 0xffff)
3170 count -= 0xffff;
3246 * For DATA SET MANAGEMENT TRIM in ACS-2 nsect (aka count)
3454 ata_dev_warn(qc->dev, "non-matching transfer count (%d/%d)\n",
3466 * and uses a 16 bit value for the transfer count.
3469 ata_dev_warn(qc->dev, "invalid transfer count %d\n", n_block);