Home
last modified time | relevance | path

Searched refs:phymask (Results 1 – 23 of 23) sorted by relevance

/trueos/sys/dev/etherswitch/ip17x/
HDip17x_vlans.c76 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()
HDip17x.c136 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()
HDip17x_var.h51 int phymask; /* PHYs we manage */ member
/trueos/sys/mips/conf/
HDROUTERSTATION.hints13 hint.arge.0.phymask=0x100000
19 hint.arge.1.phymask=0x0
24 hint.ukswitch.0.phymask=0x30000
HDRSPRO.hints10 hint.arge.0.phymask=0x10 # PHY4
17 hint.arge.1.phymask=0x0 # no directly mapped PHYs
HDTP-WN1043ND.hints7 # hint.arge.0.phymask=0x000c
8 hint.arge.0.phymask=0x0000
17 hint.arge.1.phymask=0x0
HDDIR-825.hints6 hint.arge.0.phymask=0x0
12 hint.arge.1.phymask=0x0
HDAP96.hints15 hint.arge.0.phymask=0x0 # Nothing attached here (XXX?)
21 hint.arge.1.phymask=0x10
HDAP121.hints21 hint.arge.0.phymask=0x10 # PHY4
25 hint.arge.1.phymask=0x0 # No directly mapped PHYs
HDPICOSTATION_M2HP.hints16 hint.arge.0.phymask=0x10 # PHY4
22 hint.arge.1.phymask=0x0 # no directly mapped PHYs
HDAP91.hints19 hint.arge.0.phymask=0x10 # PHY 4
25 hint.arge.1.phymask=0x0
HDCARAMBOLA2.hints24 hint.arge.0.phymask=0x10 # PHY4
28 hint.arge.1.phymask=0x0 # No directly mapped PHYs
HDAP94.hints3 hint.arge.0.phymask=0x000c
HDENH200.hints15 hint.arge.0.phymask=0x10 # PHY 4
20 hint.arge.1.phymask=0x0
HDAP93.hints15 hint.arge.0.phymask=0x10 # PHY 4
20 hint.arge.1.phymask=0x0
HDAR71XX_BASE.hints35 # phymask, media and fduplex depend upon the specific
HDAR724X_BASE.hints35 # phymask, media and fduplex depend upon the specific
HDWZR-300HP.hints12 hint.arge.0.phymask=0x0
22 hint.arge.1.phymask=0x0 # no directly mapped PHYs
HDPB47.hints9 hint.arge.1.phymask=0x01
HDPB92.hints31 hint.arge.0.phymask=0x3
HDRT305X.hints134 hint.rt.0.phymask=0x1f
/trueos/sys/dev/etherswitch/ukswitch/
HDukswitch.c67 int phymask; /* PHYs we manage */ member
119 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()
/trueos/sys/dev/mii/
HDmii.c368 uint32_t phymask; in mii_attach() local
426 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()