Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-ehci-pci.c46 pci_set_byte(&pci_conf[PCI_MIN_GNT], 0); in usb_ehci_pci_realize()
/openbmc/linux/drivers/ata/
H A Dpata_hpt366.c346 pci_write_config_byte(dev, PCI_MIN_GNT, 0x08); in hpt36x_init_chipset()
H A Dpata_hpt3x2n.c540 pci_write_config_byte(dev, PCI_MIN_GNT, 0x08); in hpt3x2n_init_one()
H A Dpata_hpt37x.c893 pci_write_config_byte(dev, PCI_MIN_GNT, 0x08); in hpt37x_init_one()
/openbmc/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.c497 pci_set_byte(pci_conf + PCI_MIN_GNT, 0x08); in e100_pci_reset()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h126 #define PCI_MIN_GNT 0x3e /* 8 bits */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h127 #define PCI_MIN_GNT 0x3e /* 8 bits */ macro
/openbmc/u-boot/cmd/
H A Dpci.c198 { "min Grant", PCI_SIZE_8, PCI_MIN_GNT },
/openbmc/qemu/hw/pci-host/
H A Dbonito.c733 pci_set_byte(dev->config + PCI_MIN_GNT, 0x3c); in bonito_pci_realize()
/openbmc/qemu/hw/audio/
H A Des1370.c849 c[PCI_MIN_GNT] = 0x0c; in es1370_realize()
/openbmc/u-boot/include/
H A Dpci.h231 #define PCI_MIN_GNT 0x3e /* 8 bits */ macro
/openbmc/qemu/hw/ppc/
H A Dspapr_pci.c1443 uint32_t min_grant = pci_default_read_config(dev, PCI_MIN_GNT, 1); in spapr_dt_pci_device()
/openbmc/linux/drivers/pci/controller/
H A Dpci-hyperv.c1141 (where >= PCI_INTERRUPT_PIN && where + size <= PCI_MIN_GNT)) { in _hv_pcifront_read_config()