Home
last modified time | relevance | path

Searched refs:SATA_DISK_SECTOR_SIZE (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/sys/sata/
H A Dsata_defs.h357 #define SATA_DISK_SECTOR_SIZE 512 /* HD physical sector size */ macro
/titanic_41/usr/src/uts/common/io/sata/impl/
H A Dsata.c2927 rval = SATA_DISK_SECTOR_SIZE; /* fixed size */ in sata_scsi_getcap()
5790 t_len *= SATA_DISK_SECTOR_SIZE; in sata_txlt_ata_pass_thru()
6693 if ((bp->b_bcount % SATA_DISK_SECTOR_SIZE) != 0) in sata_txlt_write_buffer()
6695 sector_count = bp->b_bcount / SATA_DISK_SECTOR_SIZE; in sata_txlt_write_buffer()