Home
last modified time | relevance | path

Searched refs:max_thres (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/media/dvb-frontends/
H A Ddibx000_common.h111 u16 max_thres; member
H A Ddib7000m.c650 else if (agc < state->current_agc->split.max_thres) in dib7000m_agc_soft_split()
655 (state->current_agc->split.max_thres - state->current_agc->split.min_thres); in dib7000m_agc_soft_split()
H A Ddib8000.c1251 else if (agc < state->current_agc->split.max_thres) in dib8000_agc_soft_split()
1256 (state->current_agc->split.max_thres - state->current_agc->split.min_thres); in dib8000_agc_soft_split()
/openbmc/linux/sound/soc/ti/
H A Domap-mcbsp.c514 #define max_thres(m) (mcbsp->pdata->buffer_size) macro
515 #define valid_threshold(m, val) ((val) <= max_thres(m))
704 mcbsp->max_tx_thres = max_thres(mcbsp) - 0x10; in omap_mcbsp_init()
705 mcbsp->max_rx_thres = max_thres(mcbsp) - 0x10; in omap_mcbsp_init()
/openbmc/linux/mm/damon/
H A Dcore.c1184 unsigned int max_thres; in kdamond_merge_regions() local
1186 max_thres = c->attrs.aggr_interval / in kdamond_merge_regions()
1196 threshold / 2 < max_thres); in kdamond_merge_regions()