Home
last modified time | relevance | path

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

/openbmc/linux/drivers/macintosh/
H A Dvia-cuda.c362 #define WAIT_FOR(cond, what) \ macro
402 WAIT_FOR(TREQ_asserted(in_8(&via[B])), "CUDA response to sync"); in cuda_init_via()
405 WAIT_FOR(in_8(&via[IFR]) & SR_INT, "CUDA response to sync (2)"); in cuda_init_via()
413 WAIT_FOR(!TREQ_asserted(in_8(&via[B])), "CUDA response to sync (3)"); in cuda_init_via()
414 WAIT_FOR(in_8(&via[IFR]) & SR_INT, "CUDA response to sync (4)"); in cuda_init_via()