Searched refs:log2_per_phys (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Data.h666 u8 log2_per_phys)
670 if ((log2_per_phys > 1) && (word_209 & 0xc000) == 0x4000) {
673 return (1 << log2_per_phys) - first;
665 ata_id_logical_sector_offset(const u16 *id, u8 log2_per_phys) argument
/linux-master/drivers/ata/
H A Dlibata-scsi.c2484 u8 log2_per_phys; local
2488 log2_per_phys = ata_id_log2_per_physical_sector(dev->id);
2489 lowest_aligned = ata_id_logical_sector_offset(dev->id, log2_per_phys);
2524 rbuf[13] = log2_per_phys;

Completed in 105 milliseconds