Searched refs:tlpx (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_bios.h | 201 u8 tlpx; member
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dsi.c | 3638 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()
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | dsi.c | 3655 unsigned int tlpx, tclk_zero, tclk_prepare, tclk_trail; in dsi_proto_timings() local 3673 tlpx = FLD_GET(r, 20, 16) * 2; in dsi_proto_timings() 3687 ddr_clk_pre = DIV_ROUND_UP(tclk_pre + tlpx + tclk_zero + tclk_prepare, in dsi_proto_timings() 3703 enter_hs_mode_lat = 1 + DIV_ROUND_UP(tlpx, 4) + in dsi_proto_timings()
|