Searched refs:phymask (Results 1 – 23 of 23) sorted by relevance
76 if (((1 << phy) & sc->phymask) == 0) in ip17x_reset_vlans()82 if (((1 << j) & sc->phymask) == 0) in ip17x_reset_vlans()100 if ((sc->phymask & (1 << i)) == 0) in ip17x_reset_vlans()124 if ((sc->phymask & (1 << i)) == 0) in ip17x_getvgroup()
136 if (((1 << phy) & sc->phymask) == 0) in ip17x_attach_phys()182 sc->phymask = 0x0f; in ip17x_attach()186 "phymask", &sc->phymask); in ip17x_attach()201 sc->phymask |= (1 << sc->cpuport); in ip17x_attach()253 if (((1 << i) & sc->phymask) == 0) in ip17x_detach()310 if (((1 << i) & sc->phymask) == 0) in ip17x_miipollstat()
51 int phymask; /* PHYs we manage */ member
13 hint.arge.0.phymask=0x10000019 hint.arge.1.phymask=0x024 hint.ukswitch.0.phymask=0x30000
10 hint.arge.0.phymask=0x10 # PHY417 hint.arge.1.phymask=0x0 # no directly mapped PHYs
7 # hint.arge.0.phymask=0x000c8 hint.arge.0.phymask=0x000017 hint.arge.1.phymask=0x0
6 hint.arge.0.phymask=0x012 hint.arge.1.phymask=0x0
15 hint.arge.0.phymask=0x0 # Nothing attached here (XXX?)21 hint.arge.1.phymask=0x10
21 hint.arge.0.phymask=0x10 # PHY425 hint.arge.1.phymask=0x0 # No directly mapped PHYs
16 hint.arge.0.phymask=0x10 # PHY422 hint.arge.1.phymask=0x0 # no directly mapped PHYs
19 hint.arge.0.phymask=0x10 # PHY 425 hint.arge.1.phymask=0x0
24 hint.arge.0.phymask=0x10 # PHY428 hint.arge.1.phymask=0x0 # No directly mapped PHYs
3 hint.arge.0.phymask=0x000c
15 hint.arge.0.phymask=0x10 # PHY 420 hint.arge.1.phymask=0x0
35 # phymask, media and fduplex depend upon the specific
12 hint.arge.0.phymask=0x022 hint.arge.1.phymask=0x0 # no directly mapped PHYs
9 hint.arge.1.phymask=0x01
31 hint.arge.0.phymask=0x3
134 hint.rt.0.phymask=0x1f
67 int phymask; /* PHYs we manage */ member119 if (((1 << phy) & sc->phymask) == 0) in ukswitch_attach_phys()166 sc->phymask = 0x0f; in ukswitch_attach()173 "phymask", &sc->phymask); in ukswitch_attach()185 sc->phymask |= (1 << sc->cpuport); in ukswitch_attach()228 if (((1 << i) & sc->phymask) == 0) in ukswitch_detach()291 if (((1 << i) & sc->phymask) == 0) in ukswitch_miipollstat()
368 uint32_t phymask; in mii_attach() local426 device_get_unit(*miibus), "phymask", &phymask) != 0) in mii_attach()427 phymask = 0xffffffff; in mii_attach()473 if ((phymask & (1 << ma.mii_phyno)) == 0) in mii_attach()