Searched refs:subbus (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/pccbb/ |
H A D | pccbb_pci.c | 332 SYSCTL_ADD_UINT(sctx, SYSCTL_CHILDREN(soid), OID_AUTO, "subbus", in cbb_pci_attach() 336 CTLFLAG_RD, &sc->subbus, 0, "Memory window open"); in cbb_pci_attach() 338 CTLFLAG_RD, &sc->subbus, 0, "Prefetch memory window open"); in cbb_pci_attach() 340 CTLFLAG_RD, &sc->subbus, 0, "io range 1 open"); in cbb_pci_attach() 342 CTLFLAG_RD, &sc->subbus, 0, "io range 2 open"); in cbb_pci_attach()
|
/freebsd/usr.sbin/pciconf/ |
H A D | pciconf.c | 310 uint8_t secbus, subbus; in print_bus_range() local 313 subbus = read_config(fd, &p->pc_sel, subreg, 1); in print_bus_range() 314 printf(" bus range = %u-%u\n", secbus, subbus); in print_bus_range()
|
/freebsd/sys/contrib/alpine-hal/ |
H A D | al_hal_pcie.h | 1026 int al_pcie_subordinary_bus_set(struct al_pcie_port *pcie_port,uint8_t subbus);
|
H A D | al_hal_pcie.c | 2348 al_pcie_subordinary_bus_set(struct al_pcie_port *pcie_port, uint8_t subbus) in al_pcie_subordinary_bus_set() argument 2352 uint32_t subbus_val = (subbus << in al_pcie_subordinary_bus_set()
|