Home
last modified time | relevance | path

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

/freebsd/sys/dev/mpt/
H A Dmpt_pci.c741 mpt->pci_cfg.PMCSR = pci_read_config(mpt->dev, 0x44, 4);
768 MPT_CHECK(PMCSR, 0x44, 4);
782 pci_write_config(mpt->dev, 0x44, mpt->pci_cfg.PMCSR, 4);
H A Dmpt.h455 uint32_t PMCSR; member