Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/atheros/
H A Dif_argevar.h179 uint32_t arge_phymask; member
H A Dif_arge.c783 "phymask", &sc->arge_phymask) != 0) { in arge_attach()
789 sc->arge_phymask = (1 << 4); in arge_attach()
792 sc->arge_phymask = (1 << 4) - 1; in arge_attach()
794 device_printf(dev, "No PHY specified, using mask %d\n", sc->arge_phymask); in arge_attach()
970 ", proxy %s \n", sc->arge_phymask, sc->arge_miiproxy == NULL ? in arge_attach()
973 if (((1 << i) & sc->arge_phymask) != 0) { in arge_attach()