Home
last modified time | relevance | path

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

/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-socfpga.c238 int phymode = dwmac->interface; in socfpga_dwmac_set_phy_mode() local
243 switch (phymode) { in socfpga_dwmac_set_phy_mode()
254 dev_err(dwmac->dev, "bad phy mode %d\n", phymode); in socfpga_dwmac_set_phy_mode()
274 phymode == PHY_INTERFACE_MODE_MII || in socfpga_dwmac_set_phy_mode()
275 phymode == PHY_INTERFACE_MODE_GMII || in socfpga_dwmac_set_phy_mode()
276 phymode == PHY_INTERFACE_MODE_SGMII) { in socfpga_dwmac_set_phy_mode()
294 if (phymode == PHY_INTERFACE_MODE_SGMII) { in socfpga_dwmac_set_phy_mode()
/drivers/net/usb/
Dasix_devices.c891 data->phymode = PHY_MODE_MARVELL; in ax88178_reset()
895 data->phymode = le16_to_cpu(eeprom) & 0x7F; in ax88178_reset()
899 netdev_dbg(dev->net, "GPIO0: %d, PhyMode: %d\n", gpio0, data->phymode); in ax88178_reset()
929 if (data->phymode == PHY_MODE_MARVELL) { in ax88178_reset()
932 } else if (data->phymode == PHY_MODE_RTL8211CL) in ax88178_reset()
991 if (data->phymode == PHY_MODE_MARVELL && data->ledmode) in ax88178_link_reset()
Dsr9800.h189 u8 phymode; member
Dasix.h175 u8 phymode; member
/drivers/net/wireless/ath/ath9k/
Dar9003_phy.c640 u32 phymode; in ar9003_hw_set_channel_regs() local
647 phymode = AR_PHY_GC_HT_EN | AR_PHY_GC_SHORT_GI_40 | enableDacFifo; in ar9003_hw_set_channel_regs()
650 phymode |= AR_PHY_GC_SINGLE_HT_LTF1; in ar9003_hw_set_channel_regs()
654 phymode |= AR_PHY_GC_DYN2040_EN; in ar9003_hw_set_channel_regs()
657 phymode |= AR_PHY_GC_DYN2040_PRI_CH; in ar9003_hw_set_channel_regs()
662 phymode |= REG_READ(ah, AR_PHY_GEN_CTRL); in ar9003_hw_set_channel_regs()
664 phymode &= ~AR_PHY_GC_GF_DETECT_EN; in ar9003_hw_set_channel_regs()
666 REG_WRITE(ah, AR_PHY_GEN_CTRL, phymode); in ar9003_hw_set_channel_regs()
Dar5008_phy.c673 u32 phymode; in ar5008_hw_set_channel_regs() local
680 phymode = AR_PHY_FC_HT_EN | AR_PHY_FC_SHORT_GI_40 in ar5008_hw_set_channel_regs()
684 phymode |= AR_PHY_FC_DYN2040_EN; in ar5008_hw_set_channel_regs()
687 phymode |= AR_PHY_FC_DYN2040_PRI_CH; in ar5008_hw_set_channel_regs()
691 REG_WRITE(ah, AR_PHY_TURBO, phymode); in ar5008_hw_set_channel_regs()
/drivers/net/wireless/ath/ath10k/
Dmac.c534 enum wmi_phy_mode phymode = MODE_UNKNOWN; in chan_to_phymode() local
541 phymode = MODE_11B; in chan_to_phymode()
543 phymode = MODE_11G; in chan_to_phymode()
546 phymode = MODE_11NG_HT20; in chan_to_phymode()
549 phymode = MODE_11NG_HT40; in chan_to_phymode()
556 phymode = MODE_UNKNOWN; in chan_to_phymode()
563 phymode = MODE_11A; in chan_to_phymode()
566 phymode = MODE_11NA_HT20; in chan_to_phymode()
569 phymode = MODE_11NA_HT40; in chan_to_phymode()
572 phymode = MODE_11AC_VHT80; in chan_to_phymode()
[all …]
Dhtt_rx.c2562 u32 phymode = __le32_to_cpu(resp->chan_change.phymode); in ath10k_htt_t2h_msg_handler() local
2568 freq, ath10k_wmi_phymode_str(phymode)); in ath10k_htt_t2h_msg_handler()
Dhtt.h1475 __le32 phymode; member
/drivers/net/wireless/broadcom/b43legacy/
Dmain.c2558 static const char *phymode_to_string(unsigned int phymode) in phymode_to_string() argument
2560 switch (phymode) { in phymode_to_string()
2572 unsigned int phymode, in find_wldev_for_phymode() argument
2579 if (d->phy.possible_phymodes & phymode) { in find_wldev_for_phymode()
/drivers/net/wireless/ath/ath6kl/
Dwmi.h1531 u8 phymode; member