Home
last modified time | relevance | path

Searched refs:vtth (Results 1 – 8 of 8) sorted by relevance

/third_party/uboot/u-boot-2020.01/product/hiosd/vo/arch/comm/src/
Ddrv_vo_dev_comm.c56 return drv_dev_ctx->vtth; in vo_drv_get_dev_vtth()
170 drv_dev_ctx->vtth = VO_HD_VTTH_WATERLINE; in vo_drv_set_dev_default_vtth()
172 drv_dev_ctx->vtth = VO_SD_VTTH_WATERLINE; in vo_drv_set_dev_default_vtth()
176 hi_s32 vo_drv_set_dev_vtth(hi_vo_dev dev, hi_u32 vtth) in vo_drv_set_dev_vtth() argument
183 if (vtth > vtth_max) { in vo_drv_set_dev_vtth()
185 dev, vtth, dft_vtth, vtth_max); in vo_drv_set_dev_vtth()
189 drv_dev_ctx->vtth = MAX2(vtth, dft_vtth); in vo_drv_set_dev_vtth()
207 hi_s32 vo_drv_set_dev_vtth2(hi_vo_dev dev, hi_u32 vtth) in vo_drv_set_dev_vtth2() argument
216 if (vtth > vtth_max) { in vo_drv_set_dev_vtth2()
218 dev, vtth, dft_vtth2, vtth_max); in vo_drv_set_dev_vtth2()
[all …]
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/arch/comm/include/
Ddrv_vo_dev_comm.h89 hi_s32 vo_drv_set_dev_vtth(hi_vo_dev dev, hi_u32 vtth);
90 hi_s32 vo_drv_set_dev_vtth2(hi_vo_dev dev, hi_u32 vtth);
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/arch/hi3531dv200/hal/
Ddrv_vo_dev.c274 drv_dev_ctx->vtth = VO_HD_VTTH_WATERLINE; in vo_drv_dev_cfg_init()
277 drv_dev_ctx->vtth = VO_HD_VTTH_WATERLINE; in vo_drv_dev_cfg_init()
280 drv_dev_ctx->vtth = VO_SD_VTTH_WATERLINE; in vo_drv_dev_cfg_init()
663 vtth_temp = drv_dev_ctx->vtth; in vo_drv_set_vtth()
671 dev, vtth_temp, 0, vert_all - 1, drv_dev_ctx->vtth); in vo_drv_set_vtth()
674 if ((vtth2_temp >= vert_all) || (vtth2_temp > drv_dev_ctx->vtth)) { in vo_drv_set_vtth()
678 … " minimum: %d\n", dev, vtth2_temp, 0, vert_all - 1, drv_dev_ctx->vtth, drv_dev_ctx->vtth2); in vo_drv_set_vtth()
681 vtth_line = vert_all - 1 - (hi_u16)(drv_dev_ctx->vtth); in vo_drv_set_vtth()
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/arch/hi3535av100/hal/
Ddrv_vo_dev.c273 drv_dev_ctx->vtth = VO_HD_VTTH_WATERLINE; in vo_drv_dev_cfg_init()
276 drv_dev_ctx->vtth = VO_HD_VTTH_WATERLINE; in vo_drv_dev_cfg_init()
279 drv_dev_ctx->vtth = VO_SD_VTTH_WATERLINE; in vo_drv_dev_cfg_init()
662 vtth_temp = drv_dev_ctx->vtth; in vo_drv_set_vtth()
670 dev, vtth_temp, 0, vert_all - 1, drv_dev_ctx->vtth); in vo_drv_set_vtth()
673 if ((vtth2_temp >= vert_all) || (vtth2_temp > drv_dev_ctx->vtth)) { in vo_drv_set_vtth()
677 … " minimum: %d\n", dev, vtth2_temp, 0, vert_all - 1, drv_dev_ctx->vtth, drv_dev_ctx->vtth2); in vo_drv_set_vtth()
680 vtth_line = vert_all - 1 - (hi_u16)(drv_dev_ctx->vtth); in vo_drv_set_vtth()
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/arch/include/
Ddrv_vo.h110 hi_u32 vtth; member
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/arch/hi3521dv200/hal/
Ddrv_vo_dev.c330 drv_dev_ctx->vtth = VO_HD_VTTH_WATERLINE; in vo_drv_dev_cfg_init()
333 drv_dev_ctx->vtth = VO_HD_VTTH_WATERLINE; in vo_drv_dev_cfg_init()
336 drv_dev_ctx->vtth = VO_SD_VTTH_WATERLINE; in vo_drv_dev_cfg_init()
896 vtth_temp = drv_dev_ctx->vtth; in vo_drv_set_vtth()
904 dev, vtth_temp, 0, vert_all - 1, drv_dev_ctx->vtth); in vo_drv_set_vtth()
907 if ((vtth2_temp >= vert_all) || (vtth2_temp > drv_dev_ctx->vtth)) { in vo_drv_set_vtth()
911 … " minimum: %d\n", dev, vtth2_temp, 0, vert_all - 1, drv_dev_ctx->vtth, drv_dev_ctx->vtth2); in vo_drv_set_vtth()
914 vtth_line = vert_all - 1 - (hi_u16)(drv_dev_ctx->vtth); in vo_drv_set_vtth()
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/mkp/src/dev/
Dmkp_vo_dev.c432 hi_u32 vtth; in vo_set_phy_dev_pub_attr() local
434 vtth = vo_drv_get_dev_vtth(dev); in vo_set_phy_dev_pub_attr()
435 vo_drv_set_dev_vtth(dev, vtth); in vo_set_phy_dev_pub_attr()
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/include/
Dhi_common_vo.h223 hi_u32 vtth; /* RW, vtth value */ member