Searched refs:dRead (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/arm/plat-brcm/
H A Dbcm5301x_pcie.c402 u32 dRead = 0; local
406 soc_pci_read_config(bus, devfn, 0x100, 4, &dRead);
407 printk("PCIE: Doing PLX switch Init...Test Read = %08x\n", (unsigned int)dRead);
410 soc_pci_read_config(bus, devfn, 0x1dc, 4, &dRead);
411 dRead &= ~(1<<22);
413 soc_pci_write_config(bus, devfn, 0x1dc, 4, dRead);
416 soc_pci_read_config(bus, devfn, 0x62c, 4, &dRead);
418 printk("PCIE: Doing PLX switch Init...GPIO Read = %08x\n", (unsigned int)dRead);
420 dRead &= ~((1 << 0) | (1 << 1) | (1 << 3));
421 dRead |
495 u32 dRead = 0; local
[all...]

Completed in 81 milliseconds