Lines Matching refs:w0

57 	case 0: w0(r & 0xf); w0(r); t2(2); t2(4);  in bpck_read_regr()
63 case 1: w0(r & 0xf); w0(r); t2(2); in bpck_read_regr()
71 case 4: w0(r); w2(9); w2(0); w2(0x20); in bpck_read_regr()
89 case 1: w0(r); in bpck_write_regr()
91 w0(val); in bpck_write_regr()
97 case 4: w0(r); w2(9); w2(0); in bpck_write_regr()
98 w0(val); w2(1); w2(3); w2(0); in bpck_write_regr()
116 w0(0x40); t2(2); t2(1); in bpck_write_block()
117 for (i=0;i<count;i++) { w0(buf[i]); t2(4); } in bpck_write_block()
122 w0(0x40); t2(2); t2(1); in bpck_write_block()
123 for (i=0;i<count;i++) { w0(buf[i]); t2(4); } in bpck_write_block()
128 w0(0x40); w2(9); w2(0); w2(1); in bpck_write_block()
135 w0(0x40); w2(9); w2(0); w2(1); in bpck_write_block()
142 w0(0x40); w2(9); w2(0); w2(1); in bpck_write_block()
157 w0(0x40); t2(2); in bpck_read_block()
167 w0(0x40); t2(2); t2(0x20); in bpck_read_block()
174 w0(0x40); w2(9); w2(0); w2(0x20); in bpck_read_block()
181 w0(0x40); w2(9); w2(0); w2(0x20); in bpck_read_block()
188 w0(0x40); w2(9); w2(0); w2(0x20); in bpck_read_block()
207 w0(255-id); w2(4); w0(id); in bpck_probe_unit()
213 w2(0x4c); w0(o0); in bpck_probe_unit()
216 t2(8); w0(0); t2(2); w2(0x4c); w0(o0); in bpck_probe_unit()
223 w0(0xff-pi->unit); w2(4); w0(pi->unit); in bpck_connect()
256 { w0(0); in bpck_disconnect()
258 w2(0x4c); w0(pi->saved_r0); in bpck_disconnect()
266 w0(0xff-pi->unit); w2(4); w0(pi->unit); in bpck_force_spp()
271 w0(4); w2(9); w2(0); in bpck_force_spp()
272 w0(0); w2(1); w2(3); w2(0); in bpck_force_spp()
273 w0(0); w2(9); w2(0); in bpck_force_spp()
274 w2(0x4c); w0(pi->saved_r0); in bpck_force_spp()
290 w0(0x13); t2(2); in bpck_test_proto()
301 w0(0x13); t2(2); t2(0x20); in bpck_test_proto()
318 w0(0x13); w2(9); w2(1); w0(0); w2(3); w2(0); w2(0xe0); in bpck_test_proto()
404 w2(0x2c); i = r0(); w0(255-i); r = r0(); w0(i); in bpck_test_port()
409 w2(0xc); i = r0(); w0(255-i); r = r0(); w0(i); in bpck_test_port()
412 if (m == 0) { w2(6); w2(0xc); r = r0(); w0(0xaa); w0(r); w0(0xaa); } in bpck_test_port()