Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/
Dearly-quirks.c27 u32 htcfg; in fix_hypertransport_config() local
34 htcfg = read_pci_config(num, slot, func, 0x68); in fix_hypertransport_config()
35 if (htcfg & (1 << 18)) { in fix_hypertransport_config()
38 if ((htcfg & (1 << 17)) == 0) { in fix_hypertransport_config()
43 htcfg |= (1 << 17); in fix_hypertransport_config()
44 write_pci_config(num, slot, func, 0x68, htcfg); in fix_hypertransport_config()
/linux-4.1.27/drivers/net/wireless/mwifiex/
D11n.c283 struct host_cmd_ds_11n_cfg *htcfg = &cmd->params.htcfg; in mwifiex_cmd_11n_cfg() local
287 htcfg->action = cpu_to_le16(cmd_action); in mwifiex_cmd_11n_cfg()
288 htcfg->ht_tx_cap = cpu_to_le16(txcfg->tx_htcap); in mwifiex_cmd_11n_cfg()
289 htcfg->ht_tx_info = cpu_to_le16(txcfg->tx_htinfo); in mwifiex_cmd_11n_cfg()
292 htcfg->misc_config = cpu_to_le16(txcfg->misc_config); in mwifiex_cmd_11n_cfg()
Dfw.h1951 struct host_cmd_ds_11n_cfg htcfg; member