Searched refs:PHY_STOP_WAIT_TIME (Results 1 – 2 of 2) sorted by relevance
183 #define PHY_STOP_WAIT_TIME(cycle) (((cycle)&0xff) << 8) macro798 dsi_write(dsi, DSI_PHY_IF_CFG, PHY_STOP_WAIT_TIME(0x20) | N_LANES(dsi->lanes)); in dw_mipi_dsi_dphy_interface_config()
42 #define PHY_STOP_WAIT_TIME(cycle) (((cycle)&0xff) << 8) macro