Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/mpt/
H A Dmpt_pci.c748 mpt->pci_cfg.PMCSR = pci_read_config(mpt->dev, 0x44, 4);
775 MPT_CHECK(PMCSR, 0x44, 4);
789 pci_write_config(mpt->dev, 0x44, mpt->pci_cfg.PMCSR, 4);
H A Dmpt.h461 uint32_t PMCSR; member