phymode           239 drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c static int socfpga_set_phy_mode_common(int phymode, u32 *val)
phymode           241 drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c 	switch (phymode) {
phymode           265 drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c 	int phymode = socfpga_get_plat_phymode(dwmac);
phymode           270 drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c 	if (socfpga_set_phy_mode_common(phymode, &val)) {
phymode           271 drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c 		dev_err(dwmac->dev, "bad phy mode %d\n", phymode);
phymode           291 drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c 	    phymode == PHY_INTERFACE_MODE_MII ||
phymode           292 drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c 	    phymode == PHY_INTERFACE_MODE_GMII ||
phymode           293 drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c 	    phymode == PHY_INTERFACE_MODE_SGMII) {
phymode           314 drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c 	if (phymode == PHY_INTERFACE_MODE_SGMII) {
phymode           327 drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c 	int phymode = socfpga_get_plat_phymode(dwmac);
phymode           332 drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c 	if (socfpga_set_phy_mode_common(phymode, &val))
phymode           351 drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c 	    phymode == PHY_INTERFACE_MODE_MII ||
phymode           352 drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c 	    phymode == PHY_INTERFACE_MODE_GMII ||
phymode           353 drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c 	    phymode == PHY_INTERFACE_MODE_SGMII) {
phymode           371 drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c 	if (phymode == PHY_INTERFACE_MODE_SGMII) {
phymode           163 drivers/net/usb/asix.h 	u8 phymode;
phymode           887 drivers/net/usb/asix_devices.c 		data->phymode = PHY_MODE_MARVELL;
phymode           891 drivers/net/usb/asix_devices.c 		data->phymode = le16_to_cpu(eeprom) & 0x7F;
phymode           895 drivers/net/usb/asix_devices.c 	netdev_dbg(dev->net, "GPIO0: %d, PhyMode: %d\n", gpio0, data->phymode);
phymode           925 drivers/net/usb/asix_devices.c 	if (data->phymode == PHY_MODE_MARVELL) {
phymode           928 drivers/net/usb/asix_devices.c 	} else if (data->phymode == PHY_MODE_RTL8211CL)
phymode           987 drivers/net/usb/asix_devices.c 	if (data->phymode == PHY_MODE_MARVELL && data->ledmode)
phymode           189 drivers/net/usb/sr9800.h 	u8 phymode;
phymode          1728 drivers/net/wireless/ath/ath10k/htt.h 	__le32 phymode;
phymode          3883 drivers/net/wireless/ath/ath10k/htt_rx.c 		u32 phymode = __le32_to_cpu(resp->chan_change.phymode);
phymode          3889 drivers/net/wireless/ath/ath10k/htt_rx.c 			   freq, ath10k_wmi_phymode_str(phymode));
phymode           552 drivers/net/wireless/ath/ath10k/mac.c 	enum wmi_phy_mode phymode = MODE_UNKNOWN;
phymode           559 drivers/net/wireless/ath/ath10k/mac.c 				phymode = MODE_11B;
phymode           561 drivers/net/wireless/ath/ath10k/mac.c 				phymode = MODE_11G;
phymode           564 drivers/net/wireless/ath/ath10k/mac.c 			phymode = MODE_11NG_HT20;
phymode           567 drivers/net/wireless/ath/ath10k/mac.c 			phymode = MODE_11NG_HT40;
phymode           574 drivers/net/wireless/ath/ath10k/mac.c 			phymode = MODE_UNKNOWN;
phymode           581 drivers/net/wireless/ath/ath10k/mac.c 			phymode = MODE_11A;
phymode           584 drivers/net/wireless/ath/ath10k/mac.c 			phymode = MODE_11NA_HT20;
phymode           587 drivers/net/wireless/ath/ath10k/mac.c 			phymode = MODE_11NA_HT40;
phymode           590 drivers/net/wireless/ath/ath10k/mac.c 			phymode = MODE_11AC_VHT80;
phymode           593 drivers/net/wireless/ath/ath10k/mac.c 			phymode = MODE_11AC_VHT160;
phymode           596 drivers/net/wireless/ath/ath10k/mac.c 			phymode = MODE_11AC_VHT80_80;
phymode           600 drivers/net/wireless/ath/ath10k/mac.c 			phymode = MODE_UNKNOWN;
phymode           608 drivers/net/wireless/ath/ath10k/mac.c 	WARN_ON(phymode == MODE_UNKNOWN);
phymode           609 drivers/net/wireless/ath/ath10k/mac.c 	return phymode;
phymode          2674 drivers/net/wireless/ath/ath10k/mac.c 	enum wmi_phy_mode phymode = MODE_UNKNOWN;
phymode          2688 drivers/net/wireless/ath/ath10k/mac.c 				phymode = MODE_11AC_VHT40;
phymode          2690 drivers/net/wireless/ath/ath10k/mac.c 				phymode = MODE_11AC_VHT20;
phymode          2694 drivers/net/wireless/ath/ath10k/mac.c 				phymode = MODE_11NG_HT40;
phymode          2696 drivers/net/wireless/ath/ath10k/mac.c 				phymode = MODE_11NG_HT20;
phymode          2698 drivers/net/wireless/ath/ath10k/mac.c 			phymode = MODE_11G;
phymode          2700 drivers/net/wireless/ath/ath10k/mac.c 			phymode = MODE_11B;
phymode          2710 drivers/net/wireless/ath/ath10k/mac.c 			phymode = ath10k_mac_get_phymode_vht(ar, sta);
phymode          2714 drivers/net/wireless/ath/ath10k/mac.c 				phymode = MODE_11NA_HT40;
phymode          2716 drivers/net/wireless/ath/ath10k/mac.c 				phymode = MODE_11NA_HT20;
phymode          2718 drivers/net/wireless/ath/ath10k/mac.c 			phymode = MODE_11A;
phymode          2727 drivers/net/wireless/ath/ath10k/mac.c 		   sta->addr, ath10k_wmi_phymode_str(phymode));
phymode          2729 drivers/net/wireless/ath/ath10k/mac.c 	arg->peer_phymode = phymode;
phymode          2730 drivers/net/wireless/ath/ath10k/mac.c 	WARN_ON(phymode == MODE_UNKNOWN);
phymode          1531 drivers/net/wireless/ath/ath6kl/wmi.h 			u8 phymode;
phymode           671 drivers/net/wireless/ath/ath9k/ar5008_phy.c 	u32 phymode;
phymode           678 drivers/net/wireless/ath/ath9k/ar5008_phy.c 	phymode = AR_PHY_FC_HT_EN | AR_PHY_FC_SHORT_GI_40
phymode           682 drivers/net/wireless/ath/ath9k/ar5008_phy.c 		phymode |= AR_PHY_FC_DYN2040_EN;
phymode           685 drivers/net/wireless/ath/ath9k/ar5008_phy.c 			phymode |= AR_PHY_FC_DYN2040_PRI_CH;
phymode           689 drivers/net/wireless/ath/ath9k/ar5008_phy.c 	REG_WRITE(ah, AR_PHY_TURBO, phymode);
phymode           622 drivers/net/wireless/ath/ath9k/ar9003_phy.c 	u32 phymode;
phymode           629 drivers/net/wireless/ath/ath9k/ar9003_phy.c 	phymode = AR_PHY_GC_HT_EN | AR_PHY_GC_SHORT_GI_40 | enableDacFifo;
phymode           632 drivers/net/wireless/ath/ath9k/ar9003_phy.c 		phymode |= AR_PHY_GC_SINGLE_HT_LTF1;
phymode           636 drivers/net/wireless/ath/ath9k/ar9003_phy.c 		phymode |= AR_PHY_GC_DYN2040_EN;
phymode           639 drivers/net/wireless/ath/ath9k/ar9003_phy.c 			phymode |= AR_PHY_GC_DYN2040_PRI_CH;
phymode           644 drivers/net/wireless/ath/ath9k/ar9003_phy.c 	phymode |= REG_READ(ah, AR_PHY_GEN_CTRL);
phymode           646 drivers/net/wireless/ath/ath9k/ar9003_phy.c 	phymode &= ~AR_PHY_GC_GF_DETECT_EN;
phymode           648 drivers/net/wireless/ath/ath9k/ar9003_phy.c 	REG_WRITE(ah, AR_PHY_GEN_CTRL, phymode);
phymode          2526 drivers/net/wireless/broadcom/b43legacy/main.c static const char *phymode_to_string(unsigned int phymode)
phymode          2528 drivers/net/wireless/broadcom/b43legacy/main.c 	switch (phymode) {
phymode          2540 drivers/net/wireless/broadcom/b43legacy/main.c 				  unsigned int phymode,
phymode          2547 drivers/net/wireless/broadcom/b43legacy/main.c 		if (d->phy.possible_phymodes & phymode) {
phymode           182 drivers/net/wireless/mediatek/mt76/mt7615/mcu.h 	u8 phymode; /* not used */