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

/linux-master/drivers/scsi/
H A D3w-xxxx.h218 #define TW_BLOCK_SIZE 0x200 /* 512-byte blocks */ macro
H A D3w-xxxx.c1684 buff[4] = (TW_BLOCK_SIZE >> 24);
1685 buff[5] = (TW_BLOCK_SIZE >> 16) & 0xff;
1686 buff[6] = (TW_BLOCK_SIZE >> 8) & 0xff;
1687 buff[7] = TW_BLOCK_SIZE & 0xff;

Completed in 109 milliseconds