Searched refs:dspcode (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/dev/mii/
H A Dbrgphy.c1052 } dspcode[] = { local
1068 for (i = 0; dspcode[i].reg != 0; i++)
1069 PHY_WRITE(sc, dspcode[i].reg, dspcode[i].val);
1079 } dspcode[] = { local
1087 for (i = 0; dspcode[i].reg != 0; i++)
1088 PHY_WRITE(sc, dspcode[i].reg, dspcode[i].val);
1116 } dspcode[] = { local
1123 for (i = 0; dspcode[
1133 } dspcode[] = { local
1154 } dspcode[] = { local
1171 } dspcode[] = { local
1195 } dspcode[] = { local
[all...]
H A Digphy.c178 } dspcode; typedef in typeref:struct:__anon11
180 static const dspcode igp1code[] = {
193 static const dspcode igp1code_r2[] = {
198 static const dspcode igp3code[] = {
239 const dspcode *code;
291 const dspcode *code = igp3code;
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-rx.c2584 int dspcode, offset = 0;
2590 dspcode = 1; /* Just something with one byte operand. */
2592 dspcode = insn[0] & 3;
2593 switch (dspcode)
2581 int dspcode, offset = 0; local
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-rx.c2595 int dspcode, offset = 0;
2601 dspcode = 1; /* Just something with one byte operand. */
2603 dspcode = insn[0] & 3;
2604 switch (dspcode)
2592 int dspcode, offset = 0; local
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-rx.c2595 int dspcode, offset = 0;
2601 dspcode = 1; /* Just something with one byte operand. */
2603 dspcode = insn[0] & 3;
2604 switch (dspcode)
2592 int dspcode, offset = 0; local
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-rx.c2596 int dspcode, offset = 0;
2602 dspcode = 1; /* Just something with one byte operand. */
2604 dspcode = insn[0] & 3;
2605 switch (dspcode)
2593 int dspcode, offset = 0; local

Completed in 217 milliseconds