| /openbmc/qemu/hw/ide/ |
| H A D | via.c | 165 uint8_t mode = pd->config[PCI_CLASS_PROG]; in via_ide_cfg_read() 192 if (range_covers_byte(addr, len, PCI_CLASS_PROG)) { in via_ide_cfg_write() 206 dev->wmask[PCI_CLASS_PROG] = 5; in via_ide_realize()
|
| H A D | piix.c | 157 pci_conf[PCI_CLASS_PROG] = 0x80; // legacy ATA mode in pci_piix_ide_realize()
|
| H A D | cmd646.c | 257 pci_conf[PCI_CLASS_PROG] = 0x8f; in pci_cmd646_ide_realize()
|
| H A D | pci.c | 111 uint8_t mode = d->config[PCI_CLASS_PROG]; in pci_ide_update_mode()
|
| /openbmc/qemu/hw/sd/ |
| H A D | sdhci-pci.c | 41 dev->config[PCI_CLASS_PROG] = 0x01; /* Standard Host supported DMA */ in sdhci_pci_realize()
|
| /openbmc/qemu/hw/char/ |
| H A D | serial-pci.c | 55 pci->dev.config[PCI_CLASS_PROG] = 2; /* 16550 compatible */ in OBJECT_DECLARE_SIMPLE_TYPE()
|
| H A D | diva-gsp.c | 126 pci->dev.config[PCI_CLASS_PROG] = 2; /* 16550 compatible */ in diva_pci_realize() 229 pci->dev.config[PCI_CLASS_PROG] = 0x02; in OBJECT_DECLARE_SIMPLE_TYPE()
|
| H A D | serial-pci-multi.c | 99 pci->dev.config[PCI_CLASS_PROG] = 2; /* 16550 compatible */ in multi_serial_pci_realize()
|
| /openbmc/qemu/hw/usb/ |
| H A D | hcd-ohci-pci.c | 67 dev->config[PCI_CLASS_PROG] = 0x10; /* OHCI */ in usb_ohci_realize_pci()
|
| H A D | hcd-uhci-pci.c | |
| H A D | hcd-ehci-pci.c | 39 pci_set_byte(&pci_conf[PCI_CLASS_PROG], 0x20); in usb_ehci_pci_realize()
|
| H A D | hcd-xhci-pci.c | 129 dev->config[PCI_CLASS_PROG] = 0x30; /* xHCI */ in usb_xhci_pci_realize()
|
| H A D | hcd-uhci.c | 1195 pci_conf[PCI_CLASS_PROG] = 0x00; in usb_uhci_common_realize()
|
| /openbmc/u-boot/drivers/bios_emulator/ |
| H A D | bios.c | 189 dm_pci_read_config8(_BE_env.vgaInfo.pcidev, PCI_CLASS_PROG, 196 pci_read_config_byte(_BE_env.vgaInfo.pcidev, PCI_CLASS_PROG,
|
| /openbmc/qemu/hw/pci-host/ |
| H A D | grackle.c | 94 d->config[PCI_CLASS_PROG] = 0x01; in grackle_pci_realize()
|
| /openbmc/qemu/tests/qtest/ |
| H A D | i440fx-test.c | 66 g_assert_cmpint(qpci_config_readb(dev, PCI_CLASS_PROG), ==, 0x00); in test_i440fx_defaults()
|
| /openbmc/u-boot/cmd/ |
| H A D | pci.c | 177 { "programming interface", PCI_SIZE_8, PCI_CLASS_PROG },
|
| /openbmc/qemu/include/standard-headers/linux/ |
| H A D | pci_regs.h | 73 #define PCI_CLASS_PROG 0x09 /* Reg. Level Programming Interface */ macro
|
| /openbmc/qemu/include/hw/pci/ |
| H A D | pci.h | 863 pci_set_byte(&pci_config[PCI_CLASS_PROG], val);
|
| /openbmc/u-boot/drivers/pci/ |
| H A D | fsl_pci_init.c | 625 pci_hose_read_config_byte(hose, dev, PCI_CLASS_PROG, &prog_if); in fsl_is_pci_agent()
|
| /openbmc/u-boot/include/ |
| H A D | pci.h | 54 #define PCI_CLASS_PROG 0x09 /* Reg. Level Programming Interface */ macro
|
| /openbmc/qemu/hw/ppc/ |
| H A D | spapr_pci.c | 1331 uint32_t ccode = pci_default_read_config(dev, PCI_CLASS_PROG, 3); in spapr_dt_pci_bus() 1354 uint32_t ccode = pci_default_read_config(dev, PCI_CLASS_PROG, 3); in spapr_dt_pci_device()
|
| H A D | pegasos2.c | |
| /openbmc/qemu/hw/audio/ |
| H A D | ac97.c | 1285 c[PCI_CLASS_PROG] = 0x00; /* pi programming interface ro */ in ac97_realize()
|
| /openbmc/qemu/hw/pci/ |
| H A D | pci.c | 1033 dev->cmask[PCI_CLASS_PROG] = 0xff; in pci_init_wmask()
|