Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-socfpga/
H A Dwrap_sdram_config.c273 struct socfpga_sdram_misc_config misc_config = { variable
318 return &misc_config; in socfpga_get_sdram_misc_config()
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A D11ac.c276 vhtcfg->misc_config = cfg->misc_config; in mwifiex_cmd_11ac_cfg()
H A Dioctl.h311 u8 misc_config; member
320 u16 misc_config; /* Needed for 802.11AC cards only */ member
H A D11n.c293 htcfg->misc_config = cpu_to_le16(txcfg->misc_config); in mwifiex_cmd_11n_cfg()
H A Duap_cmd.c242 vht_cfg.misc_config = VHT_CAP_UAP_ONLY; in mwifiex_set_vht_width()
245 vht_cfg.misc_config |= VHT_BW_80_160_80P80; in mwifiex_set_vht_width()
H A Dfw.h1696 __le16 misc_config; /* Needed for 802.11AC cards only */ member
1935 u8 misc_config; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_11ac.c1362 vhtcfg->misc_config = vht_cfg->txrx & 0x3; in wlan_cmd_11ac_cfg()
1363 if (vhtcfg->misc_config != 2) in wlan_cmd_11ac_cfg()
1364 vhtcfg->misc_config |= (vht_cfg->bwcfg << 2); in wlan_cmd_11ac_cfg()
1398 cfg->param.vht_cfg.txrx = vhtcfg->misc_config & 0x03; in wlan_ret_11ac_cfg()
1401 (vhtcfg->misc_config & 0x04) >> 2; in wlan_ret_11ac_cfg()
H A Dmlan_11n.c2019 htcfg->misc_config = wlan_cpu_to_le16(txcfg->misc_cfg); in wlan_cmd_11n_cfg()
2047 wlan_le16_to_cpu(htcfg->misc_config); in wlan_ret_11n_cfg()
H A Dmlan_fw.h5128 t_u16 misc_config;
5171 t_u8 misc_config;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_11n.c2002 htcfg->misc_config = wlan_cpu_to_le16(txcfg->misc_cfg); in wlan_cmd_11n_cfg()
2031 wlan_le16_to_cpu(htcfg->misc_config); in wlan_ret_11n_cfg()
H A Dmlan_fw.h3915 t_u16 misc_config;