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

/linux-master/arch/sparc/kernel/
H A Dpsycho_common.h41 int psycho_iommu_init(struct pci_pbm_info *pbm, int tsbsize,
H A Dpci_sabre.c467 int tsbsize, err; local
547 tsbsize = 64;
551 tsbsize = 128;
556 tsbsize = 128;
563 err = psycho_iommu_init(pbm, tsbsize, vdma[0], dma_mask, SABRE_WRSYNC);
H A Dpci_fire.c36 int tsbsize, err; local
42 tsbsize = 128;
60 err = iommu_table_init(iommu, tsbsize * 8 * 1024, vdma[0], dma_mask,
H A Dpsycho_common.c401 int psycho_iommu_init(struct pci_pbm_info *pbm, int tsbsize, argument
425 err = iommu_table_init(iommu, tsbsize * 1024 * 8,
436 switch (tsbsize) {
H A Dpci_schizo.c1141 int tsbsize, err; local
1154 tsbsize = 64;
1159 tsbsize = 128;
1164 tsbsize = 128;
1201 err = iommu_table_init(iommu, tsbsize * 8 * 1024, vdma[0], dma_mask,
1212 switch (tsbsize) {
H A Diommu.c93 int iommu_table_init(struct iommu *iommu, int tsbsize, argument
100 num_tsb_entries = tsbsize / sizeof(iopte_t);
132 order = get_order(tsbsize);
H A Dldc.c1043 unsigned long sz, num_tsb_entries, tsbsize, order; local
1051 tsbsize = num_tsb_entries * sizeof(struct ldc_mtable_entry);
1066 order = get_order(tsbsize);
1073 "size=%lu order=%lu\n", tsbsize, order);
1104 unsigned long num_tsb_entries, tsbsize, order; local
1109 tsbsize = num_tsb_entries * sizeof(struct ldc_mtable_entry);
1110 order = get_order(tsbsize);
/linux-master/arch/sparc/include/asm/
H A Diommu_64.h89 int iommu_table_init(struct iommu *iommu, int tsbsize,

Completed in 365 milliseconds