Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/mpt/
H A Dmpt_pci.c747 mpt->pci_cfg.IntLine = pci_read_config(mpt->dev, PCIR_INTLINE, 1);
774 MPT_CHECK(IntLine, PCIR_INTLINE, 1);
788 pci_write_config(mpt->dev, PCIR_INTLINE, mpt->pci_cfg.IntLine, 1);
H A Dmpt.h460 uint8_t IntLine; member