Lines Matching refs:w0
50 case 2: w0(0x60+r); w2(1); w0(val); w2(4); in epat_write_regr()
69 case 0: w0(r); w2(1); w2(3); in epat_read_regr()
73 case 1: w0(0x40+r); w2(1); w2(4); in epat_read_regr()
74 a = r1(); b = r2(); w0(0xff); in epat_read_regr()
77 case 2: w0(0x20+r); w2(1); w2(0x25); in epat_read_regr()
96 case 0: w0(7); w2(1); w2(3); w0(0xff); in epat_read_block()
99 if (k == count-1) w0(0xfd); in epat_read_block()
106 w0(0); w2(4); in epat_read_block()
109 case 1: w0(0x47); w2(1); w2(5); w0(0xff); in epat_read_block()
112 if (k == count-1) w0(0xfd); in epat_read_block()
118 w0(0); w2(4); in epat_read_block()
121 case 2: w0(0x27); w2(1); w2(0x25); w0(0); in epat_read_block()
163 case 2: w0(0x67); w2(1); w2(5); in epat_write_block()
166 w0(buf[k]); in epat_write_block()
203 #define CPP(x) w2(4);w0(0x22);w0(0xaa);w0(0x55);w0(0);w0(0xff);\
204 w0(0x87);w0(0x78);w0(x);w2(4);w2(5);w2(4);w0(0xff);
214 w0(0);w2(1);w2(4); in epat_connect()
223 w0(0);w2(1);w2(4); /* Idle into SPP */ in epat_connect()
225 w0(0);w2(1);w2(4);w2(0xc); in epat_connect()
227 w0(0x40);w2(6);w2(7);w2(4);w2(0xc);w2(4); in epat_connect()
231 w0(0); w2(1); w2(4); in epat_connect()
233 w0(0); w2(1); w2(4); w2(0xc); in epat_connect()
234 w0(0x40); w2(6); w2(7); w2(4); w2(0xc); w2(4); in epat_connect()
242 w0(pi->saved_r0); in epat_disconnect()