Home
last modified time | relevance | path

Searched refs:htcfg (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dearly-quirks.c33 u32 htcfg; in fix_hypertransport_config() local
40 htcfg = read_pci_config(num, slot, func, 0x68); in fix_hypertransport_config()
41 if (htcfg & (1 << 18)) { in fix_hypertransport_config()
44 if ((htcfg & (1 << 17)) == 0) { in fix_hypertransport_config()
49 htcfg |= (1 << 17); in fix_hypertransport_config()
50 write_pci_config(num, slot, func, 0x68, htcfg); in fix_hypertransport_config()
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A D11n.c284 struct host_cmd_ds_11n_cfg *htcfg = &cmd->params.htcfg; in mwifiex_cmd_11n_cfg() local
288 htcfg->action = cpu_to_le16(cmd_action); in mwifiex_cmd_11n_cfg()
289 htcfg->ht_tx_cap = cpu_to_le16(txcfg->tx_htcap); in mwifiex_cmd_11n_cfg()
290 htcfg->ht_tx_info = cpu_to_le16(txcfg->tx_htinfo); in mwifiex_cmd_11n_cfg()
293 htcfg->misc_config = cpu_to_le16(txcfg->misc_config); in mwifiex_cmd_11n_cfg()
H A Dfw.h2346 struct host_cmd_ds_11n_cfg htcfg; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_11n.c1993 HostCmd_DS_11N_CFG *htcfg = &cmd->params.htcfg; in wlan_cmd_11n_cfg() local
1999 htcfg->action = wlan_cpu_to_le16(cmd_action); in wlan_cmd_11n_cfg()
2000 htcfg->ht_tx_cap = wlan_cpu_to_le16(txcfg->httxcap); in wlan_cmd_11n_cfg()
2001 htcfg->ht_tx_info = wlan_cpu_to_le16(txcfg->httxinfo); in wlan_cmd_11n_cfg()
2002 htcfg->misc_config = wlan_cpu_to_le16(txcfg->misc_cfg); in wlan_cmd_11n_cfg()
2021 HostCmd_DS_11N_CFG *htcfg = &resp->params.htcfg; in wlan_ret_11n_cfg() local
2025 (wlan_le16_to_cpu(htcfg->action) == HostCmd_ACT_GEN_GET)) { in wlan_ret_11n_cfg()
2027 cfg->param.tx_cfg.httxcap = wlan_le16_to_cpu(htcfg->ht_tx_cap); in wlan_ret_11n_cfg()
2029 wlan_le16_to_cpu(htcfg->ht_tx_info); in wlan_ret_11n_cfg()
2031 wlan_le16_to_cpu(htcfg->misc_config); in wlan_ret_11n_cfg()
H A Dmlan_fw.h6102 HostCmd_DS_11N_CFG htcfg; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_11n.c2010 HostCmd_DS_11N_CFG *htcfg = &cmd->params.htcfg; in wlan_cmd_11n_cfg() local
2016 htcfg->action = wlan_cpu_to_le16(cmd_action); in wlan_cmd_11n_cfg()
2017 htcfg->ht_tx_cap = wlan_cpu_to_le16(txcfg->httxcap); in wlan_cmd_11n_cfg()
2018 htcfg->ht_tx_info = wlan_cpu_to_le16(txcfg->httxinfo); in wlan_cmd_11n_cfg()
2019 htcfg->misc_config = wlan_cpu_to_le16(txcfg->misc_cfg); in wlan_cmd_11n_cfg()
2037 HostCmd_DS_11N_CFG *htcfg = &resp->params.htcfg; in wlan_ret_11n_cfg() local
2041 (wlan_le16_to_cpu(htcfg->action) == HostCmd_ACT_GEN_GET)) { in wlan_ret_11n_cfg()
2043 cfg->param.tx_cfg.httxcap = wlan_le16_to_cpu(htcfg->ht_tx_cap); in wlan_ret_11n_cfg()
2045 wlan_le16_to_cpu(htcfg->ht_tx_info); in wlan_ret_11n_cfg()
2047 wlan_le16_to_cpu(htcfg->misc_config); in wlan_ret_11n_cfg()
H A Dmlan_fw.h8029 HostCmd_DS_11N_CFG htcfg; member