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

/freebsd-10.1-release/sys/sparc64/sparc64/
H A Diommu.c131 #define IOMMU_READ8(is, reg, off) \ macro
329 obptsbsize = (IOMMU_READ8(is, is_iommu, IMR_TSB) &
332 obptsbsize = (IOMMU_READ8(is, is_iommu, IMR_CTL) &
343 obpptsb = IOMMU_READ8(is, is_iommu, IMR_TSB) &
413 if ((IOMMU_READ8(is, is_sb[i], ISR_CTL) &
419 (void)IOMMU_READ8(is, is_iommu, IMR_CTL);
1187 IOMMU_READ8(is, is_dtcmp, 0));
1191 tag = IOMMU_READ8(is, is_dtag, i * 8);
1192 data = IOMMU_READ8(is, is_ddram, i * 8);

Completed in 103 milliseconds