Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/mpt/
H A Dmpt_pci.c743 mpt->pci_cfg.IntLine = pci_read_config(mpt->dev, PCIR_INTLINE, 1);
770 MPT_CHECK(IntLine, PCIR_INTLINE, 1);
784 pci_write_config(mpt->dev, PCIR_INTLINE, mpt->pci_cfg.IntLine, 1);
H A Dmpt.h455 uint8_t IntLine; member