Searched refs:h_front_porch (Results 1 – 7 of 7) sorted by relevance
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/hal/ |
D | hal_dsi.h | 30 uint32_t h_front_porch; member
|
D | hal_dsi.c | 581 … lcdc->REG_11C = LCD_CFG_PN_H_FPORCH(cfg->h_front_porch) | LCD_CFG_PN_H_BPORCH(cfg->h_back_porch); in hal_lcdc_init() 600 … lcdc->REG_11C = LCD_CFG_PN_H_FPORCH(cfg->h_front_porch) | LCD_CFG_PN_H_BPORCH(cfg->h_back_porch); in hal_lcdc_init()
|
/device/soc/bestechnic/bes2600/liteos_m/components/drivers/mipi_dsi/ |
D | mipi_dsi.c | 70 .h_front_porch = 13,
|
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/v4l2_dev/src/fw_lib/ |
D | sensor_func.c | 49 uint16_t h_front_porch; member
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
D | dw-dp.c | 1288 u32 hactive, hblank, h_sync_width, h_front_porch; in dw_dp_video_enable() local 1342 h_front_porch = mode->hsync_start - mode->hdisplay; in dw_dp_video_enable() 1344 FIELD_PREP(H_SYNC_WIDTH, h_sync_width) | FIELD_PREP(H_FRONT_PORCH, h_front_porch)); in dw_dp_video_enable()
|
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/ |
D | dw-dp.c | 1295 u32 hactive, hblank, h_sync_width, h_front_porch; in dw_dp_video_enable() local 1349 h_front_porch = mode->hsync_start - mode->hdisplay; in dw_dp_video_enable() 1352 FIELD_PREP(H_FRONT_PORCH, h_front_porch)); in dw_dp_video_enable()
|
/device/board/isoftstone/yangfan/kernel/src/driv/gpu/rockchip/ |
D | dw-dp.c | 1514 u32 hactive, hblank, h_sync_width, h_front_porch; in dw_dp_video_enable() local 1568 h_front_porch = mode->hsync_start - mode->hdisplay; in dw_dp_video_enable() 1571 FIELD_PREP(H_FRONT_PORCH, h_front_porch)); in dw_dp_video_enable()
|