Home
last modified time | relevance | path

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

/sound/soc/intel/catpt/
Dregisters.h162 #define catpt_readl_poll_shim(cdev, reg, val, cond, delay_us, timeout_us) \ argument
164 val, cond, delay_us, timeout_us)
174 #define catpt_readl_poll_pci(cdev, reg, val, cond, delay_us, timeout_us) \ argument
176 val, cond, delay_us, timeout_us)
/sound/soc/sof/
Dops.h539 #define snd_sof_dsp_read_poll_timeout(sdev, bar, offset, val, cond, sleep_us, timeout_us) \ argument
541 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()