Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/bridge/
H A Dnwl-dsi.h110 #define NWL_DSI_TX_VC(x) FIELD_PREP(GENMASK(17, 16), (x)) macro
H A Dnwl-dsi.c556 val = NWL_DSI_WC(word_count) | NWL_DSI_TX_VC(xfer->msg->channel) | in nwl_dsi_begin_transmission()