Home
last modified time | relevance | path

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

/qemu/hw/pci-bridge/
H A Dsimba.c58 PCI_STATUS_DEVSEL_MEDIUM); in simba_pci_bridge_realize()
/qemu/hw/isa/
H A Di82378.c76 PCI_STATUS_DEVSEL_MEDIUM); in i82378_realize()
H A Dvt82c686.c202 PCI_STATUS_DEVSEL_MEDIUM); in via_pm_realize()
816 pci_set_word(pci_conf + PCI_STATUS, PCI_STATUS_DEVSEL_MEDIUM); in vt82c686b_isa_reset()
885 pci_set_word(pci_conf + PCI_STATUS, PCI_STATUS_DEVSEL_MEDIUM); in vt8231_isa_reset()
/qemu/hw/pci-host/
H A Dsh_pci.c153 PCI_STATUS_FAST_BACK | PCI_STATUS_DEVSEL_MEDIUM); in sh_pcic_pci_realize()
H A Dversatile.c470 PCI_STATUS_66MHZ | PCI_STATUS_DEVSEL_MEDIUM); in versatile_pci_host_realize()
H A Dsabre.c456 PCI_STATUS_DEVSEL_MEDIUM); in sabre_pci_realize()
H A Dgt64120.c1248 PCI_STATUS_FAST_BACK | PCI_STATUS_DEVSEL_MEDIUM); in gt64120_pci_reset_hold()
/qemu/hw/ide/
H A Dpiix.c120 PCI_STATUS_DEVSEL_MEDIUM | PCI_STATUS_FAST_BACK); in piix_ide_reset()
H A Dvia.c138 PCI_STATUS_DEVSEL_MEDIUM); in via_ide_reset()
/qemu/hw/audio/
H A Dvia-ac97.c442 PCI_STATUS_CAP_LIST | PCI_STATUS_DEVSEL_MEDIUM); in via_ac97_realize()
500 pci_set_word(pci_dev->config + PCI_STATUS, PCI_STATUS_DEVSEL_MEDIUM); in via_mc97_realize()
H A Dac97.c1286 c[PCI_STATUS + 1] = PCI_STATUS_DEVSEL_MEDIUM >> 8; in ac97_realize()
/qemu/hw/net/
H A Dpcnet-pci.c211 PCI_STATUS_FAST_BACK | PCI_STATUS_DEVSEL_MEDIUM); in pci_pcnet_realize()
H A Dsungem.c1356 PCI_STATUS_DEVSEL_MEDIUM | in sungem_realize()
H A Deepro100.c488 pci_set_word(pci_conf + PCI_STATUS, PCI_STATUS_DEVSEL_MEDIUM | in e100_pci_reset()
/qemu/include/standard-headers/linux/
H A Dpci_regs.h63 #define PCI_STATUS_DEVSEL_MEDIUM 0x200 macro