Searched defs:mipi_ctr (Results 1 – 4 of 4) sorted by relevance
111 struct mipi_ctr { struct112 enum mipi_lane_num mipi_lane_num;113 unsigned int mipi_msb_lsb_sel;/*PHA to controller MSB first*/114 …d int mipi_wdr_mode_sel;/*0:normal operation 1:sync code 2:detect data,when in DOL WDR mode,set 2*/115 unsigned int mipi_open_multi_ch;116 unsigned int mipi_ch0_height;117 unsigned int mipi_ch1_height;118 unsigned int mipi_ch2_height;119 unsigned int mipi_ch3_height;
134 void cmb_rx_mipi_ctr(unsigned int sel, struct mipi_ctr *mipi_ctr) in cmb_rx_mipi_ctr()
257 void cmb_rx_mipi_ctr(unsigned int sel, struct mipi_ctr *mipi_ctr) in cmb_rx_mipi_ctr()
235 struct mipi_ctr mipi_ctr; in combo_rx_mipi_init() local