Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/phy/marvell/
H A Dphy-mvebu-a3700-comphy.c62 u32 fw_mode; member
71 .fw_mode = _fw, \
150 return mvebu_a3700_comphy_modes[i].fw_mode; in mvebu_a3700_comphy_get_fw_mode()
157 int fw_mode; in mvebu_a3700_comphy_set_mode() local
162 fw_mode = mvebu_a3700_comphy_get_fw_mode(lane->id, lane->port, mode, in mvebu_a3700_comphy_set_mode()
164 if (fw_mode < 0) { in mvebu_a3700_comphy_set_mode()
166 return fw_mode; in mvebu_a3700_comphy_set_mode()
180 int fw_mode; in mvebu_a3700_comphy_power_on() local
183 fw_mode = mvebu_a3700_comphy_get_fw_mode(lane->id, lane->port, in mvebu_a3700_comphy_power_on()
185 if (fw_mode < 0) { in mvebu_a3700_comphy_power_on()
[all …]
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A 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()
H A 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()
1030 enum ath10k_firmware_mode fw_mode) in ath10k_snoc_hif_power_up() argument
1037 ret = ath10k_snoc_wlan_enable(ar, fw_mode); in ath10k_snoc_hif_power_up()
H A Dahb.c654 enum ath10k_firmware_mode fw_mode) in ath10k_ahb_hif_power_up() argument
H A Dusb.c697 enum ath10k_firmware_mode fw_mode) in ath10k_usb_hif_power_up() argument
H A Dsdio.c1571 enum ath10k_firmware_mode fw_mode) in ath10k_sdio_hif_power_up() argument
H A Dpci.c2814 enum ath10k_firmware_mode fw_mode) in ath10k_pci_hif_power_up() argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/ralink/rt2x00/
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath6kl/
H A 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()