Searched refs:timeout_us (Results 1 – 2 of 2) sorted by relevance
/sound/soc/sof/ |
D | ops.h | 417 #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/ |
D | hpi6205.c | 130 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()
|