Searched refs:hsos (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/video/nexell/soc/
H A Ds5pxx18_soc_dpc.c1534 void nx_dpc_set_video_encoder_timing(u32 module_index, u32 hsos, u32 hsoe, argument
1540 hsos -= 1;
1542 writel((u16)((((vsos >> 8) & 1u) << 6) | (((hsos >> 8) & 7u) << 3) |
1544 writel((u16)(hsos & 0xffu), &pregister->ntsc_hsob);
H A Ds5pxx18_soc_dpc.h419 void nx_dpc_set_video_encoder_timing(u32 module_index, u32 hsos,

Completed in 92 milliseconds