Home
last modified time | relevance | path

Searched refs:PBM_LOGCLUSTERS (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/include/asm-sparc64/
Dpbm.h29 #define PBM_LOGCLUSTERS 3 macro
30 #define PBM_NCLUSTERS (1 << PBM_LOGCLUSTERS)
/linux-2.4.37.9/arch/sparc64/kernel/
Dpci_iommu.c101 (cnum << (iommu->page_table_sz_bits - PBM_LOGCLUSTERS))); in alloc_streaming_cluster()
108 (1 << (iommu->page_table_sz_bits - PBM_LOGCLUSTERS))); in alloc_streaming_cluster()
130 (iommu->page_table_sz_bits - PBM_LOGCLUSTERS))); in alloc_streaming_cluster()
157 ent = (base << (32 - IO_PAGE_SHIFT + PBM_LOGCLUSTERS - iommu->page_table_sz_bits)) in free_streaming_cluster()
158 >> (32 + PBM_LOGCLUSTERS + cnum - iommu->page_table_sz_bits); in free_streaming_cluster()
175 iopte = iommu->page_table + (1 << (iommu->page_table_sz_bits - PBM_LOGCLUSTERS)); in alloc_consistent_cluster()
286 (1 << (iommu->page_table_sz_bits - PBM_LOGCLUSTERS))); in pci_free_consistent()
Dpci_psycho.c1401 1 << (iommu->page_table_sz_bits - PBM_LOGCLUSTERS); in psycho_iommu_init()
Dpci_sabre.c1359 1 << (iommu->page_table_sz_bits - PBM_LOGCLUSTERS); in sabre_iommu_init()
Dpci_schizo.c1905 1 << (iommu->page_table_sz_bits - PBM_LOGCLUSTERS); in schizo_pbm_iommu_init()