sys/dev/ic/lan9118.c
100
static void lan9118_mac_writereg(struct lan9118_softc *, int, uint32_t);
sys/dev/ic/lan9118.c
578
lan9118_mac_writereg(sc, LAN9118_ADDRL,
sys/dev/ic/lan9118.c
583
lan9118_mac_writereg(sc, LAN9118_ADDRH,
sys/dev/ic/lan9118.c
588
lan9118_mac_writereg(sc, LAN9118_FLOW,
sys/dev/ic/lan9118.c
632
lan9118_mac_writereg(sc, LAN9118_MAC_CR,
sys/dev/ic/lan9118.c
671
lan9118_mac_writereg(sc, LAN9118_MAC_CR, cr);
sys/dev/ic/lan9118.c
789
lan9118_mac_writereg(sc, LAN9118_MAC_CR, cr);
sys/dev/ic/lan9118.c
801
lan9118_mac_writereg(sc, LAN9118_MII_ACC, acc);
sys/dev/ic/lan9118.c
817
lan9118_mac_writereg(sc, LAN9118_MII_DATA, val);
sys/dev/ic/lan9118.c
818
lan9118_mac_writereg(sc, LAN9118_MII_ACC, acc);
sys/dev/ic/lan9118.c
877
lan9118_mac_writereg(sc, LAN9118_MAC_CR,
sys/dev/ic/lan9118.c
918
lan9118_mac_writereg(sc, LAN9118_HASHH, hashes[1]);
sys/dev/ic/lan9118.c
919
lan9118_mac_writereg(sc, LAN9118_HASHL, hashes[0]);
sys/dev/ic/lan9118.c
922
lan9118_mac_writereg(sc, LAN9118_MAC_CR, mac_cr);