Searched refs:ndl (Results 1 – 4 of 4) sorted by relevance
| /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
|
| /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 …]
|
| /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()
|
Completed in 29 milliseconds