Home
last modified time | relevance | path

Searched refs:lowest_aligned (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/ata/
H A Dlibata-scsi.c2421 u16 lowest_aligned; in ata_scsiop_read_cap() local
2425 lowest_aligned = ata_id_logical_sector_offset(dev->id, log2_per_phys); in ata_scsiop_read_cap()
2463 rbuf[14] = (lowest_aligned >> 8) & 0x3f; in ata_scsiop_read_cap()
2464 rbuf[15] = lowest_aligned; in ata_scsiop_read_cap()
/kernel/linux/linux-6.6/drivers/ata/
H A Dlibata-scsi.c2520 u16 lowest_aligned; in ata_scsiop_read_cap() local
2524 lowest_aligned = ata_id_logical_sector_offset(dev->id, log2_per_phys); in ata_scsiop_read_cap()
2560 rbuf[14] = (lowest_aligned >> 8) & 0x3f; in ata_scsiop_read_cap()
2561 rbuf[15] = lowest_aligned; in ata_scsiop_read_cap()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_debug.c5630 module_param_named(lowest_aligned, sdebug_lowest_aligned, int, S_IRUGO);
5703 MODULE_PARM_DESC(lowest_aligned, "lowest aligned lba (def=0)");
6737 pr_err("lowest_aligned too big: %u\n", sdebug_lowest_aligned); in scsi_debug_init()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_debug.c5729 module_param_named(lowest_aligned, sdebug_lowest_aligned, int, S_IRUGO);
5805 MODULE_PARM_DESC(lowest_aligned, "lowest aligned lba (def=0)");
6882 pr_err("lowest_aligned too big: %u\n", sdebug_lowest_aligned); in scsi_debug_init()

Completed in 32 milliseconds