Lines Matching refs:size
2059 rbuf[2] = (0x238 >> 8); /* page size fixed at 238h */
2087 rbuf[3] = 0x3c; /* required VPD size with unmap support */
2093 * logical than physical sector size we need to figure out what the
2419 u32 sector_size; /* physical sector size in bytes */
2439 /* sector size */
2455 /* sector size */
2496 rbuf[3] = 8; /* just one lun, LUN 0, size 8 bytes */
2694 /* Most ATAPI devices which honor transfer chunk size don't
2695 * behave according to the spec when odd chunk size which
2998 /* commands using reported Logical Block size (e.g. 512 or 4K) */
3201 u32 size;
3245 * size must match sector size in bytes
3250 size = ata_format_dsm_trim_descr(scmd, trmax, block, n_block);
3251 if (size != len)
3260 tf->hob_feature = (size / 512) >> 8;
3261 tf->feature = size / 512;
3268 tf->hob_nsect = (size / 512) >> 8;
3269 tf->nsect = size / 512;
3409 u64 size, start, wp;
3417 size = get_unaligned_le64(&rec[8]);
3422 put_unaligned_be64(size, &rec[8]);