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

/external/qemu/hw/
H A Dpci.h103 #define PCI_CLASS_DEVICE 0x0a /* Device class */ macro
217 cpu_to_le16wu((uint16_t *)&pci_config[PCI_CLASS_DEVICE], val);
H A Dpci.c726 class = le16_to_cpu(*((uint16_t *)(d->config + PCI_CLASS_DEVICE)));
/external/kernel-headers/original/linux/
H A Dpci_regs.h58 #define PCI_CLASS_DEVICE 0x0a /* Device class */ macro
/external/qemu-pc-bios/bochs/bios/
H A Drombios32.c689 #define PCI_CLASS_DEVICE 0x0a /* Device class */ macro
937 class = pci_config_readw(d, PCI_CLASS_DEVICE);

Completed in 99 milliseconds