Searched refs:PCI_MIN_GNT (Results 1 – 15 of 15) sorted by relevance
/openbmc/qemu/hw/usb/ |
H A D | hcd-ehci-pci.c | 46 pci_set_byte(&pci_conf[PCI_MIN_GNT], 0); in usb_ehci_pci_realize()
|
/openbmc/linux/drivers/ata/ |
H A D | pata_hpt366.c | 346 pci_write_config_byte(dev, PCI_MIN_GNT, 0x08); in hpt36x_init_chipset()
|
H A D | pata_hpt3x2n.c | 540 pci_write_config_byte(dev, PCI_MIN_GNT, 0x08); in hpt3x2n_init_one()
|
H A D | pata_hpt37x.c | 893 pci_write_config_byte(dev, PCI_MIN_GNT, 0x08); in hpt37x_init_one()
|
/openbmc/qemu/hw/net/ |
H A D | pcnet-pci.c | 217 pci_conf[PCI_MIN_GNT] = 0x06; in pci_pcnet_realize()
|
H A D | sungem.c | 1363 pci_conf[PCI_MIN_GNT] = 0x40; in sungem_realize()
|
H A D | eepro100.c | 497 pci_set_byte(pci_conf + PCI_MIN_GNT, 0x08); in e100_pci_reset()
|
/openbmc/linux/include/uapi/linux/ |
H A D | pci_regs.h | 126 #define PCI_MIN_GNT 0x3e /* 8 bits */ macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | pci_regs.h | 127 #define PCI_MIN_GNT 0x3e /* 8 bits */ macro
|
/openbmc/u-boot/cmd/ |
H A D | pci.c | 198 { "min Grant", PCI_SIZE_8, PCI_MIN_GNT },
|
/openbmc/qemu/hw/pci-host/ |
H A D | bonito.c | 733 pci_set_byte(dev->config + PCI_MIN_GNT, 0x3c); in bonito_pci_realize()
|
/openbmc/qemu/hw/audio/ |
H A D | es1370.c | 849 c[PCI_MIN_GNT] = 0x0c; in es1370_realize()
|
/openbmc/u-boot/include/ |
H A D | pci.h | 231 #define PCI_MIN_GNT 0x3e /* 8 bits */ macro
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_pci.c | 1443 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 D | pci-hyperv.c | 1141 (where >= PCI_INTERRUPT_PIN && where + size <= PCI_MIN_GNT)) { in _hv_pcifront_read_config()
|