Searched refs:tlpx (Results 1 – 3 of 3) sorted by relevance
/drivers/gpu/drm/i915/display/ |
D | intel_bios.h | 209 u8 tlpx; member
|
/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dsi.c | 3630 unsigned tlpx, tclk_zero, tclk_prepare, tclk_trail; in dsi_proto_timings() local 3648 tlpx = FLD_GET(r, 20, 16) * 2; in dsi_proto_timings() 3662 ddr_clk_pre = DIV_ROUND_UP(tclk_pre + tlpx + tclk_zero + tclk_prepare, in dsi_proto_timings() 3678 enter_hs_mode_lat = 1 + DIV_ROUND_UP(tlpx, 4) + in dsi_proto_timings()
|
/drivers/gpu/drm/omapdrm/dss/ |
D | dsi.c | 3557 unsigned int tlpx, tclk_zero, tclk_prepare; in dsi_proto_timings() local 3575 tlpx = FLD_GET(r, 20, 16) * 2; in dsi_proto_timings() 3588 ddr_clk_pre = DIV_ROUND_UP(tclk_pre + tlpx + tclk_zero + tclk_prepare, in dsi_proto_timings() 3604 enter_hs_mode_lat = 1 + DIV_ROUND_UP(tlpx, 4) + in dsi_proto_timings()
|