Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/display/
Dintel_bios.h209 u8 tlpx; member
/drivers/video/fbdev/omap2/omapfb/dss/
Ddsi.c3630 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/
Ddsi.c3557 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()