Searched refs:ATA_SECT_SIZE (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/hwmon/ |
| H A D | drivetemp.c | 117 u8 smartdata[ATA_SECT_SIZE]; /* local buffer */ 197 ATA_SECT_SIZE, 10 * HZ, 5, NULL); in drivetemp_scsi_command() 226 for (i = 0; i < ATA_SECT_SIZE; i++) in drivetemp_get_smarttemp()
|
| /linux-6.15/include/linux/ |
| H A D | ata.h | 28 ATA_SECT_SIZE = 512, enumerator 326 ATA_LOG_CDL_SIZE = ATA_SECT_SIZE, 329 ATA_LOG_SENSE_NCQ_SIZE = ATA_SECT_SIZE * 2, 642 return ATA_SECT_SIZE; in ata_id_logical_sector_size()
|
| H A D | libata.h | 789 u8 sector_buf[ATA_SECT_SIZE] ____cacheline_aligned; 1889 qc->sect_size = ATA_SECT_SIZE; in ata_qc_reinit()
|
| /linux-6.15/drivers/block/mtip32xx/ |
| H A D | mtip32xx.c | 40 #define AHCI_IDFY_SZ ATA_SECT_SIZE 42 #define AHCI_SECTBUF_SZ ATA_SECT_SIZE 44 #define AHCI_SMARTBUF_SZ ATA_SECT_SIZE 1265 sectors * ATA_SECT_SIZE, in mtip_read_log_page() 1299 ATA_SECT_SIZE, in mtip_get_smart_data() 1419 ((u64)sectors) * ATA_SECT_SIZE >> 20); in mtip_dump_identify() 1560 ATA_SECT_SIZE * xfer_sz, in exec_drive_command() 1566 ATA_SECT_SIZE * xfer_sz); in exec_drive_command() 1629 ATA_SECT_SIZE * command[3])) { in exec_drive_command() 1754 nsect = taskout / ATA_SECT_SIZE; in exec_drive_taskfile() [all …]
|
| /linux-6.15/drivers/ata/ |
| H A D | libata-scsi.c | 483 argsize = ATA_SECT_SIZE * args[3]; in ata_cmd_ioctl() 1075 sdev->sector_size = ATA_SECT_SIZE; in ata_scsi_dev_config() 3201 qc->sect_size = ATA_SECT_SIZE; in ata_scsi_pass_thru()
|
| H A D | libata-sata.c | 1461 for (i = 0; i < ATA_SECT_SIZE; i++) in ata_eh_read_log_10h()
|
| H A D | libata-core.c | 2141 buf, sectors * ATA_SECT_SIZE, 0); in ata_read_log_page() 2517 ATA_LOG_CDL_SIZE / ATA_SECT_SIZE); in ata_dev_init_cdl_resources()
|