Searched refs:TO_DSI_T (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/omapdrm/dss/ |
D | dsi.c | 3581 #define TO_DSI_T(x) ((u32)div64_u64((u64)x * 1000000000llu, byteclk)) in print_dsi_vm() macro 3589 TO_DSI_T(t->hss), in print_dsi_vm() 3590 TO_DSI_T(t->hsa), in print_dsi_vm() 3591 TO_DSI_T(t->hse), in print_dsi_vm() 3592 TO_DSI_T(t->hbp), in print_dsi_vm() 3593 TO_DSI_T(pps), in print_dsi_vm() 3594 TO_DSI_T(t->hfp), in print_dsi_vm() 3596 TO_DSI_T(bl), in print_dsi_vm() 3597 TO_DSI_T(pps), in print_dsi_vm() 3599 TO_DSI_T(tot)); in print_dsi_vm() [all …]
|
/Linux-v6.1/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dsi.c | 4320 #define TO_DSI_T(x) ((u32)div64_u64((u64)x * 1000000000llu, byteclk)) in print_dsi_vm() macro 4328 TO_DSI_T(t->hss), in print_dsi_vm() 4329 TO_DSI_T(t->hsa), in print_dsi_vm() 4330 TO_DSI_T(t->hse), in print_dsi_vm() 4331 TO_DSI_T(t->hbp), in print_dsi_vm() 4332 TO_DSI_T(pps), in print_dsi_vm() 4333 TO_DSI_T(t->hfp), in print_dsi_vm() 4335 TO_DSI_T(bl), in print_dsi_vm() 4336 TO_DSI_T(pps), in print_dsi_vm() 4338 TO_DSI_T(tot)); in print_dsi_vm() [all …]
|