Home
last modified time | relevance | path

Searched refs:PCI_LATENCY_TIMER (Results 1 – 15 of 15) sorted by relevance

/qemu/hw/pci-host/
H A Duninorth.c280 d->config[PCI_LATENCY_TIMER] = 0x10; in unin_main_pci_host_realize()
297 d->config[PCI_LATENCY_TIMER] = 0x10; in unin_agp_pci_host_realize()
304 d->config[PCI_LATENCY_TIMER] = 0x10; in u3_agp_pci_host_realize()
310 d->config[PCI_LATENCY_TIMER] = 0x10; in unin_internal_pci_host_realize()
H A Dversatile.c471 pci_set_byte(d->config + PCI_LATENCY_TIMER, 0x10); in versatile_pci_host_realize()
H A Draven.c346 d->config[PCI_LATENCY_TIMER] = 0x10; in raven_realize()
/qemu/hw/ide/
H A Dich.c122 dev->config[PCI_LATENCY_TIMER] = 0x00; /* Latency timer */ in pci_ich9_ahci_realize()
/qemu/tests/qtest/
H A Di440fx-test.c69 g_assert_cmpint(qpci_config_readb(dev, PCI_LATENCY_TIMER), ==, 0x00); in test_i440fx_defaults()
H A Dahci-test.c306 datab = qpci_config_readb(ahci->dev, PCI_LATENCY_TIMER); in ahci_test_pci_spec()
/qemu/hw/remote/
H A Dproxy.c118 pci_conf[PCI_LATENCY_TIMER] = 0xff; in pci_proxy_dev_realize()
/qemu/include/standard-headers/linux/
H A Dpci_regs.h77 #define PCI_LATENCY_TIMER 0x0d /* 8 bits */ macro
/qemu/hw/scsi/
H A Dvmw_pvscsi.c1172 pci_dev->config[PCI_LATENCY_TIMER] = 0xff; in pvscsi_realizefn()
H A Dmptsas.c1280 dev->config[PCI_LATENCY_TIMER] = 0; in mptsas_scsi_realize()
H A Dlsi53c895a.c2340 pci_conf[PCI_LATENCY_TIMER] = 0xff; in lsi_scsi_realize()
H A Dmegasas.c2368 pci_conf[PCI_LATENCY_TIMER] = 0; in megasas_scsi_realize()
/qemu/hw/display/
H A Dvmware_vga.c1320 dev->config[PCI_LATENCY_TIMER] = 0x40; in pci_vmsvga_realize()
/qemu/hw/xen/
H A Dxen_pt_config_init.c668 .offset = PCI_LATENCY_TIMER,
/qemu/hw/net/
H A Deepro100.c489 pci_set_byte(pci_conf + PCI_LATENCY_TIMER, 0x20); /* latency timer = 32 clocks */ in e100_pci_reset()