Home
last modified time | relevance | path

Searched refs:thres (Results 1 – 17 of 17) sorted by relevance

/device/soc/esp/esp32/components/hal/
Drmt_hal.c61 uint32_t thres = (uint32_t)(base_clk_hz / 1e6 * thres_us); in rmt_hal_set_rx_filter_thres() local
62 rmt_ll_rx_set_filter_thres(hal->regs, channel, thres); in rmt_hal_set_rx_filter_thres()
67 uint32_t thres = (uint32_t)(base_clk_hz / 1e6 * thres_us); in rmt_hal_set_rx_idle_thres() local
68 rmt_ll_rx_set_idle_thres(hal->regs, channel, thres); in rmt_hal_set_rx_idle_thres()
/device/soc/esp/esp32/components/hal/esp32/include/hal/
Drmt_ll.h149 static inline void rmt_ll_rx_set_idle_thres(rmt_dev_t *dev, uint32_t channel, uint32_t thres) in rmt_ll_rx_set_idle_thres() argument
151 dev->conf_ch[channel].conf0.idle_thres = thres; in rmt_ll_rx_set_idle_thres()
184 static inline void rmt_ll_rx_set_filter_thres(rmt_dev_t *dev, uint32_t channel, uint32_t thres) in rmt_ll_rx_set_filter_thres() argument
186 dev->conf_ch[channel].conf1.rx_filter_thres = thres; in rmt_ll_rx_set_filter_thres()
Di2c_ll.h574 hw->scl_filter_cfg.thres = filter_num; in i2c_ll_set_filter()
575 hw->sda_filter_cfg.thres = filter_num; in i2c_ll_set_filter()
593 return hw->sda_filter_cfg.thres; in i2c_ll_get_filter()
/device/soc/esp/esp32/components/hal/esp32/
Dbrownout_hal.c26 .thres = cfg->threshold, in brownout_hal_config()
/device/soc/esp/esp32/components/soc/esp32/include/soc/
Di2c_struct.h240 …uint32_t thres: 3; /*When input SCL's pulse width is smaller than this regist… member
248 …uint32_t thres: 3; /*When input SCL's pulse width is smaller than this regist… member
Drtc_cntl_struct.h540 uint32_t thres: 3; /*brown out threshold*/ member
/device/board/isoftstone/yangfan/kernel/src/incl/uapi/linux/
Drkisp1-config.h499 unsigned int thres; member
Drkisp2-config.h1531 u32 thres; member
/device/soc/rockchip/rk3588/kernel/include/uapi/linux/
Drkisp1-config.h499 unsigned int thres; member
Drkisp2-config.h1531 u32 thres; member
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/
Drkisp1-config.h485 unsigned int thres; member
Drkisp2-config.h1512 u32 thres; member
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/btc/
Dhalbtccommon.c170 boolean low_penalty_ra, u8 thres) in rtw_btc_low_penalty_ra() argument
177 thres == coex_sta->wl_ra_thres) in rtw_btc_low_penalty_ra()
182 btc->btc_phydm_modify_RA_PCR_threshold(btc, 0, thres); in rtw_btc_low_penalty_ra()
187 coex_sta->wl_ra_thres = thres; in rtw_btc_low_penalty_ra()
438 rtw_btc_set_extend_btautoslot(struct btc_coexist *btc, u8 thres) in rtw_btc_set_extend_btautoslot() argument
443 if (coex_sta->bt_ext_autoslot_thres == thres) in rtw_btc_set_extend_btautoslot()
446 h2c_para[1] = thres; /* thres must be 50 ~ 80*/ in rtw_btc_set_extend_btautoslot()
/device/board/isoftstone/yangfan/kernel/src/driv/media/isp/
Disp_params_v1x.c929 rkisp1_iowrite32(params_vdev, arg->thres, CIF_ISP_AFM_THRES); in isp_afm_config_v10()
959 rkisp1_iowrite32(params_vdev, arg->thres, CIF_ISP_AFM_THRES); in isp_afm_config_v12()
Disp_params_v2x.c981 rkisp_iowrite32(params_vdev, arg->thres, ISP_AFM_THRES); in isp_siaf_config()
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
Disp_params_v1x.c732 rkisp1_iowrite32(params_vdev, arg->thres, CIF_ISP_AFM_THRES); in isp_afm_config_v10()
757 rkisp1_iowrite32(params_vdev, arg->thres, CIF_ISP_AFM_THRES); in isp_afm_config_v12()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
Disp_params_v1x.c929 rkisp1_iowrite32(params_vdev, arg->thres, CIF_ISP_AFM_THRES); in isp_afm_config_v10()
959 rkisp1_iowrite32(params_vdev, arg->thres, CIF_ISP_AFM_THRES); in isp_afm_config_v12()