Home | Sort by: relevance | last modified time | path |
/src/sys/dev/mii/ | |
igphy.c | 178 } dspcode; typedef in typeref:struct:__anon81a4a2090108 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; |
brgphy.c | 1052 } dspcode[] = { local in function:brgphy_bcm5401_dspcode 1068 for (i = 0; dspcode[i].reg != 0; i++) 1069 PHY_WRITE(sc, dspcode[i].reg, dspcode[i].val); 1079 } dspcode[] = { local in function:brgphy_bcm5411_dspcode 1087 for (i = 0; dspcode[i].reg != 0; i++) 1088 PHY_WRITE(sc, dspcode[i].reg, dspcode[i].val); 1116 } dspcode[] = { local in function:brgphy_bcm54k2_dspcode 1123 for (i = 0; dspcode[i].reg != 0; i++ 1133 } dspcode[] = { local in function:brgphy_adc_bug 1154 } dspcode[] = { local in function:brgphy_5704_a0_bug 1171 } dspcode[] = { local in function:brgphy_ber_bug 1195 } dspcode[] = { local in function:brgphy_crc_bug [all...] |