Home | History | Annotate | Download | only in isa

Lines Matching defs:tmp1

182 	u_char tmp, tmp1 = 0xff, tmp2 = 0xff;
217 tmp1 = ad_read(sc, 0);
220 if (tmp1 != 0x8a || tmp2 != 0x45) {
221 DPRINTF(("ad_detect_B (%x/%x)\n", tmp1, tmp2));
227 tmp1 = ad_read(sc, 0);
230 if (tmp1 != 0x65 || tmp2 != 0xaa) {
231 DPRINTF(("ad_detect_C (%x/%x)\n", tmp1, tmp2));
250 if ((tmp & 0x0f) != ((tmp1 = ad_read(sc, SP_MISC_INFO)) & 0x0f)) {
251 DPRINTF(("ad_detect_D (%x)\n", tmp1));
264 switch (tmp1 & 0x8f) {
288 tmp1 & 0x8f));
301 if ((tmp1 = ad_read(sc, i)) != (tmp2 = ad_read(sc, i + 16))) {
303 DPRINTF(("ad_detect_F(%d/%x/%x)\n", i, tmp1, tmp2));
314 tmp1 = ad_read(sc, SP_MISC_INFO);
315 if ((tmp1 & 0xc0) == (0x80 | MODE2)) {
337 if ((tmp1 & 0x8f) == 0x8a) {
338 tmp1 = ad_read(sc, CS_VERSION_ID);
339 switch (tmp1 & 0xe7) {
373 tmp1 = ad_read(sc, CS_LEFT_LINE_CONTROL);
404 ad_write(sc, CS_LEFT_LINE_CONTROL, tmp1);