Searched refs:OUTREG64 (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/char/agp/ |
D | agp.h | 128 #define OUTREG64(mmap, addr, val) __raw_writeq((val), (mmap)+(addr)) macro
|
D | agpgart_be.c | 5428 OUTREG64(hp->ioc_regs, HP_ZX1_PDIR_BASE, in hp_zx1_configure() 5430 OUTREG64(hp->ioc_regs, HP_ZX1_TCNFG, hp->io_tlb_ps); in hp_zx1_configure() 5431 OUTREG64(hp->ioc_regs, HP_ZX1_IMASK, ~(HP_ZX1_IOVA_SIZE - 1)); in hp_zx1_configure() 5432 OUTREG64(hp->ioc_regs, HP_ZX1_IBASE, hp->iova_base | 0x1); in hp_zx1_configure() 5433 OUTREG64(hp->ioc_regs, HP_ZX1_PCOM, in hp_zx1_configure() 5446 OUTREG64(hp->ioc_regs, HP_ZX1_IBASE, 0); in hp_zx1_cleanup() 5455 OUTREG64(hp->ioc_regs, HP_ZX1_PCOM, in hp_zx1_tlbflush()
|