Home
last modified time | relevance | path

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

/Linux-v6.6/sound/soc/ti/
Domap-mcbsp.c261 u16 buffstat; in omap_mcbsp_get_tx_delay() local
264 buffstat = MCBSP_READ(mcbsp, XBUFFSTAT); in omap_mcbsp_get_tx_delay()
267 return mcbsp->pdata->buffer_size - buffstat; in omap_mcbsp_get_tx_delay()
276 u16 buffstat, threshold; in omap_mcbsp_get_rx_delay() local
279 buffstat = MCBSP_READ(mcbsp, RBUFFSTAT); in omap_mcbsp_get_rx_delay()
284 if (threshold <= buffstat) in omap_mcbsp_get_rx_delay()
287 return threshold - buffstat; in omap_mcbsp_get_rx_delay()