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

/linux-4.1.27/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); hp_zx1_ioc_shared()
90 switch (hp->io_tlb_ps) { hp_zx1_ioc_shared()
97 "configuration 0x%x\n", hp->io_tlb_ps); hp_zx1_ioc_shared()
138 hp->io_tlb_ps = 3; hp_zx1_ioc_owner()
141 hp->io_tlb_ps = 2; hp_zx1_ioc_owner()
144 hp->io_tlb_ps = 1; hp_zx1_ioc_owner()
147 hp->io_tlb_ps = 0; hp_zx1_ioc_owner()
252 writel(hp->io_tlb_ps, hp->ioc_regs+HP_ZX1_TCNFG); hp_zx1_configure()
H A Dparisc-agp.c245 u64 iova_base, *io_pdir, io_tlb_ps; agp_ioc_init() local
252 io_tlb_ps = readq(info->ioc_regs+IOC_TCNFG); agp_ioc_init()
253 switch (io_tlb_ps) { agp_ioc_init()
260 "configuration 0x%llx\n", io_tlb_ps); agp_ioc_init()

Completed in 46 milliseconds