Searched defs:PHY_STOP_WAIT_TIME (Results 1 – 4 of 4) sorted by relevance
118 #define PHY_STOP_WAIT_TIME DSI_HOST_BITS(0x0a4, 8, 8) macro
135 #define PHY_STOP_WAIT_TIME(x) UPDATE(x, 15, 8) macro
112 #define PHY_STOP_WAIT_TIME(x) UPDATE(x, 9, 2) macro
164 #define PHY_STOP_WAIT_TIME(cycle) (((cycle) & 0xff) << 8) macro