Searched refs:phymode (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/neta/
H A Dif_mvneta_fdt.c124 char phymode[PHY_MODE_MAXLEN]; local
132 if (OF_getprop(node, "phy-mode", phymode, sizeof(phymode)) <= 0) {
137 if (strncmp(phymode, "rgmii-id", 8) == 0)
139 else if (strncmp(phymode, "rgmii", 5) == 0)
141 else if (strncmp(phymode, "sgmii", 5) == 0)
143 else if (strncmp(phymode, "qsgmii", 6) == 0)
/freebsd-12-stable/sys/dev/usb/net/
H A Dif_axe.c552 int gpio0, ledmode, phymode; local
564 phymode = AXE_PHY_MODE_MARVELL;
568 phymode = eeprom & 0x7f;
575 "EEPROM data : 0x%04x, phymode : 0x%02x\n", eeprom,
576 phymode);
578 switch (phymode) {
633 if (phymode == AXE_PHY_MODE_REALTEK_8211CL) {
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c2593 uint32_t phymode; local
2601 phymode = AR_PHY_FC_HT_EN | AR_PHY_FC_SHORT_GI_40
2606 phymode |= AR_PHY_FC_DYN2040_EN;
2610 phymode |= AR_PHY_FC_DYN2040_PRI_CH;
2614 phymode |= AR_PHY_FC_DYN2040_EXT_CH;
2619 OS_REG_WRITE(ah, AR_PHY_TURBO, phymode);
/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c869 u_int32_t phymode; local
878 phymode =
883 phymode |= AR_PHY_GC_DYN2040_EN;
886 phymode |= AR_PHY_GC_DYN2040_PRI_CH;
892 phymode |= AR_PHY_GC_DYN2040_EXT_CH;
898 phymode |= OS_REG_READ(ah, AR_PHY_GEN_CTRL);
901 phymode &= ~AR_PHY_GC_GF_DETECT_EN;
903 OS_REG_WRITE(ah, AR_PHY_GEN_CTRL, phymode);

Completed in 91 milliseconds