Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/char/agp/
H A Di460-agp.c2 * For documentation on the i460 AGP interface, see Chapter 7 (AGP Subsystem) of
28 * The i460 can operate with large (4MB) pages, but there is no sane way to support this
35 # define I460_IO_PAGE_SHIFT i460.io_page_shift
52 * gatt_table entries are 32-bits wide on the i460; the generic code ought to declare the
55 #define RD_GATT(index) readl((u32 *) i460.gatt + (index))
56 #define WR_GATT(index, val) writel((val), (u32 *) i460.gatt + (index))
69 /* i460 supports multiple GART page sizes, so GART pageshift is dynamic: */
82 } i460; variable
112 i460.io_page_shift = (temp & I460_4M_PS) ? 22 : 12; in i460_fetch_size()
113 pr_debug("i460_fetch_size: io_page_shift=%d\n", i460 in i460_fetch_size()
[all...]
H A DMakefile15 obj-$(CONFIG_AGP_I460) += i460-agp.o
/kernel/linux/linux-6.6/drivers/char/agp/
H A Di460-agp.c2 * For documentation on the i460 AGP interface, see Chapter 7 (AGP Subsystem) of
28 * The i460 can operate with large (4MB) pages, but there is no sane way to support this
35 # define I460_IO_PAGE_SHIFT i460.io_page_shift
52 * gatt_table entries are 32-bits wide on the i460; the generic code ought to declare the
55 #define RD_GATT(index) readl((u32 *) i460.gatt + (index))
56 #define WR_GATT(index, val) writel((val), (u32 *) i460.gatt + (index))
69 /* i460 supports multiple GART page sizes, so GART pageshift is dynamic: */
82 } i460; variable
112 i460.io_page_shift = (temp & I460_4M_PS) ? 22 : 12; in i460_fetch_size()
113 pr_debug("i460_fetch_size: io_page_shift=%d\n", i460 in i460_fetch_size()
[all...]
H A DMakefile19 obj-$(CONFIG_AGP_I460) += i460-agp.o

Completed in 2 milliseconds