Home
last modified time | relevance | path

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

/external/qemu/hw/
Dpci.h103 #define PCI_CLASS_DEVICE 0x0a /* Device class */ macro
217 cpu_to_le16wu((uint16_t *)&pci_config[PCI_CLASS_DEVICE], val); in pci_config_set_class()
Dpci.c726 class = le16_to_cpu(*((uint16_t *)(d->config + PCI_CLASS_DEVICE))); in pci_info_device()
/external/kernel-headers/original/linux/
Dpci_regs.h58 #define PCI_CLASS_DEVICE 0x0a /* Device class */ macro
/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()