Searched refs:vtth (Results 1 – 8 of 8) sorted by relevance
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/arch/comm/src/ |
D | drv_vo_dev_comm.c | 56 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/ |
D | drv_vo_dev_comm.h | 89 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/ |
D | drv_vo_dev.c | 274 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/ |
D | drv_vo_dev.c | 273 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/ |
D | drv_vo.h | 110 hi_u32 vtth; member
|
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/arch/hi3521dv200/hal/ |
D | drv_vo_dev.c | 330 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/ |
D | mkp_vo_dev.c | 432 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/ |
D | hi_common_vo.h | 223 hi_u32 vtth; /* RW, vtth value */ member
|