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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/agp/
H A Di460-agp.c2 * For documentation on the i460 AGP interface, see Chapter 7 (AGP Subsystem) of
27 * The i460 can operate with large (4MB) pages, but there is no sane way to support this
34 # define I460_IO_PAGE_SHIFT i460.io_page_shift
51 * gatt_table entries are 32-bits wide on the i460; the generic code ought to declare the
54 #define RD_GATT(index) readl((u32 *) i460.gatt + (index))
55 #define WR_GATT(index, val) writel((val), (u32 *) i460.gatt + (index))
67 /* i460 supports multiple GART page sizes, so GART pageshift is dynamic: */
79 } i460; variable in typeref:struct:__anon4178
109 i460.io_page_shift = (temp & I460_4M_PS) ? 22 : 12;
110 pr_debug("i460_fetch_size: io_page_shift=%d\n", i460
[all...]
H A DMakefile14 obj-$(CONFIG_AGP_I460) += i460-agp.o

Completed in 92 milliseconds