Searched refs:ep_reset_cmd (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | elink3.c | 168 static inline void ep_reset_cmd(struct ep_softc *sc, u_int cmd,u_int arg); 178 ep_reset_cmd(struct ep_softc *sc, u_int cmd, u_int arg) in ep_reset_cmd() function 419 ep_reset_cmd(sc, EP_COMMAND, RX_RESET); in epconfig() 420 ep_reset_cmd(sc, EP_COMMAND, TX_RESET); in epconfig() 604 ep_reset_cmd(sc, EP_COMMAND, RX_RESET); in epinit() 605 ep_reset_cmd(sc, EP_COMMAND, TX_RESET); in epinit() 708 ep_reset_cmd(sc, EP_COMMAND, TX_RESET); in ep_roadrunner_mii_enable() 709 ep_reset_cmd(sc, EP_COMMAND, RX_RESET); in ep_roadrunner_mii_enable() 1510 ep_reset_cmd(sc, EP_COMMAND, RX_RESET); in epstop() 1511 ep_reset_cmd(sc, EP_COMMAND, TX_RESET); in epstop()
|