Searched refs:DELAY_US (Results 1 – 9 of 9) sorted by relevance
| /linux/sound/soc/amd/ps/ |
| H A D | ps-common.c | 34 return readl_poll_timeout(acp_base + ACP_PGFSM_STATUS, val, !val, DELAY_US, ACP63_TIMEOUT); in acp63_power_on() 46 DELAY_US, ACP63_TIMEOUT); in acp63_reset() 52 return readl_poll_timeout(acp_base + ACP_SOFT_RESET, val, !val, DELAY_US, ACP63_TIMEOUT); in acp63_reset() 270 return readl_poll_timeout(acp_base + ACP_PGFSM_STATUS, val, !val, DELAY_US, ACP70_TIMEOUT); in acp70_power_on() 282 DELAY_US, ACP70_TIMEOUT); in acp70_reset() 288 return readl_poll_timeout(acp_base + ACP_SOFT_RESET, val, !val, DELAY_US, ACP70_TIMEOUT); in acp70_reset()
|
| H A D | acp63.h | 41 #define DELAY_US 5 macro
|
| /linux/tools/testing/selftests/futex/functional/ |
| H A D | futex_requeue_pi_signal_restart.c | 32 #define DELAY_US 100 macro 130 usleep(DELAY_US); in TEST()
|
| /linux/sound/soc/amd/rpl/ |
| H A D | rpl_acp6x.h | 22 #define DELAY_US 5 macro
|
| /linux/sound/soc/amd/renoir/ |
| H A D | rn_acp3x.h | 42 #define DELAY_US 5 macro
|
| H A D | acp3x-pdm-dma.c | 142 udelay(DELAY_US); in start_pdm_dma() 163 udelay(DELAY_US); in stop_pdm_dma()
|
| /linux/sound/soc/amd/yc/ |
| H A D | acp6x.h | 39 #define DELAY_US 5 macro
|
| /linux/sound/soc/amd/acp/ |
| H A D | amd.h | 126 #define DELAY_US 5 macro 137 #define DELAY_US 5 macro
|
| H A D | acp-legacy-common.c | 409 !val, DELAY_US, ACP_TIMEOUT); in acp_power_on() 419 DELAY_US, ACP_TIMEOUT); in acp_reset() 424 return readl_poll_timeout(base + ACP_SOFT_RESET, val, !val, DELAY_US, ACP_TIMEOUT); in acp_reset()
|