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

/drivers/char/agp/
H A Dhp-agp.c73 int io_tlb_ps; // IOC ps config member in struct:_hp_private
89 hp->io_tlb_ps = readq(hp->ioc_regs+HP_ZX1_TCNFG);
90 switch (hp->io_tlb_ps) {
97 "configuration 0x%x\n", hp->io_tlb_ps);
138 hp->io_tlb_ps = 3;
141 hp->io_tlb_ps = 2;
144 hp->io_tlb_ps = 1;
147 hp->io_tlb_ps = 0;
252 writel(hp->io_tlb_ps, hp->ioc_regs+HP_ZX1_TCNFG);
H A Dparisc-agp.c243 u64 iova_base, *io_pdir, io_tlb_ps; local
250 io_tlb_ps = readq(info->ioc_regs+IOC_TCNFG);
251 switch (io_tlb_ps) {
258 "configuration 0x%llx\n", io_tlb_ps);

Completed in 68 milliseconds