Lines Matching defs:manc
16020 uint32_t manc, fwsm, factps;
16025 manc = CSR_READ(sc, WMREG_MANC);
16028 device_xname(sc->sc_dev), manc));
16029 if ((manc & MANC_RECV_TCO_EN) == 0)
16049 } else if (((manc & MANC_SMBUS_EN) != 0)
16050 && ((manc & MANC_ASF_EN) == 0))
16299 uint32_t manc = CSR_READ(sc, WMREG_MANC);
16302 manc &= ~MANC_ARP_EN;
16306 manc |= MANC_EN_MNG2HOST;
16311 CSR_WRITE(sc, WMREG_MANC, manc);
16320 uint32_t manc = CSR_READ(sc, WMREG_MANC);
16322 manc |= MANC_ARP_EN;
16324 manc &= ~MANC_EN_MNG2HOST;
16326 CSR_WRITE(sc, WMREG_MANC, manc);