Lines Matching +full:0 +full:x26
27 #define op(f) w2(4);w0(f);w2(5);w2(0xd);w2(5);w2(0xd);w2(5);w2(4);
30 #define j44(a,b) (((a>>4)&0x0f)|(b&0xf0))
32 /* cont = 0 - access the IDE register file
42 op(1); vl(r); op(0); in on20_read_regr()
46 case 0: w2(4); w2(6); l = r1(); in on20_read_regr()
51 case 1: w2(4); w2(0x26); r = r0(); in on20_read_regr()
52 w2(4); w2(0x26); w2(4); in on20_read_regr()
66 op(0); vl(val); in on20_write_regr()
67 op(0); vl(val); in on20_write_regr()
75 w2(4);w0(0);w2(0xc);w2(4);w2(6);w2(4);w2(6);w2(4); in on20_connect()
77 else { op(2); vl(0); op(2); vl(8); } in on20_connect()
82 { w2(4);w0(7);w2(4);w2(0xc);w2(4); in on20_disconnect()
91 op(1); vl(1); op(0); in on20_read_block()
93 for (k=0;k<count;k++) in on20_read_block()
95 w2(4); w2(0x26); buf[k] = r0(); in on20_read_block()
108 op(1); vl(1); op(0); in on20_write_block()
110 for (k=0;k<count;k++) { w2(5); w0(buf[k]); w2(7); } in on20_write_block()
118 printk("%s: on20 %s, OnSpec 90c20 at 0x%x, ", in on20_log_adapter()