Home
last modified time | relevance | path

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

/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-socfpga.c237 int phymode = dwmac->interface; in socfpga_dwmac_set_phy_mode() local
242 switch (phymode) { in socfpga_dwmac_set_phy_mode()
253 dev_err(dwmac->dev, "bad phy mode %d\n", phymode); in socfpga_dwmac_set_phy_mode()
290 if (phymode == PHY_INTERFACE_MODE_SGMII) { in socfpga_dwmac_set_phy_mode()
/drivers/net/usb/
Dasix_devices.c881 data->phymode = PHY_MODE_MARVELL; in ax88178_reset()
885 data->phymode = le16_to_cpu(eeprom) & 0x7F; in ax88178_reset()
889 netdev_dbg(dev->net, "GPIO0: %d, PhyMode: %d\n", gpio0, data->phymode); in ax88178_reset()
919 if (data->phymode == PHY_MODE_MARVELL) { in ax88178_reset()
922 } else if (data->phymode == PHY_MODE_RTL8211CL) in ax88178_reset()
981 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.c531 enum wmi_phy_mode phymode = MODE_UNKNOWN; in chan_to_phymode() local
538 phymode = MODE_11B; in chan_to_phymode()
540 phymode = MODE_11G; in chan_to_phymode()
543 phymode = MODE_11NG_HT20; in chan_to_phymode()
546 phymode = MODE_11NG_HT40; in chan_to_phymode()
553 phymode = MODE_UNKNOWN; in chan_to_phymode()
560 phymode = MODE_11A; in chan_to_phymode()
563 phymode = MODE_11NA_HT20; in chan_to_phymode()
566 phymode = MODE_11NA_HT40; in chan_to_phymode()
569 phymode = MODE_11AC_VHT80; in chan_to_phymode()
[all …]
Dhtt_rx.c2402 u32 phymode = __le32_to_cpu(resp->chan_change.phymode); in ath10k_htt_t2h_msg_handler() local
2409 freq, ath10k_wmi_phymode_str(phymode)); in ath10k_htt_t2h_msg_handler()
Dhtt.h1470 __le32 phymode; member
/drivers/net/wireless/broadcom/b43legacy/
Dmain.c2557 static const char *phymode_to_string(unsigned int phymode) in phymode_to_string() argument
2559 switch (phymode) { in phymode_to_string()
2571 unsigned int phymode, in find_wldev_for_phymode() argument
2578 if (d->phy.possible_phymodes & phymode) { in find_wldev_for_phymode()
/drivers/net/wireless/ath/ath6kl/
Dwmi.h1531 u8 phymode; member