Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/agp/
H A Dhp-agp.c70 int io_tlb_ps; // IOC ps config member
86 hp->io_tlb_ps = readq(hp->ioc_regs+HP_ZX1_TCNFG); in hp_zx1_ioc_shared()
87 switch (hp->io_tlb_ps) { in hp_zx1_ioc_shared()
94 "configuration 0x%x\n", hp->io_tlb_ps); in hp_zx1_ioc_shared()
135 hp->io_tlb_ps = 3; in hp_zx1_ioc_owner()
138 hp->io_tlb_ps = 2; in hp_zx1_ioc_owner()
141 hp->io_tlb_ps = 1; in hp_zx1_ioc_owner()
144 hp->io_tlb_ps = 0; in hp_zx1_ioc_owner()
249 writel(hp->io_tlb_ps, hp->ioc_regs+HP_ZX1_TCNFG); in hp_zx1_configure()
H A Dparisc-agp.c255 u64 iova_base, io_tlb_ps; in agp_ioc_init() local
263 io_tlb_ps = readq(info->ioc_regs+IOC_TCNFG); in agp_ioc_init()
264 switch (io_tlb_ps) { in agp_ioc_init()
271 "configuration 0x%llx\n", io_tlb_ps); in agp_ioc_init()