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

/linux-master/drivers/media/platform/ti/davinci/
H A Dvpif.h360 static inline void ch0_set_vbi_addr(unsigned long top_vbi, argument
363 regw(top_vbi, VPIF_CH0_TOP_STRT_ADD_VANC);
367 static inline void ch0_set_hbi_addr(unsigned long top_vbi, argument
370 regw(top_vbi, VPIF_CH0_TOP_STRT_ADD_HANC);
374 static inline void ch1_set_vbi_addr(unsigned long top_vbi, argument
377 regw(top_vbi, VPIF_CH1_TOP_STRT_ADD_VANC);
381 static inline void ch1_set_hbi_addr(unsigned long top_vbi, argument
384 regw(top_vbi, VPIF_CH1_TOP_STRT_ADD_HANC);

Completed in 119 milliseconds