Searched refs:pbm_ctl (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sun4u/io/pci/
H A Dpcipsy.c1097 volatile uint64_t pbm_ctl = *pbm_csr_p; local
1104 "\npci_iommu_config: pbm_csr_p=%016llx pbm_ctl=%016llx",
1105 pbm_csr_p, pbm_ctl);
1116 *pbm_csr_p = (pbm_ctl >> 8) << 8;
1124 *pbm_csr_p = pbm_ctl; /* re-enable bus arbitration */
1125 pbm_ctl = *pbm_csr_p; /* flush all prev writes */
H A Dpcisch.c3028 volatile uint64_t pbm_ctl = *pbm_csr_p; local
3036 "\npci_iommu_config: pbm_csr_p=%llx pbm_ctl=%llx",
3037 pbm_csr_p, pbm_ctl);
3049 *pbm_csr_p = (pbm_ctl >> 8) << 8;
3066 *pbm_csr_p = pbm_ctl; /* re-enable bus arbitration */
3067 pbm_ctl = *pbm_csr_p; /* flush all prev writes */

Completed in 110 milliseconds