Home
last modified time | relevance | path

Searched refs:PCI_INTERRUPT_PIN (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/devices/src/pci/
Dvfio_pci.rs34 const PCI_INTERRUPT_PIN: u32 = 0x3D; constant
817 if self.config.read_config_byte(PCI_INTERRUPT_PIN) > 0 { in assign_irq()
/external/kernel-headers/original/uapi/linux/
Dpci_regs.h125 #define PCI_INTERRUPT_PIN 0x3d /* 8 bits */ macro