HomeSort by: relevance | last modified time | path
    Searched refs:COSC_POLL (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/acorn32/podulebus/
coscvar.h 39 #define COSC_POLL 1
cosc.c 83 #if COSC_POLL > 0
84 int cosc_poll = 1; variable in typeref:typename:int
222 #if COSC_POLL > 0
225 BOOTOPT_TYPE_BOOLEAN, &cosc_poll);
227 if (cosc_poll) {
256 *rp->inten = (COSC_POLL?0:1);
267 #if COSC_POLL > 0
268 if (!cosc_poll)

Completed in 11 milliseconds