Home
last modified time | relevance | path

Searched refs:PCI_MAX_LAT (Results 1 – 9 of 9) sorted by relevance

/qemu/hw/pci-host/
H A Dppc440_pcix.c173 case PCI_VENDOR_ID ... PCI_MAX_LAT: in ppc440_pcix_reg_write4()
304 case PCI_VENDOR_ID ... PCI_MAX_LAT: in ppc440_pcix_reg_read4()
H A Dbonito.c734 pci_set_byte(dev->config + PCI_MAX_LAT, 0x00); in bonito_pci_realize()
/qemu/hw/usb/
H A Dhcd-ehci-pci.c47 pci_set_byte(&pci_conf[PCI_MAX_LAT], 0); in usb_ehci_pci_realize()
/qemu/hw/net/
H A Dpcnet-pci.c218 pci_conf[PCI_MAX_LAT] = 0xff; in pci_pcnet_realize()
H A Dsungem.c1364 pci_conf[PCI_MAX_LAT] = 0x40; in sungem_realize()
H A Deepro100.c497 pci_set_byte(pci_conf + PCI_MAX_LAT, 0x18); in e100_pci_reset()
/qemu/include/standard-headers/linux/
H A Dpci_regs.h128 #define PCI_MAX_LAT 0x3f /* 8 bits */ macro
/qemu/hw/audio/
H A Des1370.c850 c[PCI_MAX_LAT] = 0x80; in es1370_realize()
/qemu/hw/ppc/
H A Dspapr_pci.c1452 uint32_t max_latency = pci_default_read_config(dev, PCI_MAX_LAT, 1); in spapr_dt_pci_device()