Home
last modified time | relevance | path

Searched refs:lbcc (Results 1 – 1 of 1) sorted by relevance

/drivers/video/
A Ddw_mipi_dsi.c163 #define PHY_CLKHS2LP_TIME(lbcc) (((lbcc) & 0x3ff) << 16) argument
164 #define PHY_CLKLP2HS_TIME(lbcc) ((lbcc) & 0x3ff) argument
167 #define PHY_HS2LP_TIME(lbcc) (((lbcc) & 0xff) << 24) argument
168 #define PHY_LP2HS_TIME(lbcc) (((lbcc) & 0xff) << 16) argument
169 #define MAX_RD_TIME(lbcc) ((lbcc) & 0x7fff) argument
170 #define PHY_HS2LP_TIME_V131(lbcc) (((lbcc) & 0x3ff) << 16) argument
171 #define PHY_LP2HS_TIME_V131(lbcc) ((lbcc) & 0x3ff) argument
212 #define MAX_RD_TIME_V131(lbcc) ((lbcc) & 0x7fff) argument
607 lbcc = lbcc / (timings->pixelclock.typ / 1000); in dw_mipi_dsi_get_hcomponent_lbcc()
609 lbcc++; in dw_mipi_dsi_get_hcomponent_lbcc()
[all …]

Completed in 5 milliseconds