Lines Matching refs:w0

56 	case 0: w0(r & 0xf); w0(r); t2(2); t2(4);  in bpck_read_regr()
62 case 1: w0(r & 0xf); w0(r); t2(2); in bpck_read_regr()
70 case 4: w0(r); w2(9); w2(0); w2(0x20); in bpck_read_regr()
88 case 1: w0(r); in bpck_write_regr()
90 w0(val); in bpck_write_regr()
96 case 4: w0(r); w2(9); w2(0); in bpck_write_regr()
97 w0(val); w2(1); w2(3); w2(0); in bpck_write_regr()
115 w0(0x40); t2(2); t2(1); in bpck_write_block()
116 for (i=0;i<count;i++) { w0(buf[i]); t2(4); } in bpck_write_block()
121 w0(0x40); t2(2); t2(1); in bpck_write_block()
122 for (i=0;i<count;i++) { w0(buf[i]); t2(4); } in bpck_write_block()
127 w0(0x40); w2(9); w2(0); w2(1); in bpck_write_block()
134 w0(0x40); w2(9); w2(0); w2(1); in bpck_write_block()
141 w0(0x40); w2(9); w2(0); w2(1); in bpck_write_block()
156 w0(0x40); t2(2); in bpck_read_block()
166 w0(0x40); t2(2); t2(0x20); in bpck_read_block()
173 w0(0x40); w2(9); w2(0); w2(0x20); in bpck_read_block()
180 w0(0x40); w2(9); w2(0); w2(0x20); in bpck_read_block()
187 w0(0x40); w2(9); w2(0); w2(0x20); in bpck_read_block()
206 w0(255-id); w2(4); w0(id); in bpck_probe_unit()
212 w2(0x4c); w0(o0); in bpck_probe_unit()
215 t2(8); w0(0); t2(2); w2(0x4c); w0(o0); in bpck_probe_unit()
222 w0(0xff-pi->unit); w2(4); w0(pi->unit); in bpck_connect()
255 { w0(0); in bpck_disconnect()
257 w2(0x4c); w0(pi->saved_r0); in bpck_disconnect()
265 w0(0xff-pi->unit); w2(4); w0(pi->unit); in bpck_force_spp()
270 w0(4); w2(9); w2(0); in bpck_force_spp()
271 w0(0); w2(1); w2(3); w2(0); in bpck_force_spp()
272 w0(0); w2(9); w2(0); in bpck_force_spp()
273 w2(0x4c); w0(pi->saved_r0); in bpck_force_spp()
289 w0(0x13); t2(2); in bpck_test_proto()
300 w0(0x13); t2(2); t2(0x20); in bpck_test_proto()
317 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()