Home
last modified time | relevance | path

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

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