Searched refs:ipu_ch_param_get_value (Results 1 – 1 of 1) sorted by relevance
| /src/sys/arm/freescale/imx/ |
| H A D | imx6_ipu.c | 303 #define CH_PARAM_GET_FW(param) ipu_ch_param_get_value((param), \ 305 #define CH_PARAM_GET_FH(param) ipu_ch_param_get_value((param), \ 307 #define CH_PARAM_GET_SLY(param) ipu_ch_param_get_value((param), \ 309 #define CH_PARAM_GET_EBA0(param) ipu_ch_param_get_value((param), \ 311 #define CH_PARAM_GET_EBA1(param) ipu_ch_param_get_value((param), \ 313 #define CH_PARAM_GET_BPP(param) ipu_ch_param_get_value((param), \ 315 #define CH_PARAM_GET_PFS(param) ipu_ch_param_get_value((param), \ 317 #define CH_PARAM_GET_NPB(param) ipu_ch_param_get_value((param), \ 319 #define CH_PARAM_GET_UBO(param) ipu_ch_param_get_value((param), \ 321 #define CH_PARAM_GET_VBO(param) ipu_ch_param_get_value((param), \ [all …]
|