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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A D3w-xxxx.h171 #define TW_BLOCK_SIZE 0x200 /* 512-byte blocks */ macro
H A D3w-xxxx.c1556 buff[4] = (TW_BLOCK_SIZE >> 24);
1557 buff[5] = (TW_BLOCK_SIZE >> 16) & 0xff;
1558 buff[6] = (TW_BLOCK_SIZE >> 8) & 0xff;
1559 buff[7] = TW_BLOCK_SIZE & 0xff;

Completed in 97 milliseconds