Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
D3w-xxxx.h217 #define TW_BLOCK_SIZE 0x200 /* 512-byte blocks */ macro
D3w-xxxx.c1673 buff[4] = (TW_BLOCK_SIZE >> 24); in tw_scsiop_read_capacity_complete()
1674 buff[5] = (TW_BLOCK_SIZE >> 16) & 0xff; in tw_scsiop_read_capacity_complete()
1675 buff[6] = (TW_BLOCK_SIZE >> 8) & 0xff; in tw_scsiop_read_capacity_complete()
1676 buff[7] = TW_BLOCK_SIZE & 0xff; in tw_scsiop_read_capacity_complete()