Searched refs:OSIOP_TRACE_SIZE (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/dev/ic/
H A Dosiop.c127 #define OSIOP_TRACE_SIZE 128 macro
133 osiop_trix = (osiop_trix + 4) & (OSIOP_TRACE_SIZE - 1); \
135 u_int8_t osiop_trbuf[OSIOP_TRACE_SIZE];
1947 #if OSIOP_TRACE_SIZE
1959 i = (i + 4) & (OSIOP_TRACE_SIZE - 1);
1999 #if OSIOP_TRACE_SIZE

Completed in 105 milliseconds