HomeSort by: relevance | last modified time | path
    Searched refs:nrofpics (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/powerpc/pci/
pci_machdep_ofw.c 67 int nrofpics = 0; variable in typeref:typename:int
108 picnodes[nrofpics].node = node;
111 picnodes[nrofpics].parent = iparent;
114 picnodes[nrofpics].cells = iparent;
116 picnodes[nrofpics].cells = 1;
118 picnodes[nrofpics].intrs = 0;
123 if (!picnodes[nrofpics].intrs)
124 picnodes[nrofpics].intrs = iranges[i];
129 if (!picnodes[nrofpics].intrs)
130 picnodes[nrofpics].intrs = 16
    [all...]
  /src/sys/arch/ofppc/ofppc/
mainbus.c 70 extern int nrofpics;
320 for (i = 0; i < nrofpics; i++) {
334 for (i = 0; i < nrofpics; i++) {

Completed in 22 milliseconds