Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/char/agp/
Duninorth-agp.c30 static u32 scratch_value; variable
175 if (gp[i] != scratch_value) { in uninorth_insert_memory()
218 gp[i] = scratch_value; in uninorth_remove_memory()
431 scratch_value = (page_to_phys(agp_bridge->scratch_page_page) >> PAGE_SHIFT) | 0x80000000UL; in uninorth_create_gatt_table()
433 scratch_value = cpu_to_le32((page_to_phys(agp_bridge->scratch_page_page) & 0xFFFFF000UL) | in uninorth_create_gatt_table()
436 bridge->gatt_table[i] = scratch_value; in uninorth_create_gatt_table()