/src/sys/dev/pci/ |
pciconf.c | 392 pcireg_t busreg; local in function:set_busreg 394 busreg = __SHIFTIN(prim, PCI_BRIDGE_BUS_PRIMARY); 395 busreg |= __SHIFTIN(sec, PCI_BRIDGE_BUS_SECONDARY); 396 busreg |= __SHIFTIN(sub, PCI_BRIDGE_BUS_SUBORDINATE); 397 pci_conf_write(pc, tag, PCI_BRIDGE_BUS_REG, busreg); 450 /* We have found all subordinate busses now, reprogram busreg. */ 594 busreg; local in function:pci_do_device_query 648 busreg = pci_conf_read(pb->pc, tag, PCI_BUSNUM); 649 busreg = (busreg & 0xff000000) [all...] |
pciconf.c | 392 pcireg_t busreg; local in function:set_busreg 394 busreg = __SHIFTIN(prim, PCI_BRIDGE_BUS_PRIMARY); 395 busreg |= __SHIFTIN(sec, PCI_BRIDGE_BUS_SECONDARY); 396 busreg |= __SHIFTIN(sub, PCI_BRIDGE_BUS_SUBORDINATE); 397 pci_conf_write(pc, tag, PCI_BRIDGE_BUS_REG, busreg); 450 /* We have found all subordinate busses now, reprogram busreg. */ 594 busreg; local in function:pci_do_device_query 648 busreg = pci_conf_read(pb->pc, tag, PCI_BUSNUM); 649 busreg = (busreg & 0xff000000) [all...] |
pccbb.c | 644 pcireg_t busreg = pci_conf_read(pc, sc->sc_tag, PCI_BUSNUM); local in function:pccbb_pci_callback 651 cba.cba_bus = (busreg >> 8) & 0x0ff;
|
pccbb.c | 644 pcireg_t busreg = pci_conf_read(pc, sc->sc_tag, PCI_BUSNUM); local in function:pccbb_pci_callback 651 cba.cba_bus = (busreg >> 8) & 0x0ff;
|