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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dpci.c818 static u8 fake_pci_config[] = { local
830 if (where >= 0 && where < sizeof(fake_pci_config) &&
832 (where + size) < sizeof(fake_pci_config) &&
836 *value |= fake_pci_config[where + size];

Completed in 41 milliseconds