Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/ata/
Dlibata-core.c591 int index, fua, lba48, write; in ata_rwcmd_protocol() local
594 lba48 = (tf->flags & ATA_TFLAG_LBA48) ? 2 : 0; in ata_rwcmd_protocol()
600 } else if (lba48 && (dev->link->ap->flags & ATA_FLAG_PIO_LBA48)) { in ata_rwcmd_protocol()
609 cmd = ata_rw_cmds[index + fua + lba48 + write]; in ata_rwcmd_protocol()
1160 int lba48 = ata_id_has_lba48(dev->id); in ata_read_native_max_address() local
1167 if (lba48) { in ata_read_native_max_address()
1186 if (lba48) in ata_read_native_max_address()
1211 int lba48 = ata_id_has_lba48(dev->id); in ata_set_max_sectors() local
1219 if (lba48) { in ata_set_max_sectors()