Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/imx/dc/
H A Ddc-fu.c21 #define SETBURSTLENGTH_MASK GENMASK(12, 8) macro
22 #define SETBURSTLENGTH(x) FIELD_PREP(SETBURSTLENGTH_MASK, (x))
136 SETBURSTLENGTH_MASK, SETBURSTLENGTH(burst_length)); in dc_fu_set_burstlength()