Home
last modified time | relevance | path

Searched defs:CALC_WORD (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-gen1.c706 #define CALC_WORD(width, M, N) (((width) * (M) + (N) - 1) / (N)) macro
H A Dcamss-vfe-4-7.c341 #define CALC_WORD(width, M, N) (((width) * (M) + (N) - 1) / (N)) macro
H A Dcamss-vfe-4-8.c314 #define CALC_WORD(width, M, N) (((width) * (M) + (N) - 1) / (N)) macro
/kernel/linux/linux-5.10/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-4-7.c322 #define CALC_WORD(width, M, N) (((width) * (M) + (N) - 1) / (N)) macro
H A Dcamss-vfe-4-1.c286 #define CALC_WORD(width, M, N) (((width) * (M) + (N) - 1) / (N)) macro

Completed in 9 milliseconds