Searched refs:lowest_aligned (Results 1 – 2 of 2) sorted by relevance
2399 u16 lowest_aligned; in ata_scsiop_read_cap() local2403 lowest_aligned = ata_id_logical_sector_offset(dev->id, log2_per_phys); in ata_scsiop_read_cap()2441 rbuf[14] = (lowest_aligned >> 8) & 0x3f; in ata_scsiop_read_cap()2442 rbuf[15] = lowest_aligned; in ata_scsiop_read_cap()
2733 module_param_named(lowest_aligned, scsi_debug_lowest_aligned, int, S_IRUGO);2774 MODULE_PARM_DESC(lowest_aligned, "lowest aligned lba (def=0)");