Home
last modified time | relevance | path

Searched refs:pci_childcount (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/sys/dev/sound/pci/
Dcsa.c118 int pci_count = 0, pci_childcount = 0; in clkrun_hack() local
130 pci_childcount = 0; in clkrun_hack()
131 if (device_get_children(*busp, &pci_children, &pci_childcount)) in clkrun_hack()
133 for (j = 0, childp = pci_children; j < pci_childcount; j++, childp++) { in clkrun_hack()
/freebsd-10-stable/sys/dev/sis/
Dif_sis.c352 int pci_childcount = 0; in sis_find_bridge() local
363 if (device_get_children(*busp, &pci_children, &pci_childcount)) in sis_find_bridge()
366 j < pci_childcount; j++, childp++) { in sis_find_bridge()