Searched refs:GEN_HTYPE (Results 1 – 3 of 3) sorted by relevance
59 #define GEN_HTYPE(type) (((type) & 0xff) << 0) macro
964 u32 val = GEN_HDATA(*tx_buf) | GEN_HTYPE(msg->type); in dsi_dcs_short_write()980 u32 val = GEN_HDATA(msg->tx_len) | GEN_HTYPE(msg->type); in dsi_dcs_long_write()
124 #define GEN_HTYPE(type) (((type) & 0xff) << 0) macro