Home
last modified time | relevance | path

Searched refs:pbus (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/sparc64/sparc64/
Dofw_machdep.c132 phandle_t bus, lbus, pbus; in OF_decode_addr() local
205 while ((pbus = OF_parent(bus)) != 0) { in OF_decode_addr()
206 if (OF_getprop(pbus, "#address-cells", &paddrc, in OF_decode_addr()
213 if (OF_getprop(pbus, "name", name, sizeof(name)) == -1) in OF_decode_addr()
251 if (OF_getprop(pbus, "name", name, sizeof(name)) == -1) in OF_decode_addr()
264 bus = pbus; in OF_decode_addr()
/freebsd-12-stable/sys/compat/linuxkpi/common/src/
Dlinux_pci.c236 struct pci_bus *pbus; in linux_pci_attach_device() local
285 pbus = malloc(sizeof(*pbus), M_DEVBUF, M_WAITOK | M_ZERO); in linux_pci_attach_device()
286 pbus->self = pdev; in linux_pci_attach_device()
287 pbus->number = pci_get_bus(dev); in linux_pci_attach_device()
288 pbus->domain = pci_get_domain(dev); in linux_pci_attach_device()
289 pdev->bus = pbus; in linux_pci_attach_device()
/freebsd-12-stable/sys/contrib/octeon-sdk/
Dcvmx-pescx-defs.h470 uint64_t pbus : 8; /**< Primary bus number. */ member
508 uint64_t pbus : 8;
519 uint64_t pbus : 8; /**< Primary bus number. */ member
555 uint64_t pbus : 8;
Dcvmx-pemx-defs.h679 uint64_t pbus : 8; /**< Primary bus number. */ member
724 uint64_t pbus : 8;