Lines Matching defs:high

216  * high level operations
1619 unsigned char breg, low, high = 0;
1630 /* since reg & 0x08 != 0, high and low nibble
1648 high = Inb (STATUS) & 0xF0;
1649 return high + ((low & 0xF0) >> 4);
1950 int low, high;
1966 /* get high nibble */
1970 high = Inb (STATUS);
1971 high = Inb (STATUS);
1974 high = (high & 0xF0) | ((low & 0xF0) >> 4);
1975 return high;
1982 int high;
2001 byteh = 0x07; /* signals high byte of word */
2013 /* high nibble <> low nibble */
2017 high = Inb (STATUS);
2021 high = low;
2024 high = high & 0xF0;
2025 dest[i] = (unsigned char) (high | (low >> 4));
2035 /* high nibble <> low nibble */
2039 high = Inb (STATUS);
2043 high = low;
2046 high = high & 0xF0;
2047 dest[i] = (unsigned char) (high | (low >> 4));
2062 /* high nibble <> low nibble */
2066 high = Inb (STATUS);
2070 high = low;
2073 high = high & 0xF0;
2074 dest[i] = (unsigned char) (high | (low >> 4));
2087 /* high nibble <> low nibble */
2091 high = Inb (STATUS);
2095 high = low;
2098 high = high & 0xF0;
2099 dest[i] = (unsigned char) (high | (low >> 4));
2102 /* swap high/low word */
2120 /* high nibble <> low nibble */
2124 high = Inb (STATUS);
2128 high = low;
2131 high = high & 0xF0;
2132 dest[i] = (unsigned char) (high | (low >> 4));
2169 /* high byte of word */
7374 /* real start of high level protocol ? */
7510 /* now high level (connected) protocol begins */
10489 /* scan time are high enough to forget about usec */
10853 /* than scan & move at high resolution */
11537 float low, high;
11590 high = (float) val / i; /* Vadc2 */
11593 *offRed = 15.0 - ((high - low) * 2);
11637 high = (float) val / i;
11639 *offBlue = 15.0 - ((high - low) * 2);
11684 high = (float) val / i;
11686 *offGreen = 15.0 - ((high - low) * 2);