Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/bridge/
Dnwl-dsi.h109 #define NWL_DSI_WC(x) FIELD_PREP(GENMASK(15, 0), (x)) macro
Dnwl-dsi.c386 word_count = NWL_DSI_WC(val); in nwl_dsi_read_packet()
556 val = NWL_DSI_WC(word_count) | NWL_DSI_TX_VC(xfer->msg->channel) | in nwl_dsi_begin_transmission()