Lines Matching defs:new0
202 uint32_t new0, new1, new2;
205 new0 = eaddr[0] | ((eaddr[1] | (eaddr[2] | (eaddr[3] << 8)) << 8) << 8);
208 if (sc->sc_gmac_sta_add[0] != new0
212 new0);
217 sc->sc_gmac_sta_add[0] = new0;
248 new0 = sc->sc_gmac_rx_filter & ~RXFILTER_PROMISC;
249 new0 |= RXFILTER_BROADCAST | RXFILTER_UNICAST | RXFILTER_MULTICAST;
251 new0 |= RXFILTER_PROMISC;
253 if (new0 != sc->sc_gmac_rx_filter) {
255 new0);
256 sc->sc_gmac_rx_filter = new0;