Home
last modified time | relevance | path

Searched refs:PCI_MIN_GNT (Results 1 – 8 of 8) sorted by relevance

/qemu/hw/usb/
H A Dhcd-ehci-pci.c46 pci_set_byte(&pci_conf[PCI_MIN_GNT], 0); in usb_ehci_pci_realize()
/qemu/hw/net/
H A Dpcnet-pci.c217 pci_conf[PCI_MIN_GNT] = 0x06; in pci_pcnet_realize()
H A Dsungem.c1363 pci_conf[PCI_MIN_GNT] = 0x40; in sungem_realize()
H A Deepro100.c495 pci_set_byte(pci_conf + PCI_MIN_GNT, 0x08); in e100_pci_reset()
/qemu/include/standard-headers/linux/
H A Dpci_regs.h127 #define PCI_MIN_GNT 0x3e /* 8 bits */ macro
/qemu/hw/pci-host/
H A Dbonito.c733 pci_set_byte(dev->config + PCI_MIN_GNT, 0x3c); in bonito_pci_realize()
/qemu/hw/audio/
H A Des1370.c849 c[PCI_MIN_GNT] = 0x0c; in es1370_realize()
/qemu/hw/ppc/
H A Dspapr_pci.c1451 uint32_t min_grant = pci_default_read_config(dev, PCI_MIN_GNT, 1); in spapr_dt_pci_device()