Searched refs:txcon (Results 1 – 1 of 1) sorted by relevance
1357 u_int32_t txcon, miicfg; in epic_statchg() local1362 txcon = bus_space_read_4(sc->sc_st, sc->sc_sh, EPIC_TXCON); in epic_statchg()1364 txcon |= (TXCON_LOOPBACK_D1|TXCON_LOOPBACK_D2); in epic_statchg()1366 txcon &= ~(TXCON_LOOPBACK_D1|TXCON_LOOPBACK_D2); in epic_statchg()1367 bus_space_write_4(sc->sc_st, sc->sc_sh, EPIC_TXCON, txcon); in epic_statchg()