fxp.c | 136 static int fxp_mdi_read(struct local *, int, int); 213 DPRINTF(("PHY %d (%04x.%04x)\n", fxp_mdi_read(sc, 1, 18), 214 fxp_mdi_read(sc, 1, 2), fxp_mdi_read(sc, 1, 3))); 512 fxp_mdi_read(struct local *sc, int phy, int reg) function in typeref:typename:int 518 (FXP_MDI_READ << 26) | (reg << 16) | (phy << 21)); 525 printf("fxp_mdi_read: timed out\n");
|