Home
last modified time | relevance | path

Searched refs:is_rgmii (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/etherswitch/arswitch/
H A Darswitch_8316.c79 if (sc->is_rgmii && sc->phy4cpu) { in ar8316_hw_setup()
85 } else if (sc->is_rgmii) { in ar8316_hw_setup()
106 if (sc->is_rgmii && sc->phy4cpu) { in ar8316_hw_setup()
H A Darswitchvar.h63 int is_rgmii; /* PHY mode is RGMII (XXX which PHY?) */ member
H A Darswitch.c579 sc->is_rgmii = 1; in arswitch_attach()
588 "is_rgmii", &sc->is_rgmii); in arswitch_attach()
/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dfman_dtsec.c110 bool is_rgmii = FALSE; in fman_dtsec_init() local
138 is_rgmii = (bool)((iface_mode == E_ENET_IF_RGMII) ? TRUE : FALSE); in fman_dtsec_init()
143 if (is_rgmii || iface_mode == E_ENET_IF_GMII) in fman_dtsec_init()
150 if (is_rgmii) in fman_dtsec_init()