Searched refs:TO_DSI_T (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dsi.c | 4338 #define TO_DSI_T(x) ((u32)div64_u64((u64)x * 1000000000llu, byteclk)) in print_dsi_vm() macro 4346 TO_DSI_T(t->hss), in print_dsi_vm() 4347 TO_DSI_T(t->hsa), in print_dsi_vm() 4348 TO_DSI_T(t->hse), in print_dsi_vm() 4349 TO_DSI_T(t->hbp), in print_dsi_vm() 4350 TO_DSI_T(pps), in print_dsi_vm() 4351 TO_DSI_T(t->hfp), in print_dsi_vm() 4353 TO_DSI_T(bl), in print_dsi_vm() 4354 TO_DSI_T(pps), in print_dsi_vm() 4356 TO_DSI_T(tot)); in print_dsi_vm() [all …]
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | dsi.c | 4339 #define TO_DSI_T(x) ((u32)div64_u64((u64)x * 1000000000llu, byteclk)) in print_dsi_vm() macro 4347 TO_DSI_T(t->hss), in print_dsi_vm() 4348 TO_DSI_T(t->hsa), in print_dsi_vm() 4349 TO_DSI_T(t->hse), in print_dsi_vm() 4350 TO_DSI_T(t->hbp), in print_dsi_vm() 4351 TO_DSI_T(pps), in print_dsi_vm() 4352 TO_DSI_T(t->hfp), in print_dsi_vm() 4354 TO_DSI_T(bl), in print_dsi_vm() 4355 TO_DSI_T(pps), in print_dsi_vm() 4357 TO_DSI_T(tot)); in print_dsi_vm() [all …]
|