Searched full:pci0 (Results 1 – 25 of 229) sorted by relevance
12345678910
8 * eth1, eth2, sdhc, crypto, global-util, message, pci0, pci1, msi.25 pci0 = &pci0;
22 pci0 = &pci0;
50 pci0 = &pci0;
48 pci0 = &pci0;
52 pci0 = &pci0;
51 pci0 = &pci0;
34 board_pci0: pci0: pcie@ffe08000 {81 * mpc8572ds.dtsi must be last to ensure board_pci0 overrides pci0 settings
34 board_pci0: pci0: pcie@fffe08000 {81 * mpc8572ds.dtsi must be last to ensure board_pci0 overrides pci0 settings
63 pci0: pcie@ffe0a000 { label80 * p2020ds.dtsi must be last to ensure board_pci0 overrides pci0 settings
61 foo0@pci0:0:4:0: class=0x010000 rev=0x01 hdr=0x00 vendor=0x1000 device=0x000f \63 bar0@pci0:0:5:0: class=0x000100 rev=0x00 hdr=0x00 vendor=0x88c1 device=0x5333 \65 none0@pci0:0:6:0: class=0x020000 rev=0x00 hdr=0x00 vendor=0x10ec device=0x8029 \117 foo0@pci0:0:4:0: 010000 01 00 1000 000f 0000 0000118 bar0@pci0:0:5:0: 000100 00 00 88c1 5333 0000 0000119 none0@pci0:0:6:0: 020000 00 00 10ec 8029 0000 0000
128 .Va pci0:0:1:0133 # devctl set driver -f pci0:0:1:0 xhci140 # devctl set driver -f pci0:0:1:0 ppt
25 pci0 = &pci0;107 pci0: pci@fe800000 { label
21 pci0 = &pci0;
32 pci0 = &pci0;115 pci0: pci@fec00000 { label
24 pci0 = &pci0;139 pci0: pci@1000 { label
21 pci0 = &pci0;86 pci0: pci@feff0000 { label
163 static int pci0 = -1; variable1055 * Find the first pci bus and call it 0. Panic if pci0 is not in mptable_pci_setup()1060 if (pci0 == -1) in mptable_pci_setup()1061 pci0 = i; in mptable_pci_setup()1062 else if (pci0 != 0) in mptable_pci_setup()1092 if (mpct == NULL || pci0 == -1 || pci0 + bus > mptable_maxbusid) in mptable_pci_probe_table()1094 if (busses[pci0 + bus].bus_type != PCI) in mptable_pci_probe_table()1096 args.bus = pci0 + bus; in mptable_pci_probe_table()1147 KASSERT(pci0 != -1, ("do not know how to route PCI interrupts")); in mptable_pci_route_interrupt()1148 args.bus = pci_get_bus(dev) + pci0; in mptable_pci_route_interrupt()[all …]