Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
H A Drv770.c1425 db_debug3 &= ~DB_CLK_OFF_DELAY(0x1f); in rv770_gpu_init()
1429 db_debug3 |= DB_CLK_OFF_DELAY(0x1f); in rv770_gpu_init()
1434 db_debug3 |= DB_CLK_OFF_DELAY(2); in rv770_gpu_init()
H A Drv770d.h366 #define DB_CLK_OFF_DELAY(x) ((x) << 11) macro