Searched refs:ifcontrol (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/mips/atheros/
H A Dif_arge.c1262 uint32_t cfg, ifcontrol, rx_filtmask; local
1282 ifcontrol = ARGE_READ(sc, AR71XX_MAC_IFCONTROL);
1283 ifcontrol &= ~MAC_IFCONTROL_SPEED;
1295 ifcontrol |= MAC_IFCONTROL_SPEED;
1337 ARGE_WRITE(sc, AR71XX_MAC_IFCONTROL, ifcontrol);

Completed in 104 milliseconds