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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/kernel/
H A Dpsycho_common.h40 extern int psycho_iommu_init(struct pci_pbm_info *pbm, int tsbsize,
H A Dpci_sabre.c460 int tsbsize, err; local
540 tsbsize = 64;
544 tsbsize = 128;
549 tsbsize = 128;
556 err = psycho_iommu_init(pbm, tsbsize, vdma[0], dma_mask, SABRE_WRSYNC);
H A Dpsycho_common.c398 int psycho_iommu_init(struct pci_pbm_info *pbm, int tsbsize, argument
422 err = iommu_table_init(iommu, tsbsize * 1024 * 8,
433 switch (tsbsize) {
H A Dpci_fire.c32 int tsbsize, err; local
38 tsbsize = 128;
56 err = iommu_table_init(iommu, tsbsize * 8 * 1024, vdma[0], dma_mask,
H A Dpci_schizo.c1123 int tsbsize, err; local
1136 tsbsize = 64;
1141 tsbsize = 128;
1146 tsbsize = 128;
1183 err = iommu_table_init(iommu, tsbsize * 8 * 1024, vdma[0], dma_mask,
1194 switch (tsbsize) {
H A Diommu.c177 int iommu_table_init(struct iommu *iommu, int tsbsize, argument
184 num_tsb_entries = tsbsize / sizeof(iopte_t);
219 order = get_order(tsbsize);
H A Dldc.c991 unsigned long sz, num_tsb_entries, tsbsize, order; local
998 tsbsize = num_tsb_entries * sizeof(struct ldc_mtable_entry);
1012 order = get_order(tsbsize);
1019 "size=%lu order=%lu\n", tsbsize, order);
1049 unsigned long num_tsb_entries, tsbsize, order; local
1054 tsbsize = num_tsb_entries * sizeof(struct ldc_mtable_entry);
1055 order = get_order(tsbsize);
H A Dpci_sun4v.c581 unsigned long num_tsb_entries, sz, tsbsize; local
597 tsbsize = num_tsb_entries * sizeof(iopte_t);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/include/asm/
H A Diommu_64.h61 extern int iommu_table_init(struct iommu *iommu, int tsbsize,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/kernel/
H A Dpsycho_common.h40 extern int psycho_iommu_init(struct pci_pbm_info *pbm, int tsbsize,
H A Dpci_sabre.c460 int tsbsize, err; local
540 tsbsize = 64;
544 tsbsize = 128;
549 tsbsize = 128;
556 err = psycho_iommu_init(pbm, tsbsize, vdma[0], dma_mask, SABRE_WRSYNC);
H A Dpci_fire.c32 int tsbsize, err; local
38 tsbsize = 128;
56 err = iommu_table_init(iommu, tsbsize * 8 * 1024, vdma[0], dma_mask,
H A Dpsycho_common.c398 int psycho_iommu_init(struct pci_pbm_info *pbm, int tsbsize, argument
422 err = iommu_table_init(iommu, tsbsize * 1024 * 8,
433 switch (tsbsize) {
H A Dpci_schizo.c1123 int tsbsize, err; local
1136 tsbsize = 64;
1141 tsbsize = 128;
1146 tsbsize = 128;
1183 err = iommu_table_init(iommu, tsbsize * 8 * 1024, vdma[0], dma_mask,
1194 switch (tsbsize) {
H A Diommu.c177 int iommu_table_init(struct iommu *iommu, int tsbsize, argument
184 num_tsb_entries = tsbsize / sizeof(iopte_t);
219 order = get_order(tsbsize);
H A Dldc.c991 unsigned long sz, num_tsb_entries, tsbsize, order; local
998 tsbsize = num_tsb_entries * sizeof(struct ldc_mtable_entry);
1012 order = get_order(tsbsize);
1019 "size=%lu order=%lu\n", tsbsize, order);
1049 unsigned long num_tsb_entries, tsbsize, order; local
1054 tsbsize = num_tsb_entries * sizeof(struct ldc_mtable_entry);
1055 order = get_order(tsbsize);
H A Dpci_sun4v.c581 unsigned long num_tsb_entries, sz, tsbsize; local
597 tsbsize = num_tsb_entries * sizeof(iopte_t);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/include/asm/
H A Diommu_64.h61 extern int iommu_table_init(struct iommu *iommu, int tsbsize,

Completed in 225 milliseconds