HomeSort by: relevance | last modified time | path
    Searched defs:fxp_mdi_read (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sandpoint/stand/altboot/
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");
  /src/sys/dev/ic/
i82557.c 189 int fxp_mdi_read(device_t, int, int, uint16_t *);
473 mii->mii_readreg = fxp_mdi_read;
2114 fxp_mdi_read(device_t self, int phy, int reg, uint16_t *value) function in typeref:typename:int
2121 (FXP_MDI_READ << 26) | (reg << 16) | (phy << 21));
2129 "%s: fxp_mdi_read: timed out\n", device_xname(self));

Completed in 41 milliseconds