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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dadvansys.c4412 unsigned short word_data; local
4416 word_data = AscGetChipLramData(iop_base);
4417 byte_data = (word_data >> 8) & 0xFF;
4420 word_data = AscGetChipLramData(iop_base);
4421 byte_data = word_data & 0xFF;
4428 ushort word_data; local
4431 word_data = AscGetChipLramData(iop_base);
4432 return (word_data);
4468 ushort word_data; local
4472 word_data
[all...]

Completed in 122 milliseconds