Searched refs:TO_DSI_T (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | dsi.c | 3587 #define TO_DSI_T(x) ((u32)div64_u64((u64)x * 1000000000llu, byteclk)) in print_dsi_vm() macro 3595 TO_DSI_T(t->hss), in print_dsi_vm() 3596 TO_DSI_T(t->hsa), in print_dsi_vm() 3597 TO_DSI_T(t->hse), in print_dsi_vm() 3598 TO_DSI_T(t->hbp), in print_dsi_vm() 3599 TO_DSI_T(pps), in print_dsi_vm() 3600 TO_DSI_T(t->hfp), in print_dsi_vm() 3602 TO_DSI_T(bl), in print_dsi_vm() 3603 TO_DSI_T(pps), in print_dsi_vm() 3605 TO_DSI_T(tot)); in print_dsi_vm() [all …]
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | dsi.c | 4328 #define TO_DSI_T(x) ((u32)div64_u64((u64)x * 1000000000llu, byteclk)) in print_dsi_vm() macro 4336 TO_DSI_T(t->hss), in print_dsi_vm() 4337 TO_DSI_T(t->hsa), in print_dsi_vm() 4338 TO_DSI_T(t->hse), in print_dsi_vm() 4339 TO_DSI_T(t->hbp), in print_dsi_vm() 4340 TO_DSI_T(pps), in print_dsi_vm() 4341 TO_DSI_T(t->hfp), in print_dsi_vm() 4343 TO_DSI_T(bl), in print_dsi_vm() 4344 TO_DSI_T(pps), in print_dsi_vm() 4346 TO_DSI_T(tot)); in print_dsi_vm() [all …]
|