Home
last modified time | relevance | path

Searched refs:fw_mode (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.15/drivers/phy/marvell/
Dphy-mvebu-a3700-comphy.c56 u32 fw_mode; member
65 .fw_mode = _fw, \
144 return mvebu_a3700_comphy_modes[i].fw_mode; in mvebu_a3700_comphy_get_fw_mode()
151 int fw_mode; in mvebu_a3700_comphy_set_mode() local
156 fw_mode = mvebu_a3700_comphy_get_fw_mode(lane->id, lane->port, mode, in mvebu_a3700_comphy_set_mode()
158 if (fw_mode < 0) { in mvebu_a3700_comphy_set_mode()
160 return fw_mode; in mvebu_a3700_comphy_set_mode()
174 int fw_mode; in mvebu_a3700_comphy_power_on() local
177 fw_mode = mvebu_a3700_comphy_get_fw_mode(lane->id, lane->port, in mvebu_a3700_comphy_power_on()
179 if (fw_mode < 0) { in mvebu_a3700_comphy_power_on()
[all …]
Dphy-mvebu-cp110-comphy.c183 u32 fw_mode; member
193 .fw_mode = _fw, \
203 .fw_mode = _fw, \
290 static int mvebu_comphy_get_mode(bool fw_mode, int lane, int port, in mvebu_comphy_get_mode() argument
314 if (fw_mode) in mvebu_comphy_get_mode()
315 return conf->fw_mode; in mvebu_comphy_get_mode()
765 int fw_mode, fw_speed; in mvebu_comphy_power_on() local
769 fw_mode = mvebu_comphy_get_fw_mode(lane->id, lane->port, in mvebu_comphy_power_on()
771 if (fw_mode < 0) in mvebu_comphy_power_on()
803 fw_param = COMPHY_FW_PARAM_ETH(fw_mode, lane->port, fw_speed); in mvebu_comphy_power_on()
[all …]
/Linux-v5.15/drivers/net/wireless/ath/ath10k/
Dhif.h83 int (*power_up)(struct ath10k *ar, enum ath10k_firmware_mode fw_mode);
184 enum ath10k_firmware_mode fw_mode) in ath10k_hif_power_up() argument
186 return ar->hif.ops->power_up(ar, fw_mode); in ath10k_hif_power_up()
Dsnoc.c957 enum ath10k_firmware_mode fw_mode) in ath10k_snoc_wlan_enable() argument
990 switch (fw_mode) { in ath10k_snoc_wlan_enable()
998 ath10k_err(ar, "invalid firmware mode %d\n", fw_mode); in ath10k_snoc_wlan_enable()
1064 enum ath10k_firmware_mode fw_mode) in ath10k_snoc_hif_power_up() argument
1077 ret = ath10k_snoc_wlan_enable(ar, fw_mode); in ath10k_snoc_hif_power_up()
Dahb.c646 enum ath10k_firmware_mode fw_mode) in ath10k_ahb_hif_power_up() argument
Dusb.c697 enum ath10k_firmware_mode fw_mode) in ath10k_usb_hif_power_up() argument
Dsdio.c1568 enum ath10k_firmware_mode fw_mode) in ath10k_sdio_hif_power_up() argument
Dpci.c2815 enum ath10k_firmware_mode fw_mode) in ath10k_pci_hif_power_up() argument
/Linux-v5.15/drivers/net/wireless/ralink/rt2x00/
Drt2800usb.c179 u32 fw_mode; in rt2800usb_autorun_detect() local
194 fw_mode = le32_to_cpu(*reg); in rt2800usb_autorun_detect()
199 if ((fw_mode & 0x00000003) == 2) in rt2800usb_autorun_detect()
/Linux-v5.15/drivers/net/wireless/ath/ath6kl/
Dinit.c539 u8 fw_iftype, fw_mode = 0, fw_submode = 0; in ath6kl_configure_target() local
559 fw_mode |= fw_iftype << (i * HI_OPTION_FW_MODE_BITS); in ath6kl_configure_target()
603 param |= fw_mode << HI_OPTION_FW_MODE_SHIFT; in ath6kl_configure_target()