Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/mpt/
H A Dmpt_pci.c744 mpt->pci_cfg.PMCSR = pci_read_config(mpt->dev, 0x44, 4);
771 MPT_CHECK(PMCSR, 0x44, 4);
785 pci_write_config(mpt->dev, 0x44, mpt->pci_cfg.PMCSR, 4);
H A Dmpt.h456 uint32_t PMCSR; member