Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/tegra/
H A Dhub.h95 #define WGRP_SLOTS(x) (((x) & 0xff) << 0) macro
H A Dhub.c901 value = CURS_SLOTS(1) | WGRP_SLOTS(1); in tegra_display_hub_update()