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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dearly-quirks.c24 u32 htcfg; local
31 htcfg = read_pci_config(num, slot, func, 0x68);
32 if (htcfg & (1 << 18)) {
35 if ((htcfg & (1 << 17)) == 0) {
40 htcfg |= (1 << 17);
41 write_pci_config(num, slot, func, 0x68, htcfg);

Completed in 130 milliseconds