Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Ddsi.c3478 int ndl = dsi->num_lanes_used - 1; in dsi_config_cmd_mode_interleaving() local
3518 bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl); in dsi_config_cmd_mode_interleaving()
3662 int ndl = dsi->num_lanes_used - 1; in dsi_proto_timings() local
3685 ths_eot = DIV_ROUND_UP(4, ndl); in dsi_proto_timings()
3732 ((hsa == 0 && ndl == 3) ? 1 : DIV_ROUND_UP(4, ndl)) : 0; in dsi_proto_timings()
3737 tl = DIV_ROUND_UP(4, ndl) + (hsync_end ? hsa : 0) + t_he + hfp + in dsi_proto_timings()
3738 DIV_ROUND_UP(width_bytes + 6, ndl) + hbp; in dsi_proto_timings()
4335 pps = DIV_ROUND_UP(wc + 6, t->ndl); /* pixel packet size */ in print_dsi_vm()
4398 dsi_tput = (u64)byteclk * t->ndl * 8; in print_dsi_dispc_vm()
4400 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(t->hact * t->bitspp, 8) + 6, t->ndl); in print_dsi_dispc_vm()
[all …]
Domapdss.h190 unsigned int ndl; member
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Ddsi.c3459 int ndl = dsi->num_lanes_used - 1; in dsi_config_cmd_mode_interleaving() local
3499 bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl); in dsi_config_cmd_mode_interleaving()
3645 int ndl = dsi->num_lanes_used - 1; in dsi_proto_timings() local
3668 ths_eot = DIV_ROUND_UP(4, ndl); in dsi_proto_timings()
3715 ((hsa == 0 && ndl == 3) ? 1 : DIV_ROUND_UP(4, ndl)) : 0; in dsi_proto_timings()
3720 tl = DIV_ROUND_UP(4, ndl) + (hsync_end ? hsa : 0) + t_he + hfp + in dsi_proto_timings()
3721 DIV_ROUND_UP(width_bytes + 6, ndl) + hbp; in dsi_proto_timings()
4334 pps = DIV_ROUND_UP(wc + 6, t->ndl); /* pixel packet size */ in print_dsi_vm()
4397 dsi_tput = (u64)byteclk * t->ndl * 8; in print_dsi_dispc_vm()
4399 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(t->hact * t->bitspp, 8) + 6, t->ndl); in print_dsi_dispc_vm()
[all …]
/Linux-v4.19/drivers/nvdimm/
Dregion_devs.c1029 struct nd_percpu_lane *ndl; in nd_region_create() local
1031 ndl = per_cpu_ptr(nd_region->lane, i); in nd_region_create()
1032 spin_lock_init(&ndl->lock); in nd_region_create()
1033 ndl->count = 0; in nd_region_create()
/Linux-v4.19/include/video/
Domapfb_dss.h231 unsigned ndl; member