Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/char/agp/
Dhp-agp.c73 int io_tlb_ps; // IOC ps config member
89 hp->io_tlb_ps = readq(hp->ioc_regs+HP_ZX1_TCNFG); in hp_zx1_ioc_shared()
90 switch (hp->io_tlb_ps) { in hp_zx1_ioc_shared()
97 "configuration 0x%x\n", hp->io_tlb_ps); in hp_zx1_ioc_shared()
138 hp->io_tlb_ps = 3; in hp_zx1_ioc_owner()
141 hp->io_tlb_ps = 2; in hp_zx1_ioc_owner()
144 hp->io_tlb_ps = 1; in hp_zx1_ioc_owner()
147 hp->io_tlb_ps = 0; in hp_zx1_ioc_owner()
252 writel(hp->io_tlb_ps, hp->ioc_regs+HP_ZX1_TCNFG); in hp_zx1_configure()
Dparisc-agp.c245 u64 iova_base, *io_pdir, io_tlb_ps; in agp_ioc_init() local
252 io_tlb_ps = readq(info->ioc_regs+IOC_TCNFG); in agp_ioc_init()
253 switch (io_tlb_ps) { in agp_ioc_init()
260 "configuration 0x%llx\n", io_tlb_ps); in agp_ioc_init()