Home
last modified time | relevance | path

Searched refs:regad (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/netif/my/
H A Dif_my.c162 my_send_cmd_to_phy(struct my_softc * sc, int opcode, int regad) in my_send_cmd_to_phy() argument
186 data = opcode | (sc->my_phy_addr << 7) | (regad << 2); in my_send_cmd_to_phy()