Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/nvidia/drm2/
H A Dtegra_dc_reg.h351 #define WIN_POSITION(h, v) ((((h) & 0x1fff) << 0) | \ macro
H A Dtegra_dc.c429 WR4(sc, DC_WIN_POSITION, WIN_POSITION(win->dst_x, win->dst_y)); in dc_setup_window()