Home
last modified time | relevance | path

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

/linux/drivers/char/agp/
A Duninorth-agp.c31 static u32 scratch_value; variable
176 if (gp[i] != scratch_value) { in uninorth_insert_memory()
219 gp[i] = scratch_value; in uninorth_remove_memory()
432 scratch_value = (page_to_phys(agp_bridge->scratch_page_page) >> PAGE_SHIFT) | 0x80000000UL; in uninorth_create_gatt_table()
434 scratch_value = cpu_to_le32((page_to_phys(agp_bridge->scratch_page_page) & 0xFFFFF000UL) | in uninorth_create_gatt_table()
437 bridge->gatt_table[i] = scratch_value; in uninorth_create_gatt_table()

Completed in 6 milliseconds