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

/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_sds.c174 #define THREE_TO_NUM(X) ((X)[0] | ((X)[1] << 8) | ((X)[2] << 16)) macro
189 *offs = (u32) THREE_TO_NUM(ent->offs);
190 *size = (u32) THREE_TO_NUM(ent->size);

Completed in 125 milliseconds