Home
last modified time | relevance | path

Searched defs:mipi_ctr (Results 1 – 4 of 4) sorted by relevance

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/vin/vin-mipi/combo_rx/
Dcombo_rx_reg.h111 struct mipi_ctr { struct
112 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;
Dcombo_rx_reg_null.c134 void cmb_rx_mipi_ctr(unsigned int sel, struct mipi_ctr *mipi_ctr) in cmb_rx_mipi_ctr()
Dcombo_rx_reg.c257 void cmb_rx_mipi_ctr(unsigned int sel, struct mipi_ctr *mipi_ctr) in cmb_rx_mipi_ctr()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/vin/vin-mipi/
Dsunxi_mipi.c235 struct mipi_ctr mipi_ctr; in combo_rx_mipi_init() local