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

/linux-master/arch/x86/kernel/
H A Dearly-quirks.c34 u32 htcfg; local
41 htcfg = read_pci_config(num, slot, func, 0x68);
42 if (htcfg & (1 << 18)) {
45 if ((htcfg & (1 << 17)) == 0) {
50 htcfg |= (1 << 17);
51 write_pci_config(num, slot, func, 0x68, htcfg);
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A D11n.c272 struct host_cmd_ds_11n_cfg *htcfg = &cmd->params.htcfg; local
276 htcfg->action = cpu_to_le16(cmd_action);
277 htcfg->ht_tx_cap = cpu_to_le16(txcfg->tx_htcap);
278 htcfg->ht_tx_info = cpu_to_le16(txcfg->tx_htinfo);
281 htcfg->misc_config = cpu_to_le16(txcfg->misc_config);
H A Dfw.h2343 struct host_cmd_ds_11n_cfg htcfg; member in union:host_cmd_ds_command::__anon1065

Completed in 133 milliseconds