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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Drtas_pci.c186 #define PRG_CL_RESET_VALID 0x00010000 macro
189 if (val & PRG_CL_RESET_VALID) {
191 val &= ~PRG_CL_RESET_VALID;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/chrp/
H A Dpci.c161 #define PRG_CL_RESET_VALID 0x00010000 macro
179 if (val & PRG_CL_RESET_VALID) {
180 out_be32(&reg[12], val & ~PRG_CL_RESET_VALID);

Completed in 81 milliseconds