Searched refs:sc_smi (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/sys/arch/octeon/dev/ |
| D | if_cnmacvar.h | 70 struct cn30xxsmi_softc *sc_smi; member
|
| D | if_cnmac.c | 263 sc->sc_smi = ga->ga_smi; in cnmac_attach() 437 return cn30xxsmi_read(sc->sc_smi, phy_no, reg); in cnmac_mii_readreg() 444 cn30xxsmi_write(sc->sc_smi, phy_no, reg, value); in cnmac_mii_writereg()
|
| D | if_ogx.c | 84 struct cn30xxsmi_softc *sc_smi; member 390 if (cn30xxsmi_get_phy(phy_handle, 0, &sc->sc_smi, &phy_addr)) { in ogx_attach() 1378 return cn30xxsmi_read(sc->sc_smi, phy_no, reg); in ogx_mii_readreg() 1386 cn30xxsmi_write(sc->sc_smi, phy_no, reg, value); in ogx_mii_writereg()
|