htcfg              33 arch/x86/kernel/early-quirks.c 	u32 htcfg;
htcfg              40 arch/x86/kernel/early-quirks.c 	htcfg = read_pci_config(num, slot, func, 0x68);
htcfg              41 arch/x86/kernel/early-quirks.c 	if (htcfg & (1 << 18)) {
htcfg              44 arch/x86/kernel/early-quirks.c 		if ((htcfg & (1 << 17)) == 0) {
htcfg              49 arch/x86/kernel/early-quirks.c 			htcfg |= (1 << 17);
htcfg              50 arch/x86/kernel/early-quirks.c 			write_pci_config(num, slot, func, 0x68, htcfg);
htcfg             284 drivers/net/wireless/marvell/mwifiex/11n.c 	struct host_cmd_ds_11n_cfg *htcfg = &cmd->params.htcfg;
htcfg             288 drivers/net/wireless/marvell/mwifiex/11n.c 	htcfg->action = cpu_to_le16(cmd_action);
htcfg             289 drivers/net/wireless/marvell/mwifiex/11n.c 	htcfg->ht_tx_cap = cpu_to_le16(txcfg->tx_htcap);
htcfg             290 drivers/net/wireless/marvell/mwifiex/11n.c 	htcfg->ht_tx_info = cpu_to_le16(txcfg->tx_htinfo);
htcfg             293 drivers/net/wireless/marvell/mwifiex/11n.c 		htcfg->misc_config = cpu_to_le16(txcfg->misc_config);
htcfg            2343 drivers/net/wireless/marvell/mwifiex/fw.h 		struct host_cmd_ds_11n_cfg htcfg;