Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Dintel_bios.h201 u8 tlpx; member
/drivers/video/fbdev/omap2/omapfb/dss/
Ddsi.c3638 unsigned tlpx, tclk_zero, tclk_prepare, tclk_trail; in dsi_proto_timings() local
3656 tlpx = FLD_GET(r, 20, 16) * 2; in dsi_proto_timings()
3670 ddr_clk_pre = DIV_ROUND_UP(tclk_pre + tlpx + tclk_zero + tclk_prepare, in dsi_proto_timings()
3686 enter_hs_mode_lat = 1 + DIV_ROUND_UP(tlpx, 4) + in dsi_proto_timings()
/drivers/gpu/drm/omapdrm/dss/
Ddsi.c3745 unsigned tlpx, tclk_zero, tclk_prepare, tclk_trail; in dsi_proto_timings() local
3763 tlpx = FLD_GET(r, 20, 16) * 2; in dsi_proto_timings()
3777 ddr_clk_pre = DIV_ROUND_UP(tclk_pre + tlpx + tclk_zero + tclk_prepare, in dsi_proto_timings()
3793 enter_hs_mode_lat = 1 + DIV_ROUND_UP(tlpx, 4) + in dsi_proto_timings()