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

/linux-master/drivers/ata/
H A Dlibata-scsi.c2487 u8 log2_per_phys; local
2491 log2_per_phys = ata_id_log2_per_physical_sector(dev->id);
2492 lowest_aligned = ata_id_logical_sector_offset(dev->id, log2_per_phys);
2527 rbuf[13] = log2_per_phys;
/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

Completed in 476 milliseconds