Searched refs:phymask (Results 1 – 25 of 38) sorted by relevance
12
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()180 sc->phymask = 0x0f; in ip17x_attach()184 "phymask", &sc->phymask); in ip17x_attach()199 sc->phymask |= (1 << sc->cpuport); in ip17x_attach()249 if (((1 << i) & sc->phymask) == 0) in ip17x_detach()304 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
24 hint.arge.0.phymask=0x10 # PHY429 hint.arge.1.phymask=0x0 # No directly mapped PHYs
15 hint.arge.0.phymask=0x0 # Nothing attached here (XXX?)21 hint.arge.1.phymask=0x10
27 hint.arge.0.phymask=0x10 # PHY432 hint.arge.1.phymask=0x0 # No directly mapped PHYs
21 hint.arge.0.phymask=0x10 # PHY425 hint.arge.1.phymask=0x0 # No directly mapped PHYs
19 hint.arge.0.phymask=0x10 # PHY 425 hint.arge.1.phymask=0x0
16 hint.arge.0.phymask=0x10 # PHY422 hint.arge.1.phymask=0x0 # no directly mapped PHYs
27 hint.arge.0.phymask=0x10 # PHY431 hint.arge.1.phymask=0x0 # No directly mapped PHYs
18 hint.arge.0.phymask=0x10 # PHY423 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
11 hint.arge.0.phymask=0x018 hint.arge.1.phymask=0x10
32 hint.rt.0.phymask=0x1f
6 hint.arge.0.phymask=0x012 hint.arge.1.phymask=0x0
105 hint.arge.0.phymask=0x0112 hint.arge.1.phymask=0x0
69 int phymask; /* PHYs we manage */ member121 if (((1 << phy) & sc->phymask) == 0) in ukswitch_attach_phys()168 sc->phymask = 0x0f; in ukswitch_attach()175 "phymask", &sc->phymask); in ukswitch_attach()187 sc->phymask |= (1 << sc->cpuport); in ukswitch_attach()230 if (((1 << i) & sc->phymask) == 0) in ukswitch_detach()293 if (((1 << i) & sc->phymask) == 0) in ukswitch_miipollstat()
369 uint32_t phymask; in mii_attach() local427 device_get_unit(*miibus), "phymask", &phymask) != 0) in mii_attach()428 phymask = 0xffffffff; in mii_attach()474 if ((phymask & (1 << ma.mii_phyno)) == 0) in mii_attach()