Home
last modified time | relevance | path

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

/sound/soc/sof/
Dops.h417 #define snd_sof_dsp_read_poll_timeout(sdev, bar, offset, val, cond, sleep_us, timeout_us) \ argument
419 u64 __timeout_us = (timeout_us); \
/sound/pci/asihpi/
Dhpi6205.c130 static int wait_dsp_ack(struct hpi_hw_obj *phw, int state, int timeout_us);
2051 static int wait_dsp_ack(struct hpi_hw_obj *phw, int state, int timeout_us) in wait_dsp_ack() argument
2054 int t = timeout_us / 4; in wait_dsp_ack()