Home
last modified time | relevance | path

Searched refs:h_front_porch (Results 1 – 7 of 7) sorted by relevance

/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/hal/
Dhal_dsi.h30 uint32_t h_front_porch; member
Dhal_dsi.c581 … 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/
Dmipi_dsi.c70 .h_front_porch = 13,
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/v4l2_dev/src/fw_lib/
Dsensor_func.c49 uint16_t h_front_porch; member
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
Ddw-dp.c1288 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/
Ddw-dp.c1295 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/
Ddw-dp.c1514 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()