Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/omap/
Dmcbsp.c471 if (threshold && threshold <= mcbsp->max_rx_thres) in omap_mcbsp_set_rx_threshold()
806 THRESHOLD_PROP_BUILDER(max_rx_thres);
1061 mcbsp->max_rx_thres = max_thres(mcbsp) - 0x10; in omap_mcbsp_init()
1072 mcbsp->max_rx_thres = -EINVAL; in omap_mcbsp_init()
Dmcbsp.h320 u16 max_rx_thres; member
Domap-mcbsp.c288 max_thrsh = mcbsp->max_rx_thres; in omap_mcbsp_dai_hw_params()