Home
last modified time | relevance | path

Searched full:pci0 (Results 1 – 25 of 229) sorted by relevance

12345678910

/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A Dp1020rdb-pc_camp_core0.dts8 * eth1, eth2, sdhc, crypto, global-util, message, pci0, pci1, msi.
25 pci0 = &pci0;
H A Dmpc8641si-pre.dtsi22 pci0 = &pci0;
H A Dc293si-pre.dtsi50 pci0 = &pci0;
H A Dbsc9132si-pre.dtsi48 pci0 = &pci0;
H A Dmpc8536si-pre.dtsi50 pci0 = &pci0;
H A Dmpc8544si-pre.dtsi50 pci0 = &pci0;
H A Dmpc8548si-pre.dtsi52 pci0 = &pci0;
H A Dmpc8568si-pre.dtsi52 pci0 = &pci0;
H A Dp1010si-pre.dtsi51 pci0 = &pci0;
H A Dmpc8572ds.dts34 board_pci0: pci0: pcie@ffe08000 {
81 * mpc8572ds.dtsi must be last to ensure board_pci0 overrides pci0 settings
H A Dmpc8572ds_36b.dts34 board_pci0: pci0: pcie@fffe08000 {
81 * mpc8572ds.dtsi must be last to ensure board_pci0 overrides pci0 settings
H A Dmpc8572si-pre.dtsi52 pci0 = &pci0;
H A Dp1020si-pre.dtsi51 pci0 = &pci0;
H A Dp1021si-pre.dtsi51 pci0 = &pci0;
H A Dp1022si-pre.dtsi50 pci0 = &pci0;
H A Dp2020ds.dts63 pci0: pcie@ffe0a000 { label
80 * p2020ds.dtsi must be last to ensure board_pci0 overrides pci0 settings
/freebsd/usr.sbin/pciconf/
H A Dpciconf.861 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 0000
118 bar0@pci0:0:5:0: 000100 00 00 88c1 5333 0000 0000
119 none0@pci0:0:6:0: 020000 00 00 10ec 8029 0000 0000
/freebsd/share/man/man4/
H A Dvmm.4128 .Va pci0:0:1:0
133 # devctl set driver -f pci0:0:1:0 xhci
140 # devctl set driver -f pci0:0:1:0 ppt
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dstorcenter.dts25 pci0 = &pci0;
107 pci0: pci@fe800000 { label
H A Dsbc8548-pre.dtsi21 pci0 = &pci0;
H A DkuroboxHD.dts32 pci0 = &pci0;
115 pci0: pci@fec00000 { label
H A DkuroboxHG.dts32 pci0 = &pci0;
115 pci0: pci@fec00000 { label
H A Dmpc7448hpc2.dts24 pci0 = &pci0;
139 pci0: pci@1000 { label
H A Dmvme5100.dts21 pci0 = &pci0;
86 pci0: pci@feff0000 { label
/freebsd/sys/x86/x86/
H A Dmptable.c163 static int pci0 = -1; variable
1055 * 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 …]

12345678910