Searched defs:evo_mthd (Results 1 - 1 of 1) sorted by relevance

/drivers/gpu/drm/nouveau/
H A Dnv50_display.c427 #define evo_mthd(p,m,s) *((p)++) = (((s) << 18) | (m)) macro
448 evo_mthd(push, 0x0084, 1);
450 evo_mthd(push, 0x0080, 2);
498 evo_mthd(push, 0x0084, 1);
500 evo_mthd(push, 0x0094, 1);
502 evo_mthd(push, 0x00c0, 1);
504 evo_mthd(push, 0x0080, 1);
593 evo_mthd(push, 0x0100, 1);
595 evo_mthd(push, 0x0084, 1);
598 evo_mthd(pus
[all...]

Completed in 74 milliseconds