Searched refs:phymode (Results 1 – 11 of 11) sorted by relevance
/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac-socfpga.c | 237 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/ |
D | asix_devices.c | 881 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()
|
D | sr9800.h | 189 u8 phymode; member
|
D | asix.h | 175 u8 phymode; member
|
/drivers/net/wireless/ath/ath9k/ |
D | ar9003_phy.c | 640 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()
|
D | ar5008_phy.c | 673 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/ |
D | mac.c | 531 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 …]
|
D | htt_rx.c | 2402 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()
|
D | htt.h | 1470 __le32 phymode; member
|
/drivers/net/wireless/broadcom/b43legacy/ |
D | main.c | 2557 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/ |
D | wmi.h | 1531 u8 phymode; member
|