/device/soc/esp/esp32/components/hal/ |
D | rmt_hal.c | 61 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/ |
D | rmt_ll.h | 149 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()
|
D | i2c_ll.h | 574 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/ |
D | brownout_hal.c | 26 .thres = cfg->threshold, in brownout_hal_config()
|
/device/soc/esp/esp32/components/soc/esp32/include/soc/ |
D | i2c_struct.h | 240 …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
|
D | rtc_cntl_struct.h | 540 uint32_t thres: 3; /*brown out threshold*/ member
|
/device/board/isoftstone/yangfan/kernel/src/incl/uapi/linux/ |
D | rkisp1-config.h | 499 unsigned int thres; member
|
D | rkisp2-config.h | 1531 u32 thres; member
|
/device/soc/rockchip/rk3588/kernel/include/uapi/linux/ |
D | rkisp1-config.h | 499 unsigned int thres; member
|
D | rkisp2-config.h | 1531 u32 thres; member
|
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/ |
D | rkisp1-config.h | 485 unsigned int thres; member
|
D | rkisp2-config.h | 1512 u32 thres; member
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/btc/ |
D | halbtccommon.c | 170 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/ |
D | isp_params_v1x.c | 929 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()
|
D | isp_params_v2x.c | 981 rkisp_iowrite32(params_vdev, arg->thres, ISP_AFM_THRES); in isp_siaf_config()
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
D | isp_params_v1x.c | 732 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/ |
D | isp_params_v1x.c | 929 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()
|