Searched refs:ndl (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/kernel/rcu/ |
D | refscale.c | 115 void (*delaysection)(const int nloops, const int udl, const int ndl); 121 static void un_delay(const int udl, const int ndl) in un_delay() argument 125 if (ndl) in un_delay() 126 ndelay(ndl); in un_delay() 139 static void ref_rcu_delay_section(const int nloops, const int udl, const int ndl) in ref_rcu_delay_section() argument 145 un_delay(udl, ndl); in ref_rcu_delay_section() 176 static void srcu_ref_scale_delay_section(const int nloops, const int udl, const int ndl) in srcu_ref_scale_delay_section() argument 183 un_delay(udl, ndl); in srcu_ref_scale_delay_section() 205 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 210 un_delay(udl, ndl); in rcu_tasks_ref_scale_delay_section() [all …]
|
/Linux-v5.10/drivers/gpu/drm/omapdrm/dss/ |
D | dsi.c | 3374 int ndl = dsi->num_lanes_used - 1; in dsi_config_cmd_mode_interleaving() local 3414 bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl); in dsi_config_cmd_mode_interleaving() 3558 int ndl = dsi->num_lanes_used - 1; in dsi_proto_timings() local 3580 ths_eot = DIV_ROUND_UP(4, ndl); in dsi_proto_timings() 3627 ((hsa == 0 && ndl == 3) ? 1 : DIV_ROUND_UP(4, ndl)) : 0; in dsi_proto_timings() 3632 tl = DIV_ROUND_UP(4, ndl) + (hsync_end ? hsa : 0) + t_he + hfp + in dsi_proto_timings() 3633 DIV_ROUND_UP(width_bytes + 6, ndl) + hbp; in dsi_proto_timings() 4218 pps = DIV_ROUND_UP(wc + 6, t->ndl); /* pixel packet size */ in print_dsi_vm() 4281 dsi_tput = (u64)byteclk * t->ndl * 8; in print_dsi_dispc_vm() 4283 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(t->hact * t->bitspp, 8) + 6, t->ndl); in print_dsi_dispc_vm() [all …]
|
D | omapdss.h | 179 unsigned int ndl; member
|
/Linux-v5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dsi.c | 3451 int ndl = dsi->num_lanes_used - 1; in dsi_config_cmd_mode_interleaving() local 3491 bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl); in dsi_config_cmd_mode_interleaving() 3637 int ndl = dsi->num_lanes_used - 1; in dsi_proto_timings() local 3660 ths_eot = DIV_ROUND_UP(4, ndl); in dsi_proto_timings() 3707 ((hsa == 0 && ndl == 3) ? 1 : DIV_ROUND_UP(4, ndl)) : 0; in dsi_proto_timings() 3712 tl = DIV_ROUND_UP(4, ndl) + (hsync_end ? hsa : 0) + t_he + hfp + in dsi_proto_timings() 3713 DIV_ROUND_UP(width_bytes + 6, ndl) + hbp; in dsi_proto_timings() 4326 pps = DIV_ROUND_UP(wc + 6, t->ndl); /* pixel packet size */ in print_dsi_vm() 4389 dsi_tput = (u64)byteclk * t->ndl * 8; in print_dsi_dispc_vm() 4391 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(t->hact * t->bitspp, 8) + 6, t->ndl); in print_dsi_dispc_vm() [all …]
|
/Linux-v5.10/drivers/nvdimm/ |
D | region_devs.c | 1093 struct nd_percpu_lane *ndl; in nd_region_create() local 1095 ndl = per_cpu_ptr(nd_region->lane, i); in nd_region_create() 1096 spin_lock_init(&ndl->lock); in nd_region_create() 1097 ndl->count = 0; in nd_region_create()
|
/Linux-v5.10/include/video/ |
D | omapfb_dss.h | 201 unsigned ndl; member
|