log2_per_phys    2708 drivers/ata/libata-scsi.c 	u8 log2_per_phys;
log2_per_phys    2712 drivers/ata/libata-scsi.c 	log2_per_phys = ata_id_log2_per_physical_sector(dev->id);
log2_per_phys    2713 drivers/ata/libata-scsi.c 	lowest_aligned = ata_id_logical_sector_offset(dev->id, log2_per_phys);
log2_per_phys    2750 drivers/ata/libata-scsi.c 		rbuf[13] = log2_per_phys;
log2_per_phys     681 include/linux/ata.h 	 u8 log2_per_phys)
log2_per_phys     685 include/linux/ata.h 	if ((log2_per_phys > 1) && (word_209 & 0xc000) == 0x4000) {
log2_per_phys     688 include/linux/ata.h 			return (1 << log2_per_phys) - first;