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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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.c242 u64 iova_base, *io_pdir, io_tlb_ps; local
249 io_tlb_ps = readq(info->ioc_regs+IOC_TCNFG);
250 switch (io_tlb_ps) {
257 "configuration 0x%llx\n", io_tlb_ps);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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.c242 u64 iova_base, *io_pdir, io_tlb_ps; local
249 io_tlb_ps = readq(info->ioc_regs+IOC_TCNFG);
250 switch (io_tlb_ps) {
257 "configuration 0x%llx\n", io_tlb_ps);

Completed in 119 milliseconds