Home
last modified time | relevance | path

Searched refs:max_tx_thres (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/sound/soc/omap/
Dmcbsp.c448 if (threshold && threshold <= mcbsp->max_tx_thres) in omap_mcbsp_set_tx_threshold()
796 THRESHOLD_PROP_BUILDER(max_tx_thres);
1048 mcbsp->max_tx_thres = max_thres(mcbsp) - 0x10; in omap_mcbsp_init()
1059 mcbsp->max_tx_thres = -EINVAL; in omap_mcbsp_init()
Dmcbsp.h318 u16 max_tx_thres; member
Domap-mcbsp.c250 max_thrsh = mcbsp->max_tx_thres; in omap_mcbsp_dai_hw_params()