Lines Matching refs:size
2034 rbuf[2] = (0x238 >> 8); /* page size fixed at 238h */
2062 rbuf[3] = 0x3c; /* required VPD size with unmap support */
2068 * logical than physical sector size we need to figure out what the
2257 * are a header. The PAGE LENGTH field is the size of the page
2311 * The PAGE LENGTH field is the size of the page excluding the header.
2518 u32 sector_size; /* physical sector size in bytes */
2536 /* sector size */
2552 /* sector size */
2592 rbuf[3] = 8; /* just one lun, LUN 0, size 8 bytes */
2704 /* Most ATAPI devices which honor transfer chunk size don't
2705 * behave according to the spec when odd chunk size which
3012 /* commands using reported Logical Block size (e.g. 512 or 4K) */
3215 u32 size;
3259 * size must match sector size in bytes
3264 size = ata_format_dsm_trim_descr(scmd, trmax, block, n_block);
3265 if (size != len)
3274 tf->hob_feature = (size / 512) >> 8;
3275 tf->feature = size / 512;
3282 tf->hob_nsect = (size / 512) >> 8;
3283 tf->nsect = size / 512;
3446 u64 size, start, wp;
3454 size = get_unaligned_le64(&rec[8]);
3459 put_unaligned_be64(size, &rec[8]);