/external/chromium_org/third_party/openssl/openssl/crypto/des/times/ |
D | aix.cc | 8 PCI BUS Speed : 33 Mhz 9 TransfRate PCI : 132 MB/s
|
/external/openssl/crypto/des/times/ |
D | aix.cc | 8 PCI BUS Speed : 33 Mhz 9 TransfRate PCI : 132 MB/s
|
/external/grub/netboot/ |
D | README.netboot | 15 Define this for PCI BIOSes that do not implement BIOS32 or not 78 Lance PCI PCNet/32 107 NE2000 PCI clone (RTL8029) 115 If you have a Compex RL2000 PCI 32-bit (11F6:1401), and the probe 116 hangs in "Probing...[NE*000/PCI]", try enabling this fix... it
|
D | tulip.txt | 26 and being PCI, they auto-configure IRQ and IOADDR and auto-negotiate 32 On some PCI tulip clone chipsets (MX987x5, LC82C115, LC82C168) this driver
|
D | sis900.txt | 31 2. edit src/pci.h to add PCI signatures for card
|
D | 3c90x.txt | 130 1. Ensure that PCI Busmastering is enabled for the adapter (configured 148 install the card and restart (or switch to a different PCI slot). 155 from the PCI bus to the ROM. Unfortunately, most of us are not using 290 Use this floppy to fix any 3COM model 3C905B PCI 10/100 Ethernet cards
|
/external/qemu-pc-bios/bochs/bios/ |
D | acpi-dsdt.dsl | 39 /* PCI Bus definition */ 46 /* PCI IRQ routing table, example from ACPI 2.0a specification, 48 /* Note: we provide the same info as the PCI routing 237 /* PIIX PCI to ISA irq remapping */ 430 /* PCI IRQs */ 441 Name(_HID, EISAID("PNP0C0F")) // PCI interrupt link 488 Name(_HID, EISAID("PNP0C0F")) // PCI interrupt link 535 Name(_HID, EISAID("PNP0C0F")) // PCI interrupt link 582 Name(_HID, EISAID("PNP0C0F")) // PCI interrupt link
|
D | rombios.c | 196 # error PCI BIOS can only be used with 386+ cpu 205 #define PCI_FIXED_HOST_BRIDGE 0x12378086 ;; i440FX PCI bridge 9690 db 0 ;; PCI interrupt router bus 9691 db 0x08 ;; PCI interrupt router DevFunc 9692 dw 0x0000 ;; PCI exclusive IRQs 9693 dw 0x8086 ;; compatible PCI interrupt router vendor ID 9694 dw 0x122e ;; compatible PCI interrupt router device ID 9699 ;; first slot entry PCI-to-ISA (embedded) 9712 ;; second slot entry: 1st PCI slot 9725 ;; third slot entry: 2nd PCI slot [all …]
|
D | acpi-dsdt.hex | 175 0x5B,0x81,0x24,0x2F,0x03,0x50,0x43,0x49, /* 00000500 "[.$/.PCI" */
|
/external/qemu-pc-bios/bochs/ |
D | config.h.in | 209 #define BX_USE_PCI_SMF 1 // PCI 210 #define BX_USE_P2I_SMF 1 // PCI-to-ISA bridge 211 #define BX_USE_PIDE_SMF 1 // PCI-IDE 212 #define BX_USE_PCIVGA_SMF 1 // PCI-VGA 213 #define BX_USE_PCIDEV_SMF 1 // PCI-DEV 216 #define BX_USE_PCIPNIC_SMF 1 // PCI pseudo NIC 683 // limited i440FX PCI support 696 #error To enable ACPI support, you must also enable PCI 699 // Experimental VGA on PCI 702 // Experimental host PCI device mapping [all …]
|
/external/llvm/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 476 for (std::map<BasicBlock*, unsigned>::iterator PCI =PredCount.begin(), in CloneAndPruneFunctionInto() local 477 E = PredCount.end(); PCI != E; ++PCI) { in CloneAndPruneFunctionInto() 478 BasicBlock *Pred = PCI->first; in CloneAndPruneFunctionInto() 479 for (unsigned NumToRemove = PCI->second; NumToRemove; --NumToRemove) in CloneAndPruneFunctionInto()
|
/external/qemu/ |
D | qemu-monitor.hx | 53 show emulated PCI device info 501 "add drive to PCI storage controller" }, 506 Add drive to PCI storage controller. 511 … [[vlan=n][,macaddr=addr][,model=type]] [file=file][,if=type][,bus=nr]...", "hot-add PCI device" }, 517 Hot-add PCI device. 522 …{ "pci_del", "s", pci_device_hot_remove, "pci_addr=[[<domain>:]<bus>:]<slot>", "hot remove PCI dev… 527 Hot remove PCI device.
|
D | Changelog | 8 - pci: support PCI based option rom loading (Gerd Hoffman/Anthony Liguori) 121 - PCI hotplug support 170 - Moved PCI init, MP table init and ACPI table init to Bochs BIOS 223 - ES1370 PCI audio device (malc) 294 - Level triggered IRQ fix (aka NE2000 PCI performance fix) (Steve 324 - PCI support 325 - NE2K PCI support 326 - dummy VGA PCI support
|
/external/chromium_org/gpu/gles2_conform_support/ |
D | gles2_conform_test_expectations.txt | 12 // 0x**** (this is a gpu's PCI device ID)
|
/external/grub/ |
D | configure.ac | 324 [ --enable-pci-direct access PCI directly instead of using BIOS]) 422 [ --enable-lance enable Lance PCI PCNet/32 driver]) 471 [ --enable-ns8390 enable NE2000 PCI driver]) 568 specify this if you have a Compex RL2000 PCI])
|
D | configure | 874 --enable-pci-direct access PCI directly instead of using BIOS 888 --enable-lance enable Lance PCI PCNet/32 driver 895 --enable-ns8390 enable NE2000 PCI driver 909 specify this if you have a Compex RL2000 PCI
|
/external/llvm/utils/TableGen/ |
D | CodeGenSchedule.cpp | 1760 PCI = TI->PredTerm.begin(), PCE = TI->PredTerm.end(); in dump() local 1761 PCI != PCE; ++PCI) { in dump() 1762 if (PCI != TI->PredTerm.begin()) in dump() 1764 dbgs() << SchedModels.getSchedRW(PCI->RWIdx, PCI->IsRead).Name in dump() 1765 << ":" << PCI->Predicate->getName(); in dump()
|
/external/qemu-pc-bios/vgabios/ |
D | README | 96 . use VBE LFB address from PCI base address if present 102 . added PCI data structure for the Cirrus VGABIOS images
|
D | ChangeLog | 26 - use VBE LFB address from PCI base address if present (rewrite of the cirrus 70 - added PCI data structure for the Cirrus VGABIOS images 71 - added support for the PCI data structure in biossums 370 * enable VESA LFB support if a Cirrus PCI adapter is detected
|
D | vgabios.c | 3836 ; get LFB address from PCI 3837 ; in - ax: PCI device vendor 3877 ; read PCI register
|
/external/chromium_org/gpu/config/ |
D | gpu_info_collector_mac.mm | 65 // Scan IO registry for PCI video cards.
|
/external/iproute2/testsuite/configs/ |
D | all-police-act | 183 # Bus options (PCI, PCMCIA, EISA, MCA, ISA) 212 # PCI Hotplug Support 1104 # PCI devices
|
D | all-no-act | 183 # Bus options (PCI, PCMCIA, EISA, MCA, ISA) 212 # PCI Hotplug Support 1099 # PCI devices
|
D | all-2.4 | 103 # PCI Hotplug Support
|
/external/oprofile/events/x86-64/family10/ |
D | events | 236 …_op um:ibs_op minimum:50000 name:IBS_OP_NB_LOCAL_OTHER : IBS northbridge local APIC MMIO Config PCI 237 …p um:ibs_op minimum:50000 name:IBS_OP_NB_REMOTE_OTHER : IBS northbridge remote APIC MMIO Config PCI
|