Home
last modified time | relevance | path

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

/freebsd/sys/dev/mpt/
H A Dmpt_pci.c740 mpt->pci_cfg.IntLine = pci_read_config(mpt->dev, PCIR_INTLINE, 1);
767 MPT_CHECK(IntLine, PCIR_INTLINE, 1);
781 pci_write_config(mpt->dev, PCIR_INTLINE, mpt->pci_cfg.IntLine, 1);
H A Dmpt.h454 uint8_t IntLine; member