Home
last modified time | relevance | path

Searched refs:lu_stride (Results 1 – 2 of 2) sorted by relevance

/u-boot/drivers/video/nexell/soc/
A Ds5pxx18_soc_mlc.h219 void nx_mlc_set_video_layer_stride(u32 module_index, s32 lu_stride,
422 void nx_mlc_get_video_layer_stride(u32 module_index, u32 *lu_stride,
424 void nx_mlc_get_video_layer_stride(u32 module_index, u32 *lu_stride,
A Ds5pxx18_soc_mlc.c944 void nx_mlc_set_video_layer_stride(u32 module_index, s32 lu_stride, in nx_mlc_set_video_layer_stride() argument
951 writel(lu_stride, &pregister->mlcvideolayer.mlcvstride); in nx_mlc_set_video_layer_stride()
1817 void nx_mlc_get_video_layer_stride(u32 module_index, u32 *lu_stride, in nx_mlc_get_video_layer_stride() argument
1829 if (lu_stride) in nx_mlc_get_video_layer_stride()
1830 *(u32 *)lu_stride = lus; in nx_mlc_get_video_layer_stride()

Completed in 8 milliseconds