Searched full:pci0 (Results 1 – 25 of 227) sorted by relevance
12345678910
| /freebsd-src/sys/dev/acpi_support/ |
| H A D | acpi_asus.c | 152 .lcd_set = "\\_SB.PCI0.SBRG.EC0._Q10", 162 .lcd_set = "\\_SB.PCI0.ISA.EC0._Q10", 163 .brn_up = "\\_SB.PCI0.ISA.EC0._Q0E", 164 .brn_dn = "\\_SB.PCI0.ISA.EC0._Q0F" 181 .lcd_get = "\\_SB.PCI0.SBRG.EC0.RPIN(0x67)", 182 .lcd_set = "\\_SB.PCI0.SBRG.EC0._Q10", 185 .disp_get = "\\_SB.PCI0.P0P2.VGA.GETD", 193 .lcd_get = "\\_SB.PCI0.SBRG.EC0.RPIN(0x11)", 194 .lcd_set = "\\_SB.PCI0.SBRG.EC0._Q10", 206 .lcd_set = "\\_SB.PCI0.SBRG.EC0._Q10", [all …]
|
| /freebsd-src/sys/contrib/device-tree/src/powerpc/fsl/ |
| H A D | p1020rdb-pc_camp_core0.dts | 8 * eth1, eth2, sdhc, crypto, global-util, message, pci0, pci1, msi. 25 pci0 = &pci0;
|
| H A D | mpc8641si-pre.dtsi | 22 pci0 = &pci0;
|
| H A D | c293si-pre.dtsi | 50 pci0 = &pci0;
|
| H A D | mpc8548si-pre.dtsi | 52 pci0 = &pci0;
|
| H A D | mpc8536si-pre.dtsi | 50 pci0 = &pci0;
|
| H A D | mpc8544si-pre.dtsi | 50 pci0 = &pci0;
|
| H A D | p1010si-pre.dtsi | 51 pci0 = &pci0;
|
| H A D | bsc9132si-pre.dtsi | 48 pci0 = &pci0;
|
| H A D | mpc8568si-pre.dtsi | 52 pci0 = &pci0;
|
| H A D | p1021si-pre.dtsi | 51 pci0 = &pci0;
|
| H A D | mpc8572ds_36b.dts | 34 board_pci0: pci0: pcie@fffe08000 { 81 * mpc8572ds.dtsi must be last to ensure board_pci0 overrides pci0 settings
|
| H A D | p2020si-pre.dtsi | 51 pci0 = &pci0;
|
| H A D | p1020si-pre.dtsi | 51 pci0 = &pci0;
|
| H A D | p1022si-pre.dtsi | 50 pci0 = &pci0;
|
| H A D | mpc8572ds.dts | 34 board_pci0: pci0: pcie@ffe08000 { 81 * mpc8572ds.dtsi must be last to ensure board_pci0 overrides pci0 settings
|
| H A D | mpc8572si-pre.dtsi | 52 pci0 = &pci0;
|
| /freebsd-src/usr.sbin/pciconf/ |
| H A D | pciconf.8 | 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 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-src/sys/contrib/device-tree/src/powerpc/ |
| H A D | sbc8548-pre.dtsi | 21 pci0 = &pci0;
|
| H A D | storcenter.dts | 25 pci0 = &pci0; 107 pci0: pci@fe800000 { label
|
| H A D | kuroboxHG.dts | 32 pci0 = &pci0; 115 pci0: pci@fec00000 { label
|
| H A D | kuroboxHD.dts | 32 pci0 = &pci0; 115 pci0: pci@fec00000 { label
|
| H A D | mvme5100.dts | 21 pci0 = &pci0; 86 pci0: pci@feff0000 { label
|
| H A D | mpc7448hpc2.dts | 24 pci0 = &pci0; 139 pci0: pci@1000 { label
|
| /freebsd-src/sys/x86/x86/ |
| H A D | mptable.c | 163 static int pci0 = -1; 1055 * Find the first pci bus and call it 0. Panic if pci0 is not 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_handler() 1094 if (busses[pci0 + bus].bus_type != PCI) 1096 args.bus = pci0 + bus; in mptable_pci_probe_table() 1147 KASSERT(pci0 ! in mptable_pci_route_interrupt_handler() 169 static int pci0 = -1; global() variable [all...] |
12345678910