Searched refs:timeout_us (Results 1 – 4 of 4) sorted by relevance
| /sound/soc/intel/avs/ |
| A D | registers.h | 171 #define snd_hdac_adsp_readb_poll(adev, reg, val, cond, delay_us, timeout_us) \ argument 173 delay_us, timeout_us) 174 #define snd_hdac_adsp_readw_poll(adev, reg, val, cond, delay_us, timeout_us) \ argument 176 delay_us, timeout_us) 177 #define snd_hdac_adsp_readl_poll(adev, reg, val, cond, delay_us, timeout_us) \ argument 179 delay_us, timeout_us) 180 #define snd_hdac_adsp_readq_poll(adev, reg, val, cond, delay_us, timeout_us) \ argument 182 delay_us, timeout_us)
|
| /sound/soc/intel/catpt/ |
| A D | registers.h | 162 #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/ |
| A D | ops.h | 611 #define snd_sof_dsp_read_poll_timeout(sdev, bar, offset, val, cond, sleep_us, timeout_us) \ argument 613 u64 __timeout_us = (timeout_us); \
|
| /sound/pci/asihpi/ |
| A 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()
|
Completed in 15 milliseconds