Searched refs:ofw_pci_route_interrupt (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/dev/ofw/
H A Dofwpci.h80 int ofw_pci_route_interrupt(device_t, device_t, int);
H A Dofwpci.c123 DEVMETHOD(pcib_route_interrupt, ofw_pci_route_interrupt),
276 ofw_pci_route_interrupt(device_t bus, device_t dev, int pin) function
/freebsd-11.0-release/sys/powerpc/ofw/
H A Dofw_pci.c82 static int ofw_pci_route_interrupt(device_t, device_t, int);
116 DEVMETHOD(pcib_route_interrupt, ofw_pci_route_interrupt),
252 ofw_pci_route_interrupt(device_t bus, device_t dev, int pin) function

Completed in 98 milliseconds