Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/rio/
Drioinit.c1134 unsigned short swapword; local
1230 swapword = invbyte | (newbyte << 8);
1238 if (*(ushort *)&ram[off] != swapword) {
1239 …pWord Check 1: WORD at offset 0x%x should have been=%x, was=%x\n", off, swapword, *((ushort *)&ram…
1243 *((ushort *)&ram[off]) = ~swapword;