Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/net/
H A Dif_aue.c504 AUE_SETBIT(sc, AUE_CTL1, AUE_CTL1_SPEEDSEL); in aue_miibus_statchg()
506 AUE_CLRBIT(sc, AUE_CTL1, AUE_CTL1_SPEEDSEL); in aue_miibus_statchg()
509 AUE_SETBIT(sc, AUE_CTL1, AUE_CTL1_DUPLEX); in aue_miibus_statchg()
511 AUE_CLRBIT(sc, AUE_CTL1, AUE_CTL1_DUPLEX); in aue_miibus_statchg()
583 AUE_SETBIT(sc, AUE_CTL1, AUE_CTL1_RESETMAC); in aue_reset()
586 if (!(aue_csr_read_1(sc, AUE_CTL1) & AUE_CTL1_RESETMAC)) in aue_reset()
1058 aue_csr_write_1(sc, AUE_CTL1, 0); in aue_stop()
H A Dif_auereg.h73 #define AUE_CTL1 0x01 macro