Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/rcu/
Drefscale.c130 void (*delaysection)(const int nloops, const int udl, const int ndl);
136 static void un_delay(const int udl, const int ndl) in un_delay() argument
140 if (ndl) in un_delay()
141 ndelay(ndl); in un_delay()
154 static void ref_rcu_delay_section(const int nloops, const int udl, const int ndl) in ref_rcu_delay_section() argument
160 un_delay(udl, ndl); in ref_rcu_delay_section()
191 static void srcu_ref_scale_delay_section(const int nloops, const int udl, const int ndl) in srcu_ref_scale_delay_section() argument
198 un_delay(udl, ndl); in srcu_ref_scale_delay_section()
222 static void rcu_tasks_ref_scale_delay_section(const int nloops, const int udl, const int ndl) in rcu_tasks_ref_scale_delay_section() argument
227 un_delay(udl, ndl); in rcu_tasks_ref_scale_delay_section()
[all …]
/linux-5.19.10/drivers/gpu/drm/omapdrm/dss/
Ddsi.c2642 int ndl = dsi->num_lanes_used - 1; in dsi_config_cmd_mode_interleaving() local
2682 bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl); in dsi_config_cmd_mode_interleaving()
2826 int ndl = dsi->num_lanes_used - 1; in dsi_proto_timings() local
2848 ths_eot = DIV_ROUND_UP(4, ndl); in dsi_proto_timings()
2895 ((hsa == 0 && ndl == 3) ? 1 : DIV_ROUND_UP(4, ndl)) : 0; in dsi_proto_timings()
2900 tl = DIV_ROUND_UP(4, ndl) + (hsync_end ? hsa : 0) + t_he + hfp + in dsi_proto_timings()
2901 DIV_ROUND_UP(width_bytes + 6, ndl) + hbp; in dsi_proto_timings()
3577 pps = DIV_ROUND_UP(wc + 6, t->ndl); /* pixel packet size */ in print_dsi_vm()
3640 dsi_tput = (u64)byteclk * t->ndl * 8; in print_dsi_dispc_vm()
3642 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(t->hact * t->bitspp, 8) + 6, t->ndl); in print_dsi_dispc_vm()
[all …]
Ddsi.h187 unsigned int ndl; member
/linux-5.19.10/drivers/video/fbdev/omap2/omapfb/dss/
Ddsi.c3448 int ndl = dsi->num_lanes_used - 1; in dsi_config_cmd_mode_interleaving() local
3488 bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl); in dsi_config_cmd_mode_interleaving()
3634 int ndl = dsi->num_lanes_used - 1; in dsi_proto_timings() local
3656 ths_eot = DIV_ROUND_UP(4, ndl); in dsi_proto_timings()
3703 ((hsa == 0 && ndl == 3) ? 1 : DIV_ROUND_UP(4, ndl)) : 0; in dsi_proto_timings()
3708 tl = DIV_ROUND_UP(4, ndl) + (hsync_end ? hsa : 0) + t_he + hfp + in dsi_proto_timings()
3709 DIV_ROUND_UP(width_bytes + 6, ndl) + hbp; in dsi_proto_timings()
4318 pps = DIV_ROUND_UP(wc + 6, t->ndl); /* pixel packet size */ in print_dsi_vm()
4381 dsi_tput = (u64)byteclk * t->ndl * 8; in print_dsi_dispc_vm()
4383 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(t->hact * t->bitspp, 8) + 6, t->ndl); in print_dsi_dispc_vm()
[all …]
/linux-5.19.10/drivers/nvdimm/
Dregion_devs.c994 struct nd_percpu_lane *ndl; in nd_region_create() local
996 ndl = per_cpu_ptr(nd_region->lane, i); in nd_region_create()
997 spin_lock_init(&ndl->lock); in nd_region_create()
998 ndl->count = 0; in nd_region_create()
/linux-5.19.10/include/video/
Domapfb_dss.h201 unsigned ndl; member