Home
last modified time | relevance | path

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

/pciutils/
H A Dexample.c26 c = pci_read_byte(dev, PCI_INTERRUPT_PIN); /* Read config register directly */ in main()
H A Dlspci.c900 byte int_pin = unknown_config_data ? 0 : get_conf_byte(d, PCI_INTERRUPT_PIN); in show_verbose()
/pciutils/lib/
H A Dheader.h101 #define PCI_INTERRUPT_PIN 0x3d /* 8 bits */ macro