Searched refs:REG_BIT_WAIT (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
H A D | mdfld_dsi_dpi.c | 140 if (REG_BIT_WAIT(pipeconf_reg, 1, 30)) in dsi_set_pipe_plane_enable_state() 167 if (REG_BIT_WAIT(pipeconf_reg, 0, 30)) in dsi_set_pipe_plane_enable_state() 171 if (REG_BIT_WAIT(MIPI_GEN_FIFO_STAT_REG(pipe), 1, 28)) in dsi_set_pipe_plane_enable_state() 869 if (REG_BIT_WAIT(pipeconf_reg, 1, 29)) in mdfld_dsi_dpi_mode_set()
|
H A D | mdfld_dsi_output.h | 69 #define REG_BIT_WAIT(reg, val, bitnum) \ macro
|
Completed in 3 milliseconds