Home
last modified time | relevance | path

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

/freebsd/sys/dev/ofw/
H A Dofwpci.h84 int ofw_pcib_nranges(phandle_t, struct ofw_pci_cell_info *);
H A Dofw_pcib.c174 n = ofw_pcib_nranges(c, cell_info); in ofw_pcib_init()
192 sc->sc_nrange = ofw_pcib_nranges(node, cell_info); in ofw_pcib_init()
394 ofw_pcib_nranges(phandle_t node, struct ofw_pci_cell_info *info) in ofw_pcib_nranges() function