Searched refs:firstpp (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 Dpci-common.c1168 struct resource **firstpp = NULL; local
1177 if (firstpp == NULL)
1178 firstpp = pp;
1180 if (firstpp == NULL)
1183 res->child = *firstpp;
1185 *firstpp = res;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/pci/
H A Dpci-common.c1135 struct resource **firstpp = NULL; local
1144 if (firstpp == NULL)
1145 firstpp = pp;
1147 if (firstpp == NULL)
1150 res->child = *firstpp;
1152 *firstpp = res;

Completed in 110 milliseconds