SLEEP
#define SLEEP(_sc, timeout) \
#define SLEEP(_sc, timeout) sx_sleep(sc, &sc->lock, 0, "host1x", timeout);
#define SLEEP(_sc, timeout) \
#define SLEEP(_sc, timeout) mtx_sleep(sc, &sc->mtx, 0, "tegra_mc", timeout);
#define SLEEP(_sc, timeout) \
#define SLEEP(_sc, timeout) \
# define SLEEP(x,y) 1;
# define SLEEP(id, n) tsleep((id), PPAUSE|PCATCH, n, 0)