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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/agp/
H A Dhp-agp.c75 int io_tlb_ps; // IOC ps config member in struct:_hp_private
91 hp->io_tlb_ps = readq(hp->ioc_regs+HP_ZX1_TCNFG);
92 switch (hp->io_tlb_ps) {
99 "configuration 0x%x\n", hp->io_tlb_ps);
140 hp->io_tlb_ps = 3;
143 hp->io_tlb_ps = 2;
146 hp->io_tlb_ps = 1;
149 hp->io_tlb_ps = 0;
253 writel(hp->io_tlb_ps, hp->ioc_regs+HP_ZX1_TCNFG);
H A Dparisc-agp.c239 u64 iova_base, *io_pdir, io_tlb_ps; local
246 io_tlb_ps = readq(info->ioc_regs+IOC_TCNFG);
247 switch (io_tlb_ps) {
254 "configuration 0x%llx\n", io_tlb_ps);

Completed in 49 milliseconds