Home
last modified time | relevance | path

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

/u-boot/drivers/video/nexell/soc/
A Ds5pxx18_soc_dpc.h385 void nx_dpc_set_encoder_sync_location(u32 module_index, u16 hsoe,
420 u32 hsoe, u32 vsos, u32 vsoe);
437 void nx_dpc_set_encoder_sync_location(u32 module_index, u16 hsoe,
A Ds5pxx18_soc_dpc.c1285 void nx_dpc_set_encoder_sync_location(u32 module_index, u16 hsoe, u16 hsob, in nx_dpc_set_encoder_sync_location() argument
1292 (hsoe & 0x700) >> 8)), &pregister->ntsc_hsvso); in nx_dpc_set_encoder_sync_location()
1293 writel((u16)(hsoe & 0xff), &pregister->ntsc_hsoe); in nx_dpc_set_encoder_sync_location()
1534 void nx_dpc_set_video_encoder_timing(u32 module_index, u32 hsos, u32 hsoe, in nx_dpc_set_video_encoder_timing() argument
1541 hsoe -= 1; in nx_dpc_set_video_encoder_timing()
1543 (((hsoe >> 8) & 7u) << 0)), &pregister->ntsc_hsvso); in nx_dpc_set_video_encoder_timing()
1545 writel((u16)(hsoe & 0xffu), &pregister->ntsc_hsoe); in nx_dpc_set_video_encoder_timing()

Completed in 10 milliseconds