Searched refs:ndl (Results 1 – 6 of 6) sorted by relevance
| /linux/kernel/rcu/ |
| A D | refscale.c | 144 if (ndl) in un_delay() 145 ndelay(ndl); in un_delay() 164 un_delay(udl, ndl); in ref_rcu_delay_section() 203 un_delay(udl, ndl); in srcu_ref_scale_delay_section() 232 un_delay(udl, ndl); in rcu_tasks_ref_scale_delay_section() 269 un_delay(udl, ndl); in rcu_trace_ref_scale_delay_section() 308 un_delay(udl, ndl); in ref_refcnt_delay_section() 345 un_delay(udl, ndl); in ref_rwlock_delay_section() 382 un_delay(udl, ndl); in ref_rwsem_delay_section() 416 un_delay(udl, ndl); in ref_lock_delay_section() [all …]
|
| /linux/drivers/gpu/drm/omapdrm/dss/ |
| A D | dsi.c | 2648 int ndl = dsi->num_lanes_used - 1; in dsi_config_cmd_mode_interleaving() local 2832 int ndl = dsi->num_lanes_used - 1; in dsi_proto_timings() local 2854 ths_eot = DIV_ROUND_UP(4, ndl); in dsi_proto_timings() 2901 ((hsa == 0 && ndl == 3) ? 1 : DIV_ROUND_UP(4, ndl)) : 0; in dsi_proto_timings() 3716 int bitspp, ndl; in dsi_cm_calc() local 3722 ndl = dsi->num_lanes_used - 1; in dsi_cm_calc() 3755 int ndl = dsi->num_lanes_used - 1; in dsi_vm_calc_blanking() local 3810 hss = DIV_ROUND_UP(4, ndl); in dsi_vm_calc_blanking() 3816 hse = DIV_ROUND_UP(4, ndl); in dsi_vm_calc_blanking() 3847 dsi_vm->ndl = ndl; in dsi_vm_calc_blanking() [all …]
|
| A D | dsi.h | 187 unsigned int ndl; member
|
| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| A D | dsi.c | 3455 int ndl = dsi->num_lanes_used - 1; in dsi_config_cmd_mode_interleaving() local 3641 int ndl = dsi->num_lanes_used - 1; in dsi_proto_timings() local 3663 ths_eot = DIV_ROUND_UP(4, ndl); in dsi_proto_timings() 3710 ((hsa == 0 && ndl == 3) ? 1 : DIV_ROUND_UP(4, ndl)) : 0; in dsi_proto_timings() 4456 int bitspp, ndl; in dsi_cm_calc() local 4462 ndl = dsi->num_lanes_used - 1; in dsi_cm_calc() 4495 int ndl = dsi->num_lanes_used - 1; in dsi_vm_calc_blanking() local 4549 hss = DIV_ROUND_UP(4, ndl); in dsi_vm_calc_blanking() 4555 hse = DIV_ROUND_UP(4, ndl); in dsi_vm_calc_blanking() 4586 dsi_vm->ndl = ndl; in dsi_vm_calc_blanking() [all …]
|
| /linux/drivers/nvdimm/ |
| A D | region_devs.c | 1046 struct nd_percpu_lane *ndl; in nd_region_create() local 1048 ndl = per_cpu_ptr(nd_region->lane, i); in nd_region_create() 1049 spin_lock_init(&ndl->lock); in nd_region_create() 1050 ndl->count = 0; in nd_region_create()
|
| /linux/include/video/ |
| A D | omapfb_dss.h | 201 unsigned ndl; member
|
Completed in 39 milliseconds