Searched refs:SYNC_CODE_NUM (Results 1 - 9 of 9) sorted by relevance
/device/soc/hisilicon/common/platform/mipi_csi/ |
H A D | mipi_rx_hi2121.h | 90 const short laneId[LVDS_LANE_NUM], const unsigned short syncCode[][WDR_VC_NUM][SYNC_CODE_NUM]); 93 const short laneId[LVDS_LANE_NUM], const unsigned short syncCode[][WDR_VC_NUM][SYNC_CODE_NUM]); 96 const unsigned short nxtSyncCode[][WDR_VC_NUM][SYNC_CODE_NUM]);
|
H A D | mipi_rx_hi2121.c | 1488 const unsigned short syncCode[][WDR_VC_NUM][SYNC_CODE_NUM]) in SetLvdsLaneSof() 1518 const unsigned short syncCode[][WDR_VC_NUM][SYNC_CODE_NUM]) in SetLvdsLaneEof() 1548 const unsigned short syncCode[][WDR_VC_NUM][SYNC_CODE_NUM]) in SetLvdsLaneSol() 1578 const unsigned short syncCode[][WDR_VC_NUM][SYNC_CODE_NUM]) in SetLvdsLaneEol() 1608 const short laneId[LVDS_LANE_NUM], const unsigned short syncCode[][WDR_VC_NUM][SYNC_CODE_NUM]) in SetLvdsSyncCode() 1626 const unsigned short syncCode[][WDR_VC_NUM][SYNC_CODE_NUM]) in MipiRxDrvSetLvdsSyncCode() 1632 const unsigned short syncCode[][WDR_VC_NUM][SYNC_CODE_NUM]) in MipiRxDrvSetLvdsNxtSyncCode() 1672 const unsigned short nSyncCode[][WDR_VC_NUM][SYNC_CODE_NUM], in MipiRxDrvSetLvdsPhySyncCode() 1673 const unsigned short nxtSyncCode[][WDR_VC_NUM][SYNC_CODE_NUM], unsigned int phyLaneBitmap) in MipiRxDrvSetLvdsPhySyncCode() 1724 const unsigned short nxtSyncCode[][WDR_VC_NUM][SYNC_CODE_NUM]) in MipiRxDrvSetPhySyncConfig() [all...] |
H A D | mipi_csi_hi35xx.c | 332 static void GetSyncCodes(const unsigned short syncCode[][WDR_VC_NUM][SYNC_CODE_NUM], unsigned short offset, in GetSyncCodes() 333 unsigned short dst[][WDR_VC_NUM][SYNC_CODE_NUM]) in GetSyncCodes() 345 for (k = 0; k < SYNC_CODE_NUM; k++) { in GetSyncCodes() 358 unsigned short pNxtSyncCode[LVDS_LANE_NUM][WDR_VC_NUM][SYNC_CODE_NUM] = { 0 }; in MipiSetLvdsSyncCodes()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/mipi_rx/ |
H A D | mipi_rx_hal.h | 166 unsigned short sync_code[][WDR_VC_NUM][SYNC_CODE_NUM]); 170 unsigned short sync_code[][WDR_VC_NUM][SYNC_CODE_NUM]); 173 unsigned short nxt_sync_code[][WDR_VC_NUM][SYNC_CODE_NUM]);
|
H A D | hi_mipi.h | 30 #define SYNC_CODE_NUM 4 macro 206 unsigned short sync_code[LVDS_LANE_NUM][WDR_VC_NUM][SYNC_CODE_NUM];
|
H A D | mipi_rx_hal.c | 1489 const unsigned short sync_code[][WDR_VC_NUM][SYNC_CODE_NUM]) in set_lvds_lane_sof() 1519 const unsigned short sync_code[][WDR_VC_NUM][SYNC_CODE_NUM]) in set_lvds_lane_eof() 1549 const unsigned short sync_code[][WDR_VC_NUM][SYNC_CODE_NUM]) in set_lvds_lane_sol() 1579 const unsigned short sync_code[][WDR_VC_NUM][SYNC_CODE_NUM]) in set_lvds_lane_eol() 1609 const short lane_id[LVDS_LANE_NUM], unsigned short sync_code[][WDR_VC_NUM][SYNC_CODE_NUM]) in set_lvds_sync_code() 1630 unsigned short sync_code[][WDR_VC_NUM][SYNC_CODE_NUM]) in mipi_rx_drv_set_lvds_sync_code() 1636 unsigned short sync_code[][WDR_VC_NUM][SYNC_CODE_NUM]) in mipi_rx_drv_set_lvds_nxt_sync_code() 1678 unsigned short n_sync_code[][WDR_VC_NUM][SYNC_CODE_NUM], in mipi_rx_drv_set_lvds_phy_sync_code() 1679 unsigned short nxt_sync_code[][WDR_VC_NUM][SYNC_CODE_NUM], in mipi_rx_drv_set_lvds_phy_sync_code() 1731 unsigned short nxt_sync_code[][WDR_VC_NUM][SYNC_CODE_NUM]) in mipi_rx_drv_set_phy_sync_config() [all...] |
H A D | mipi_rx.c | 357 unsigned short (*p_nxt_sync_code)[WDR_VC_NUM][SYNC_CODE_NUM] = NULL; in mipi_set_lvds_sync_codes() 362 p_nxt_sync_code = osal_vmalloc(sizeof(unsigned short) * total_lane_num * WDR_VC_NUM * SYNC_CODE_NUM); in mipi_set_lvds_sync_codes() 376 for (k = 0; k < SYNC_CODE_NUM; k++) { in mipi_set_lvds_sync_codes()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | hi_mipi.h | 27 #define SYNC_CODE_NUM 4 macro 203 unsigned short sync_code[LVDS_LANE_NUM][WDR_VC_NUM][SYNC_CODE_NUM];
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
H A D | hi_mipi.h | 27 #define SYNC_CODE_NUM 4 macro 201 unsigned short sync_code[LVDS_LANE_NUM][WDR_VC_NUM][SYNC_CODE_NUM];
|
Completed in 14 milliseconds