HomeSort by: relevance | last modified time | path
    Searched defs:pcells (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/powerpc/pci/
pci_machdep_ofw.c 199 u_int32_t acells, icells, pcells; local in function:genofw_setup_pciintr_map
216 if (OF_getprop(parent, "#interrupt-cells", &pcells,
217 sizeof(pcells)) == -1)
218 pcells = 1;
220 reclen = acells+pcells+icells+1;
pci_machdep_ofw.c 199 u_int32_t acells, icells, pcells; local in function:genofw_setup_pciintr_map
216 if (OF_getprop(parent, "#interrupt-cells", &pcells,
217 sizeof(pcells)) == -1)
218 pcells = 1;
220 reclen = acells+pcells+icells+1;
pci_machdep_ofw.c 199 u_int32_t acells, icells, pcells; local in function:genofw_setup_pciintr_map
216 if (OF_getprop(parent, "#interrupt-cells", &pcells,
217 sizeof(pcells)) == -1)
218 pcells = 1;
220 reclen = acells+pcells+icells+1;
pci_machdep_ofw.c 199 u_int32_t acells, icells, pcells; local in function:genofw_setup_pciintr_map
216 if (OF_getprop(parent, "#interrupt-cells", &pcells,
217 sizeof(pcells)) == -1)
218 pcells = 1;
220 reclen = acells+pcells+icells+1;

Completed in 41 milliseconds