Home
last modified time | relevance | path

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

/pciutils/
H A Dlspci.c900 byte int_pin = unknown_config_data ? 0 : get_conf_byte(d, PCI_INTERRUPT_PIN); in show_verbose() local
901 if (int_pin || p->irq) in show_verbose()
903 (int_pin ? 'A' + int_pin - 1 : '?'), p->irq); in show_verbose()