Searched refs:ATA_SECT_SIZE (Results 1 – 4 of 4) sorted by relevance
42 ATA_SECT_SIZE = 512, enumerator
1825 tmp = ATA_SECT_SIZE; in ata_scsiop_read_cap()1843 tmp = ATA_SECT_SIZE; in ata_scsiop_read_cap()2287 qc->nsect = cmd->bufflen / ATA_SECT_SIZE; in ata_scsi_pass_thru()
330 *(__le32 *)(&buf[ 4]) = cpu_to_le32(qc->nsect * ATA_SECT_SIZE); in qs_qc_prep()
3014 offset = sg[qc->cursg].offset + qc->cursg_ofs * ATA_SECT_SIZE; in ata_pio_sector()3025 if ((qc->cursg_ofs * ATA_SECT_SIZE) == (&sg[qc->cursg])->length) { in ata_pio_sector()3034 ata_data_xfer(ap, buf, ATA_SECT_SIZE, do_write); in ata_pio_sector()