Home
last modified time | relevance | path

Searched refs:sc_phy_mode (Results 1 – 11 of 11) sorted by relevance

/openbsd/sys/dev/fdt/
H A Dif_bse_fdt.c88 sc->sc_phy_mode = GENET_PHY_MODE_RGMII_ID; in bse_fdt_attach()
90 sc->sc_phy_mode = GENET_PHY_MODE_RGMII_RXID; in bse_fdt_attach()
92 sc->sc_phy_mode = GENET_PHY_MODE_RGMII_TXID; in bse_fdt_attach()
94 sc->sc_phy_mode = GENET_PHY_MODE_RGMII; in bse_fdt_attach()
H A Dif_dwqe_fdt.c136 sc->sc_phy_mode = DWQE_PHY_MODE_RGMII; in dwqe_fdt_attach()
138 sc->sc_phy_mode = DWQE_PHY_MODE_RGMII_RXID; in dwqe_fdt_attach()
140 sc->sc_phy_mode = DWQE_PHY_MODE_RGMII_TXID; in dwqe_fdt_attach()
142 sc->sc_phy_mode = DWQE_PHY_MODE_RGMII_ID; in dwqe_fdt_attach()
144 sc->sc_phy_mode = DWQE_PHY_MODE_RMII; in dwqe_fdt_attach()
146 sc->sc_phy_mode = DWQE_PHY_MODE_UNKNOWN; in dwqe_fdt_attach()
456 switch (sc->sc_phy_mode) { in dwqe_setup_rk3568()
472 switch (sc->sc_phy_mode) { in dwqe_setup_rk3568()
549 switch (sc->sc_phy_mode) { in dwqe_setup_rk3588()
577 switch (sc->sc_phy_mode) { in dwqe_setup_rk3588()
H A Dif_mvpp.c207 } sc_phy_mode; member
1354 sc->sc_phy_mode = PHY_MODE_10GBASER; in mvpp2_port_attach()
1356 sc->sc_phy_mode = PHY_MODE_10GBASER; in mvpp2_port_attach()
1362 sc->sc_phy_mode = PHY_MODE_SGMII; in mvpp2_port_attach()
1368 sc->sc_phy_mode = PHY_MODE_RGMII_ID; in mvpp2_port_attach()
1370 sc->sc_phy_mode = PHY_MODE_RGMII; in mvpp2_port_attach()
1481 switch (sc->sc_phy_mode) { in mvpp2_port_attach()
1515 switch (sc->sc_phy_mode) { in mvpp2_port_attach()
1594 sc->sc_phy_mode = PHY_MODE_10GBASER; in mvpp2_port_attach_sfp()
2628 switch (sc->sc_phy_mode) { in mvpp2_gmac_config()
[all …]
H A Dif_mvneta.c167 } sc_phy_mode; member
408 switch (sc->sc_phy_mode) { in mvneta_comphy_init()
471 sc->sc_phy_mode = PHY_MODE_QSGMII; in mvneta_attach()
473 sc->sc_phy_mode = PHY_MODE_SGMII; in mvneta_attach()
475 sc->sc_phy_mode = PHY_MODE_RGMII_ID; in mvneta_attach()
477 sc->sc_phy_mode = PHY_MODE_RGMII; in mvneta_attach()
479 sc->sc_phy_mode = PHY_MODE_1000BASEX; in mvneta_attach()
481 sc->sc_phy_mode = PHY_MODE_2500BASEX; in mvneta_attach()
639 switch (sc->sc_phy_mode) { in mvneta_attach()
756 switch (sc->sc_phy_mode) { in mvneta_attach_deferred()
[all …]
H A Dif_cad.c275 enum cad_phy_mode sc_phy_mode; member
454 sc->sc_phy_mode = CAD_PHY_MODE_RGMII; in cad_attach()
458 sc->sc_phy_mode = cad_phy_modes[i].mode; in cad_attach()
893 if (sc->sc_phy_mode == CAD_PHY_MODE_SGMII) in cad_up()
/openbsd/sys/dev/acpi/
H A Dif_bse_acpi.c108 sc->sc.sc_phy_mode = GENET_PHY_MODE_RGMII_ID; in bse_acpi_attach()
110 sc->sc.sc_phy_mode = GENET_PHY_MODE_RGMII_RXID; in bse_acpi_attach()
112 sc->sc.sc_phy_mode = GENET_PHY_MODE_RGMII_TXID; in bse_acpi_attach()
114 sc->sc.sc_phy_mode = GENET_PHY_MODE_RGMII; in bse_acpi_attach()
/openbsd/sys/dev/pci/
H A Dif_dwqe_pci.c109 sc->sc_phy_mode = DWQE_PHY_MODE_RGMII_ID; in dwqe_pci_attach()
117 sc->sc_phy_mode = DWQE_PHY_MODE_SGMII; in dwqe_pci_attach()
122 sc->sc_phy_mode = DWQE_PHY_MODE_UNKNOWN; in dwqe_pci_attach()
/openbsd/sys/dev/ic/
H A Dbcmgenetvar.h64 enum genet_phy_mode sc_phy_mode; member
H A Dbcmgenet.c171 if (sc->sc_phy_mode == GENET_PHY_MODE_RGMII) in genet_update_link()
602 if (sc->sc_phy_mode == GENET_PHY_MODE_RGMII || in genet_init()
603 sc->sc_phy_mode == GENET_PHY_MODE_RGMII_ID || in genet_init()
604 sc->sc_phy_mode == GENET_PHY_MODE_RGMII_RXID || in genet_init()
605 sc->sc_phy_mode == GENET_PHY_MODE_RGMII_TXID) in genet_init()
951 switch (sc->sc_phy_mode) { in genet_attach()
H A Ddwqevar.h64 enum dwqe_phy_mode sc_phy_mode; member
H A Ddwqe.c296 switch (sc->sc_phy_mode) { in dwqe_mii_attach()