Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dif_aue.c253 #define AUE_SETBIT(sc, reg, x) \ macro
528 AUE_SETBIT(sc, AUE_CTL1, AUE_CTL1_SPEEDSEL); in aue_miibus_statchg()
534 AUE_SETBIT(sc, AUE_CTL1, AUE_CTL1_DUPLEX); in aue_miibus_statchg()
538 AUE_SETBIT(sc, AUE_CTL0, AUE_CTL0_RX_ENB | AUE_CTL0_TX_ENB); in aue_miibus_statchg()
590 AUE_SETBIT(sc, AUE_CTL0, AUE_CTL0_ALLMULTI); in aue_iff()
592 AUE_SETBIT(sc, AUE_CTL2, AUE_CTL2_RX_PROMISC); in aue_iff()
603 AUE_SETBIT(sc, AUE_MAR + (h >> 3), 1 << (h & 0x7)); in aue_iff()
631 AUE_SETBIT(sc, AUE_CTL1, AUE_CTL1_RESETMAC); in aue_reset()
1312 AUE_SETBIT(sc, AUE_CTL0, in aue_init()
1314 AUE_SETBIT(sc, AUE_CTL2, AUE_CTL2_EP3_CLR); in aue_init()