Home
last modified time | relevance | path

Searched refs:PCI_CLASS_DEVICE (Results 1 – 4 of 4) sorted by relevance

/external/qemu/include/hw/pci/
Dpci.h103 #define PCI_CLASS_DEVICE 0x0a /* Device class */ macro
265 pci_set_word(&pci_config[PCI_CLASS_DEVICE], val); in pci_config_set_class()
/external/kernel-headers/original/uapi/linux/
Dpci_regs.h65 #define PCI_CLASS_DEVICE 0x0a /* Device class */ macro
/external/qemu/hw/pci/
Dpci.c730 class = pci_get_word(d->config + PCI_CLASS_DEVICE); in pci_info_device()
/external/qemu-pc-bios/bochs/bios/
Drombios32.c689 #define PCI_CLASS_DEVICE 0x0a /* Device class */ macro
937 class = pci_config_readw(d, PCI_CLASS_DEVICE); in pci_bios_init_device()