Searched refs:REG_BIT_WAIT (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/gma500/ |
D | mdfld_dsi_dpi.c | 138 if (REG_BIT_WAIT(pipeconf_reg, 1, 30)) in dsi_set_pipe_plane_enable_state() 165 if (REG_BIT_WAIT(pipeconf_reg, 0, 30)) in dsi_set_pipe_plane_enable_state() 169 if (REG_BIT_WAIT(MIPI_GEN_FIFO_STAT_REG(pipe), 1, 28)) in dsi_set_pipe_plane_enable_state() 867 if (REG_BIT_WAIT(pipeconf_reg, 1, 29)) in mdfld_dsi_dpi_mode_set()
|
D | mdfld_dsi_output.h | 69 #define REG_BIT_WAIT(reg, val, bitnum) \ macro
|