Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/sound/soc/ti/
H A Domap-mcbsp.c513 #define max_thres(m) (mcbsp->pdata->buffer_size) macro
514 #define valid_threshold(m, val) ((val) <= max_thres(m))
703 mcbsp->max_tx_thres = max_thres(mcbsp) - 0x10; in omap_mcbsp_init()
704 mcbsp->max_rx_thres = max_thres(mcbsp) - 0x10; in omap_mcbsp_init()