Searched refs:PCI_DEVICE_ID (Results 1 - 5 of 5) sorted by relevance

/external/qemu/hw/
H A Dpci.h97 #define PCI_DEVICE_ID 0x02 /* 16 bits */ macro
211 cpu_to_le16wu((uint16_t *)&pci_config[PCI_DEVICE_ID], val);
H A Dpci.c738 le16_to_cpu(*((uint16_t *)(d->config + PCI_DEVICE_ID))));
/external/grub/netboot/
H A Dpci.h42 #define PCI_DEVICE_ID 0x02 /* 16 bits */ macro
/external/qemu-pc-bios/bochs/bios/
H A Drombios32.c685 #define PCI_DEVICE_ID 0x02 /* 16 bits */ macro
842 device_id = pci_config_readw(d, PCI_DEVICE_ID);
939 device_id = pci_config_readw(d, PCI_DEVICE_ID);
1043 device_id = pci_config_readw(d, PCI_DEVICE_ID);
2667 device_id = pci_config_readw(d, PCI_DEVICE_ID);
2678 device_id = pci_config_readw(d, PCI_DEVICE_ID);
/external/kernel-headers/original/linux/
H A Dpci_regs.h25 #define PCI_DEVICE_ID 0x02 /* 16 bits */ macro

Completed in 1298 milliseconds